HomeSort by relevance Sort by last modified time
    Searched defs:ival (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGenCXX/
global-block-literal-helpers.cpp 16 int ival = func(^{}, ^{}, ^{}); member in namespace:N
  /external/libvorbis/lib/
tone.c 38 int ival; local
41 ival=rint(val);
43 if(ival>32767.f)ival=32767.f;
44 if(ival<-32768.f)ival=-32768.f;
47 (char)(ival&0xff),
48 (char)((ival>>8)&0xff),
49 (char)(ival&0xff),
50 (char)((ival>>8)&0xff))
    [all...]
  /external/libnl/src/lib/
neigh.c 58 int ival; local
60 if (!(ival = rtnl_link_name2i(link_cache, arg)))
63 rtnl_neigh_set_ifindex(neigh, ival);
addr.c 57 int ival; local
59 if (!(ival = rtnl_link_name2i(link_cache, arg)))
62 rtnl_addr_set_ifindex(addr, ival);
89 int ival; local
91 if ((ival = rtnl_str2scope(arg)) < 0)
94 rtnl_addr_set_scope(addr, ival);
route.c 154 int ival; local
171 if (!(ival = rtnl_link_name2i(link_cache, arg)))
174 rtnl_route_nh_set_ifindex(nh, ival);
228 int ival; local
230 if ((ival = rtnl_str2scope(arg)) < 0)
233 rtnl_route_set_scope(route, ival);
258 int ival; local
260 if ((ival = nl_str2rtntype(arg)) < 0)
263 if ((ival = rtnl_route_set_type(route, ival)) < 0
270 int ival; local
    [all...]
  /external/valgrind/none/tests/
unit_debuglog.c 143 long long ival = -1004005; local
144 run("|%lld|", ival);
145 // runint("|%'lld|", ival); // locale specific (LC_NUMERIC)
146 run("|%15lld|", ival);
147 run("|%-15lld|", ival);
148 // runint("|%'-15lld|", ival); // locale specific (LC_NUMERIC)
149 run("|%100lld|", ival);
150 run("|%*lld|", 13, ival);
  /libcore/ojluni/src/main/native/
ObjectInputStream.c 63 jint ival; local
92 ival = ((bytes[srcpos + 0] & 0xFF) << 24) +
96 u.i = (long) ival;
ObjectOutputStream.c 62 jint ival; local
94 ival = 0x7fc00000;
97 ival = (jint) u.i;
99 bytes[dstpos++] = (ival >> 24) & 0xFF;
100 bytes[dstpos++] = (ival >> 16) & 0xFF;
101 bytes[dstpos++] = (ival >> 8) & 0xFF;
102 bytes[dstpos++] = (ival >> 0) & 0xFF;
  /toolchain/binutils/binutils-2.25/opcodes/
pj-dis.c 32 unsigned char ival[4]; local
33 int status = info->read_memory_func (memaddr, ival, 4, info);
35 *iptr = (ival[0] << 24)
36 | (ival[1] << 16)
37 | (ival[2] << 8)
38 | (ival[3] << 0);
  /external/ltp/lib/
self_exec.c 173 int ival; local
193 ival = va_arg(ap, int);
194 if (asprintf(&arg, "%s,%d", arg, ival) < 0) {
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/preprocessor/
PpScanner.cpp 241 unsigned long long ival = 0; local
244 ppToken->ival = 0;
311 ival = 0;
313 if (ival <= 0x0fffffff || (enableInt64 && ival <= 0x0fffffffffffffffull)) {
323 ival = (ival << 4) | ii;
329 ival = 0xffffffffffffffffull;
362 ppToken->i64val = ival;
365 ppToken->ival = (int)ival
    [all...]
  /external/bison/examples/calc++/
calc++-parser.hh 81 int ival; member in union:yy::calcxx_parser::semantic_type
  /external/dtc/
fdtput.c 79 int ival; local
111 sscanf(*arg, fmt, &ival);
113 *iptr = cpu_to_fdt32(ival);
115 *ptr = (uint8_t)ival;
120 ival);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
PeriodFormatterData.java 392 int ival = count / 1000; local
394 appendInteger(ival, integralDigits, 10, sb);
401 appendDigits(ival, integralDigits, 10, sb);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
PeriodFormatterData.java 390 int ival = count / 1000; local
392 appendInteger(ival, integralDigits, 10, sb);
399 appendDigits(ival, integralDigits, 10, sb);
  /external/linux-kselftest/tools/testing/selftests/breakpoints/
breakpoint_test.c 175 char cval; short sval; int ival; long long lval; local
187 ival = *(int *)&dummy_var[i];
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_image.c 250 int ival = util_format_is_pure_integer(params->format); local
254 if (ival)
692 int ival = util_format_is_pure_integer(params->format); local
697 if (ival)
  /external/sfntly/cpp/src/test/tinyxml/
tinyxml.cpp 661 int TiXmlElement::QueryIntAttribute( const char* name, int* ival ) const
666 return attrib->QueryIntValue( ival );
676 int ival = 0; local
677 int result = node->QueryIntValue( &ival );
678 *value = (unsigned)ival;
710 int TiXmlElement::QueryIntAttribute( const std::string& name, int* ival ) const
715 return attrib->QueryIntValue( ival );
1236 int TiXmlAttribute::QueryIntValue( int* ival ) const
1238 if ( TIXML_SSCANF( value.c_str(), "%d", ival ) == 1 )
    [all...]
  /external/svox/pico/lib/
picopal.c 182 picopal_int32 ival; local
194 ival = va_arg(args,int);
195 picopal_sprintf(buf,(picopal_char *)"%i",ival);
  /external/syslinux/com32/gplinclude/zzjson/
zzjson.h 75 unsigned long long ival; member in union:ZZJSON::__anon33558::__anon33562::__anon33563
  /external/syslinux/com32/gpllib/zzjson/
zzjson_parse.c 143 unsigned long long ival = 0, expo = 0; local
164 ival *= 10;
165 ival += c - '0';
214 dval = sign * (long long) ival;
229 zzjson->value.number.val.ival = ival;
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 154 double ival = floor(val + 0.5 + err*0.2); local
155 err = val - ival;
156 return static_cast<int64_t>(ival);
  /system/media/audio_utils/
primitives.c 143 int32_t ival = clamp24_from_float(*src++); local
146 *dst++ = ival >> 16;
147 *dst++ = ival >> 8;
148 *dst++ = ival;
150 *dst++ = ival;
151 *dst++ = ival >> 8;
152 *dst++ = ival >> 16;
160 int32_t ival = clamp24_from_q8_23(*src++); local
163 *dst++ = ival >> 16;
164 *dst++ = ival >> 8
177 int32_t ival = *src++ >> 8; local
    [all...]
  /system/media/audio_utils/tests/
primitives_tests.cpp 62 int16_t ival = clamp16_from_float(f / (1 << 15)); local
65 ALOGV("clamp16_from_float(%f) = %d\n", f, ival);
67 EXPECT_EQ(lim16pos, ival);
69 EXPECT_EQ(lim16neg, ival);
74 int ival2 = clamp16_from_float(float_from_i16(ival));
75 int diff = abs(ival - ival2);
82 int32_t ival = clamp24_from_float(f / (1 << 23)); local
85 ALOGV("clamp24_from_float(%f) = %d\n", f, ival);
87 EXPECT_EQ(lim24pos, ival);
89 EXPECT_EQ(lim24neg, ival);
    [all...]
  /external/fio/
parse.h 30 const char *ival; /* string option */ member in struct:value_pair

Completed in 3965 milliseconds

1 2 3 4 5 6 7 8 9