Searched defs:int32 (Results 1 - 21 of 21) sorted by relevance

/external/openfst/src/include/fst/
H A Dtypes.h30 typedef int32_t int32; typedef
/external/libyuv/files/include/libyuv/
H A Dbasic_types.h27 typedef int int32; typedef
/external/chromium/sdch/open-vcdiff/src/gflags/
H A Dgflags.h93 typedef int32_t int32; typedef in namespace:google
98 typedef int32_t int32;
103 typedef __int32 int32;
127 // static bool ValidatePort(const char* flagname, int32 value) {
141 bool RegisterFlagValidator(const int32* flag,
142 bool (*validate_fn)(const char*, int32));
166 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defva
[all...]
/external/chromium/third_party/libjingle/source/talk/base/
H A Dbasictypes.h48 typedef int int32; typedef
/external/libpcap/bpf/net/
H A Dbpf_filter.c80 #define int32 bpf_int32 macro
210 int32 mem[BPF_MEMWORDS];
249 if (k + sizeof(int32) > buflen) {
308 if (k + sizeof(int32) > buflen) {
/external/neven/Embedded/common/src/b_BasicEm/
H A DBasic.h59 typedef signed int int32; typedef
63 typedef signed long int32; typedef
67 typedef signed int int32; typedef
/external/regex-re2/util/
H A Dutil.h66 typedef int32_t int32; typedef in namespace:re2
/external/chromium/base/
H A Dbasictypes.h27 typedef int int32; typedef
66 // and it should always be the signed version of whatever int32 is.)
77 const int32 kint32min = (( int32) 0x80000000);
78 const int32 kint32max = (( int32) 0x7FFFFFFF);
279 // int i = bit_cast<int32>(f);
/external/dbus/tools/
H A Ddbus-send.c64 dbus_int32_t int32; local
95 int32 = strtol (value, NULL, 0);
96 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT32, &int32);
202 else if (!strcmp (arg, "int32"))
/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/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/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.h70 int32_t int32() { return asInt32; } function in union:JSC::JITStubArg
/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/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/fpu/
H A Dsoftfloat.h64 typedef signed int int32; typedef
249 float32 int32_to_float32( int32 STATUS_PARAM );
250 float64 int32_to_float64( int32 STATUS_PARAM );
254 floatx80 int32_to_floatx80( int32 STATUS_PARAM );
257 float128 int32_to_float128( int32 STATUS_PARAM );
299 int32 float32_to_int32( float32 STATUS_PARAM );
300 int32 float32_to_int32_round_to_zero( float32 STATUS_PARAM );
414 int32 float64_to_int32( float64 STATUS_PARAM );
415 int32 float64_to_int32_round_to_zero( float64 STATUS_PARAM );
526 int32 floatx80_to_int3
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1744 int int32 =(int)(constInt->getZExtValue()); local
1745 ptr = (unsigned char*)&int32;
1752 int int32 =(int)(constInt->getZExtValue()); local
1753 ptr = (unsigned char*)&int32;
/external/v8/src/
H A Dd8.cc295 Local<Int32> int32 = number->ToInt32(); local
296 if (try_catch->HasCaught() || int32.IsEmpty()) return 0;
298 int32_t raw_value = int32->Int32Value();
/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])
1733 int32 hdlink = is_hardlink(st.st_ino);
2189 int32 fsize = get_nod(fs, nod)->i_size;
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.c975 Valid combo | fromI | int32 | syned | flt64 |
1010 PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned, argument
1012 Bool tmp = fromI | int32 | syned | flt64;
1015 conversion = (fromI << 3) | (int32 << 2) | (syned << 1) | flt64;
1027 i->Pin.FpCftI.int32 = int32;
1498 * (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32 == False)
1503 if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == False)
1508 else if (i->Pin.FpCftI.fromI == False && i->Pin.FpCftI.int32 == True)
1513 else if (i->Pin.FpCftI.fromI == True && i->Pin.FpCftI.int32
[all...]
H A Dhost_ppc_defs.h673 Bool int32; /* True== I is 32, False== I is 64 */ member in struct:__anon13211::__anon13212::__anon13237
820 extern PPCInstr* PPCInstr_FpCftI ( Bool fromI, Bool int32, Bool syned,

Completed in 513 milliseconds