/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/chromium_org/third_party/WebKit/Source/platform/text/ |
TextStream.cpp | 47 int ival = static_cast<int>(val); local 48 double dval = static_cast<double>(ival);
|
/external/stlport/test/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/ndk/tests/device/test-gnustl-full/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/ndk/tests/device/test-stlport/unit/ |
num_facets_test.cpp | 91 int ival = 1234567890; local 93 fostr << ival; local
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
dec_base.cpp | 319 char ival = *(char*)*pbuf; local 320 opnd = EncoderBase::Operand(ival); 327 short ival = *(short*)*pbuf; local 328 opnd = EncoderBase::Operand(ival); 335 int ival = *(int*)*pbuf; local 336 opnd = EncoderBase::Operand(ival); 344 long long int ival = *(long long int*)*pbuf; local 345 opnd = EncoderBase::Operand(OpndSize_64, ival);
|
/external/bison/examples/calc++/ |
calc++-parser.hh | 81 int ival; member in union:yy::calcxx_parser::semantic_type
|
/external/chromium_org/third_party/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/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);
|
/frameworks/base/services/java/com/android/server/usb/ |
UsbHostManager.java | 121 int intf, endp, ival = 0, eval = 0; local 123 int interfaceId = interfaceValues[ival++]; 124 int interfaceClass = interfaceValues[ival++]; 125 int interfaceSubclass = interfaceValues[ival++]; 126 int interfaceProtocol = interfaceValues[ival++]; 127 int numEndpoints = interfaceValues[ival++];
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8WebGLRenderingContextCustom.cpp | 115 int ival = toInt32(val, ok); local 120 data[i] = ival; [all...] |
/external/iproute2/misc/ |
ifstat.c | 61 __u32 ival[MAXS]; member in struct:ifstat_ent 109 memcpy(&n->ival, RTA_DATA(tb[IFLA_STATS]), sizeof(n->ival)); 112 n->val[i] = n->ival[i]; 190 n->ival[i] = (__u32)n->val[i]; 444 if ((long)(h1->ival[i] - n->ival[i]) < 0) { 445 memset(n->ival, 0, sizeof(n->ival)); 451 unsigned long incr = h1->ival[i] - n->ival[i] [all...] |
nstat.c | 78 unsigned long ival; member in struct:nstat_ent 144 n->ival = (unsigned long)val; 207 if (sscanf(p+1, "%lu", &n->ival) != 1) 209 n->val = n->ival; 337 unsigned long incr = h1->ival - n->ival; 339 n->ival = h1->ival;
|
rtacct.c | 67 __u32 ival[256*4]; member in struct:rtacct_data 305 __u32 *ival; local 308 ival = read_kern_table(_ival); 312 __u32 incr = ival[i] - kern_db->ival[i]; 314 if (ival[i] == 0 && incr == 0 && 319 kern_db->ival[i] = ival[i]; 354 void pad_kern_table(struct rtacct_data *dat, __u32 *ival) 358 if (dat->ival != ival [all...] |
/external/opencv/ml/src/ |
mlnbayes.cpp | 338 int ival; local 367 ival = cls_labels->data.i[cls]; 371 results->data.i[k*rstep] = ival; 373 results->data.fl[k*rstep] = (float)ival; 376 value = (float)ival;
|
/external/stlport/src/ |
num_get_float.cpp | 330 uint64 ival; member in union:_Double_rep 337 uint64 &value = drep.ival; /* Value develops as follows:
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 330 uint64 ival; member in union:_Double_rep 337 uint64 &value = drep.ival; /* Value develops as follows:
|
/dalvik/vm/oo/ |
ObjectInlines.h | 102 union { s4 ival; float fval; } alias; member in union:__anon940 104 alias.ival = android_atomic_acquire_load(ptr); 180 union { s4 ival; float fval; } alias; member in union:__anon942 182 dvmSetFieldIntVolatile(obj, offset, alias.ival); 258 union { s4 ival; float fval; } alias; member in union:__anon944 260 alias.ival = android_atomic_acquire_load((s4*)ptr); 330 union { s4 ival; float fval; } alias; member in union:__anon946 332 dvmSetStaticFieldIntVolatile(sfield, alias.ival);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnmdptst.c | 189 int32_t ival, ilval, p, v, lneed; local 249 ival = 0; 279 u_uastrcpy(uvalfor, valFormat[v+ival]); 281 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); 287 if (a != valParse[v+ival]) 288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a); 319 log_err("FAIL: Expected : %e\n", valParse[v+ival]); 327 ival += val_length; [all...] |
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/ |
glcpp.h | 53 intmax_t ival; member in union:YYSTYPE
|
/external/chromium_org/third_party/skia/src/core/ |
SkMath.cpp | 409 int ival = (int)(val * SK_Fixed1); local 410 table[i] = SkToU16(ival);
|
/external/icu4c/test/cintltst/ |
cnmdptst.c | 189 int32_t ival, ilval, p, v, lneed; local 249 ival = 0; 279 u_uastrcpy(uvalfor, valFormat[v+ival]); 281 log_verbose("FAIL: Expected %s ( %s )\n", valFormat[v+ival], u_austrcpy(tempMsgBug, uvalfor) ); 287 if (a != valParse[v+ival]) 288 log_err("FAIL: Expected: %e, Got: %g\n", valParse[v+ival], a); 319 log_err("FAIL: Expected : %e\n", valParse[v+ival]); 327 ival += val_length; [all...] |
/external/mesa3d/src/glsl/glcpp/ |
glcpp.h | 53 intmax_t ival; member in union:YYSTYPE
|