Searched defs:int32 (Results 26 - 44 of 44) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dbasictypes.h59 typedef int32_t int32; typedef
79 const int32 kint32max = ( ( int32) 0x7FFFFFFF);
84 const int32 kint32min = ( ( int32) 0x80000000);
/external/stressapptest/src/
H A Dsattypes.h38 typedef signed int int32; typedef
154 static const int32 kUSleepOneSecond = 1000000;
157 inline bool sat_usleep(int32 microseconds) {
/external/ceres-solver/include/ceres/
H A Dtypes.h49 typedef int int32; typedef in namespace:ceres
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dprotypes.h52 * int32, uint32, int64, and uint64 because some of these int
80 * defines the types int8, int16, int32, and int64.
86 /* model.h on HP-UX defines int8, int16, and int32. */
146 * int32
152 #if !defined(WIN32) || !defined(_WINSOCK2API_) /* defines its own "int32" */
154 typedef PRInt32 int32; typedef
156 typedef long int32; typedef
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp83 deInt32 int32; member in union:deqp::gls::sl::ShaderCase::Value::Element
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompat.h39 typedef int int32; typedef
74 #define DECLARE_int32(name) extern int32 FLAGS_ ## name
124 bool SetFlag(const string &val, int32 *address) const {
224 #define DEFINE_int32(name, value, doc) DEFINE_VAR(int32, name, value, doc)
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_basics.h49 typedef AGG_INT32 int32; typedef in namespace:agg
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc147 int32_t int32 = (static_cast<int32_t>(stereo[i * 2]) + local
149 mono[i] = static_cast<int16_t>(int32);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Dcommon.h177 typedef __int32 int32; typedef in namespace:google::protobuf
187 typedef int32_t int32; typedef in namespace:google::protobuf
212 static const int32 kint32max = 0x7FFFFFFF;
213 static const int32 kint32min = -kint32max - 1;
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h132 typedef __int32 int32; typedef in namespace:google::protobuf
142 typedef int32_t int32; typedef in namespace:google::protobuf
167 static const int32 kint32max = 0x7FFFFFFF;
168 static const int32 kint32min = -kint32max - 1;
/external/qemu/include/fpu/
H A Dsoftfloat.h61 typedef signed int int32; typedef
228 float32 int32_to_float32( int32 STATUS_PARAM );
229 float64 int32_to_float64( int32 STATUS_PARAM );
232 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
233 float128 int32_to_float128( int32 STATUS_PARAM );
270 int32 float32_to_int32( float32 STATUS_PARAM );
271 int32 float32_to_int32_round_to_zero( float32 STATUS_PARAM );
376 int32 float64_to_int32( float64 STATUS_PARAM );
377 int32 float64_to_int32_round_to_zero( float64 STATUS_PARAM );
482 int32 floatx80_to_int3
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h70 * int32, and uint32 typedefs conflict with those
201 typedef int int32; typedef
203 typedef long int32; typedef
273 int32 offset; /* negative offset means from the end */
281 int32 len;
296 int32 width;
297 int32 height;
317 int32 type;
322 int32 type;
333 int32 typ
[all...]
/external/chromium_org/v8/src/compiler/
H A Dtyper.cc34 Type* int32 = NATIVE_TYPE(Signed32, UntaggedInt32); local
44 Type* int32_array = Type::Array(int32, zone);
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2142 int int32 = (int)(constInt->getZExtValue()); local
2143 ptr = (unsigned char *)&int32;
2149 int int32 = (int)(constInt->getZExtValue()); local
2150 ptr = (unsigned char *)&int32;
/external/valgrind/main/VEX/switchback/
H A Dtest_emfloat.c434 typedef int int32; /* Signed 32 bit integer */ typedef
548 static void Int32ToInternalFPF(int32 mylong,
553 static int32 randnum(int32 lngval);
555 static int32 randwc(int32 num)
557 return(randnum((int32)0)%num);
560 static int32 randw[2] = { (int32)13 , (int32)11
[all...]
/external/genext2fs/
H A Dgenext2fs.c279 typedef signed int int32; typedef
510 #define decl32(x) int32 x;
607 static int32 hdlink_cnt = HDLINK_CNT;
616 int32 count;
973 walk_bw(filesystem *fs, uint32 nod, blockwalker *bw, int32 *create, uint32 hole)
1233 if(((int32*)(b + BLOCKSIZE * (amount - create)))[i])
1734 int32 hdlink = is_hardlink(st.st_ino);
2190 int32 fsize = get_nod(fs, nod)->i_size;
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c1229 Valid combo | fromI | int32 | syned | flt64 |
1264 PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned, argument
1266 Bool tmp = fromI | int32 | syned | flt64;
1269 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64;
1281 i->Pin.FpCftI.int32 = int32;
1833 * (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False)
1838 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False)
1843 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True)
1848 else if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32
[all...]
H A Dhost_ppc_defs.h759 Bool int32; /* True== I is 32, False== I is 64 */ member in struct:__anon31998::__anon31999::__anon32026
1061 extern PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned,
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py118 def int32(self): member in class:BinaryReader

Completed in 5088 milliseconds

12