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

/external/bluetooth/glib/gio/
H A Dgfileattribute-priv.h36 gint32 int32; member in union:__anon416::__anon417
/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/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/bluetooth/bluez/tools/
H A Dubcsp.h51 typedef signed int int32; typedef
117 int32 receive_index;
127 int32 send_size;
129 int32 next_send_size;
/external/chromium/base/
H A Dbasictypes.h26 typedef int int32; typedef
62 // and it should always be the signed version of whatever int32 is.)
73 const int32 kint32min = (( int32) 0x80000000);
74 const int32 kint32max = (( int32) 0x7FFFFFFF);
271 // int i = bit_cast<int32>(f);
/external/dbus/tools/
H A Ddbus-send.c45 dbus_int32_t int32; local
76 int32 = strtol (value, NULL, 0);
77 dbus_message_iter_append_basic (iter, DBUS_TYPE_INT32, &int32);
187 else if (!strcmp (arg, "int32"))
/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/JavaScriptCore/jit/
H A DJITStubs.h68 int32_t int32() { return asInt32; } function in union:JSC::JITStubArg
/external/libvpx/vp8/common/
H A Dboolcoder.h80 typedef int int32; typedef in struct:int_types
82 typedef const int32 cint32;
/external/qemu/fpu/
H A Dsoftfloat.h58 typedef signed int int32; typedef
/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/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/webkit/WebCore/bridge/
H A Dnpapi.h160 typedef int int32; typedef
162 typedef long int32; typedef
228 int32 offset; /* negative offset means from the end */
236 int32 len;
267 int32 type;
272 int32 type;
281 int32 type;
508 int32 buttonNumber;
509 int32 clickCount;
543 int32
[all...]
/external/bluetooth/bluez/lib/bluetooth/
H A Dsdp.h497 int32_t int32; member in union:sdp_data_struct::__anon324

Completed in 320 milliseconds