Searched defs:uint32_t (Results 76 - 100 of 104) sorted by relevance

12345

/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h80 typedef unsigned int uint32_t; typedef
87 typedef unsigned __int32 uint32_t; typedef
100 typedef uint32_t uint_least32_t;
110 typedef uint32_t uint_fast32_t;
/external/libxml2/
H A Ddict.c52 typedef unsigned __int32 uint32_t; typedef
374 static uint32_t
376 uint32_t hash;
410 uint32_t hash;
/external/mesa3d/include/c99/
H A Dstdint.h80 typedef unsigned int uint32_t; typedef
87 typedef unsigned __int32 uint32_t; typedef
100 typedef uint32_t uint_least32_t;
110 typedef uint32_t uint_fast32_t;
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_os2.h35 typedef unsigned int uint32_t; typedef
/external/stlport/src/
H A Dnum_get_float.cpp34 typedef unsigned int uint32_t; typedef
42 uint32_t hi;
43 uint32_t lo;
45 uint32_t lo;
46 uint32_t hi;
109 typedef uint32_t uint32;
534 uint32_t guard = (uint32) vv.i64 & 1;
600 uint32_t guard;
/external/bison/darwin-lib/
H A Dstdint.h155 #undef uint32_t macro
159 #define uint32_t gl_uint32_t macro
236 #define uint_least32_t uint32_t
/external/ceres-solver/examples/
H A Dlibmv_bundle_adjuster.cc100 typedef unsigned __int32 uint32_t; typedef
267 uint32_t value;
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h378 #ifndef uint32_t
382 typedef unsigned int uint32_t; typedef
388 typedef unsigned long uint32_t; typedef
394 typedef unsigned short uint32_t; typedef
560 typedef uint32_t uintmax_t;
589 typedef uint32_t uint_least32_t;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h112 typedef unsigned __int32 uint32_t; typedef
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h109 typedef unsigned __int32 uint32_t; typedef
/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h118 typedef UINT32 uint32_t; typedef
130 typedef UINT32 uint32_t; typedef
630 #define kDNSServiceInterfaceIndexLocalOnly ((uint32_t)-1)
631 #define kDNSServiceInterfaceIndexUnicast ((uint32_t)-2)
632 #define kDNSServiceInterfaceIndexP2P ((uint32_t)-3)
634 typedef uint32_t DNSServiceFlags;
635 typedef uint32_t DNSServiceProtocol;
651 * For retrieving DaemonVersion, this should be the address of a uint32_t.
653 * size: Pointer to uint32_t containing size of the result location.
654 * For retrieving DaemonVersion, this should be sizeof(uint32_t)
[all...]
H A DCommonServices.h759 typedef UINT32 uint32_t; typedef
775 typedef uint32_t uint_least32_t;
785 typedef uint32_t uint_fast32_t;
1207 int NumVersionCompare( uint32_t inLeft, uint32_t inRight );
/external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/netinet/
H A Din.h47 #define INADDR_ANY (uint32_t)0x00000000
48 #define INADDR_BROADCAST (uint32_t)0xffffffff /* must be masked */
61 typedef __uint32_t uint32_t; typedef
66 typedef uint32_t in_addr_t;
303 typedef __uint32_t uint32_t; typedef
308 typedef uint32_t in_addr_t;
337 #define IN_CLASSA(i) (((uint32_t)(i) & 0x80000000) == 0)
343 #define IN_CLASSB(i) (((uint32_t)(i) & 0xc0000000) == 0x80000000)
349 #define IN_CLASSC(i) (((uint32_t)(i) & 0xe0000000) == 0xc0000000)
354 #define IN_CLASSD(i) (((uint32_t)(
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h61 typedef unsigned __int32 uint32_t; typedef
75 typedef uint32_t hb_codepoint_t;
77 typedef uint32_t hb_mask_t;
80 uint32_t u32;
91 typedef uint32_t hb_tag_t;
/external/clang/lib/Headers/
H A Dstdint.h183 typedef unsigned __INT32_TYPE__ uint32_t; typedef
187 # define __uint_least32_t uint32_t
189 # define __uint_least16_t uint32_t
191 # define __uint_least8_t uint32_t
/external/harfbuzz_ng/src/
H A Dhb-common.h61 typedef unsigned __int32 uint32_t; typedef
75 typedef uint32_t hb_codepoint_t;
77 typedef uint32_t hb_mask_t;
80 uint32_t u32;
91 typedef uint32_t hb_tag_t;
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusb.h54 typedef unsigned __int32 uint32_t; typedef
797 uint32_t bmAttributes;
1310 int LIBUSB_CALL libusb_has_capability(uint32_t capability);
/external/libnfc-nxp/inc/
H A DphNfcTypes.h94 typedef unsigned long uint32_t; /**< \ingroup grp_nfc_common typedef
222 uint32_t length;
245 uint32_t eMsgType;/**< Type of the message to be posted*/
247 uint32_t Size;/**< Size of the datablock*/
326 uint32_t hal_version; /**< \ingroup grp_hal_common
328 uint32_t fw_version; /**< \ingroup grp_hal_common
330 uint32_t hw_version; /**< \ingroup grp_hal_common
1090 uint32_t Duration; /**< Duration of virtual or idle
/external/valgrind/main/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c125 #undef uint32_t macro
127 #define uint32_t unsigned int macro
131 typedef uint32_t HWord_t;
141 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
202 uint32_t flags;
206 uint32_t flags);
275 unused uint32_t test_flags);
1074 unused uint32_t test_flags)
1078 volatile uint32_t flags;
1108 unused uint32_t test_flag
[all...]
/external/valgrind/main/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c125 #undef uint32_t macro
127 #define uint32_t unsigned int macro
131 typedef uint32_t HWord_t;
141 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
202 uint32_t flags;
206 uint32_t flags);
275 unused uint32_t test_flags);
1074 unused uint32_t test_flags)
1078 volatile uint32_t flags;
1108 unused uint32_t test_flag
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h85 #define uint32_t unsigned __int32 macro
904 int sctp_userspace_get_mtu_from_ifn(uint32_t if_index, int af);
1066 uint32_t vrf_id);
1073 uint32_t vrf_id);
/external/libmtp/src/
H A Dlibmtp.h51 typedef unsigned __int32 uint32_t; typedef
443 uint32_t wantlen, unsigned char *data, uint32_t *gotlen);
458 uint32_t sendlen, unsigned char *data, uint32_t *putlen);
481 uint32_t device_flags; /**< Bugs, device specifics etc */
490 uint32_t bus_location; /**< Location of the bus, if device available */
523 uint32_t u32max;
524 uint32_t u32min;
525 uint32_t u32ste
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Dusrsctp.h69 #define uint32_t unsigned __int32 macro
87 typedef uint32_t sctp_assoc_t;
132 uint32_t rcv_ppid;
133 uint32_t rcv_tsn;
134 uint32_t rcv_cumtsn;
135 uint32_t rcv_context;
142 uint32_t nxt_ppid;
143 uint32_t nxt_length;
176 uint32_t sall_ppid;
177 uint32_t sall_contex
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c32 typedef unsigned int uint32_t; typedef
101 static inline uint32_t inl(int addr)
103 uint32_t val;
122 static inline void writel(void *addr, uint32_t val)
124 *(volatile uint32_t *)addr = val;
137 static inline uint32_t readl(const void *addr)
139 return *(volatile const uint32_t *)addr;
439 uint32_t cpuid_signature;
440 uint32_t cpuid_features;
441 uint32_t cpuid_ext_feature
[all...]
/external/mksh/src/
H A Dsh.h180 typedef unsigned int uint32_t; typedef
182 typedef u_int32_t uint32_t; typedef
200 typedef uint32_t mksh_uari_t;
996 EXTERN uint32_t builtin_flag;
1121 uint32_t hval; /* hash(name) */
1122 uint32_t index; /* index for an array */
1130 uint32_t flag;
1652 struct tbl *findfunc(const char *, uint32_t, bool);
1842 struct tbl *ktscan(struct table *, const char *, uint32_t, struct tbl ***);
1845 struct tbl *ktenter(struct table *, const char *, uint32_t);
[all...]

Completed in 355 milliseconds

12345