HomeSort by relevance Sort by last modified time
    Searched defs:uint32_t (Results 1 - 25 of 184) sorted by null

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
7 unsigned t(uint32_t *ptr, uint32_t val) {
arm-asm-variable.c 5 typedef unsigned int uint32_t; typedef
9 register uint32_t rl asm("r1");
10 register uint32_t rh asm("r2");
13 uint32_t t;
x86_32-inline-asm.c 5 typedef u_int32_t uint32_t; typedef
12 uint32_t msr = 0x8b;
  /external/chromium_org/third_party/angle_dx11/src/third_party/murmurhash/
MurmurHash3.h 16 typedef unsigned long uint32_t; typedef
29 void MurmurHash3_x86_32 ( const void * key, int len, uint32_t seed, void * out );
31 void MurmurHash3_x86_128 ( const void * key, int len, uint32_t seed, void * out );
33 void MurmurHash3_x64_128 ( const void * key, int len, uint32_t seed, void * out );
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
nptypes.h 50 typedef unsigned int uint32_t; typedef
69 * BSD/OS ships no header that defines uint32_t, nor bool (for C)
72 typedef u_int32_t uint32_t; typedef
79 * FreeBSD and OpenBSD define uint32_t and bool.
  /external/chromium_org/third_party/smhasher/src/
MurmurHash1.h 16 typedef unsigned long uint32_t; typedef
29 uint32_t MurmurHash1 ( const void * key, int len, uint32_t seed );
30 uint32_t MurmurHash1Aligned ( const void * key, int len, uint32_t seed );
MurmurHash2.h 16 typedef unsigned long uint32_t; typedef
29 uint32_t MurmurHash2 ( const void * key, int len, uint32_t seed );
32 uint32_t MurmurHash2A ( const void * key, int len, uint32_t seed );
33 uint32_t MurmurHashNeutral2 ( const void * key, int len, uint32_t seed );
34 uint32_t MurmurHashAligned2 ( const void * key, int len, uint32_t seed );
MurmurHash3.h 16 typedef unsigned long uint32_t; typedef
29 void MurmurHash3_x86_32 ( const void * key, int len, uint32_t seed, void * out );
31 void MurmurHash3_x86_128 ( const void * key, int len, uint32_t seed, void * out );
33 void MurmurHash3_x64_128 ( const void * key, int len, uint32_t seed, void * out );
  /external/clang/test/Headers/Inputs/include/
stdint.h 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 27 typedef unsigned __int32 uint32_t; typedef
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
stdint.h 27 typedef unsigned __int32 uint32_t; typedef
  /external/open-vcdiff/vsprojects/
stdint.h 27 typedef unsigned __int32 uint32_t; typedef
  /external/chromium/net/disk_cache/
hash.cc 5 typedef uint32 uint32_t; typedef
17 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
18 +(uint32_t)(((const uint8_t *)(d))[0]) )
22 uint32_t hash = len, tmp;
  /external/chromium_org/base/
hash.cc 5 typedef uint32 uint32_t; typedef
17 #define get16bits(d) ((((uint32_t)(((const uint8_t *)(d))[1])) << 8)\
18 +(uint32_t)(((const uint8_t *)(d))[0]) )
22 uint32_t hash = len, tmp;
  /external/chromium_org/ppapi/c/
pp_stdint.h 42 typedef unsigned int uint32_t; typedef
  /external/chromium_org/third_party/icu/source/common/unicode/
ptypes.h 88 typedef unsigned int uint32_t; typedef
  /external/chromium_org/third_party/leveldatabase/src/port/win/
stdint.h 21 typedef unsigned int uint32_t; typedef
  /external/chromium_org/third_party/npapi/bindings/
nptypes.h 55 typedef unsigned int uint32_t; typedef
78 * BSD/OS ships no header that defines uint32_t, nor bool (for C)
81 typedef u_int32_t uint32_t; typedef
91 * FreeBSD and OpenBSD define uint32_t and bool.
  /external/chromium_org/third_party/npapi/npspy/extern/java/
typedefs_md.h 62 typedef uint32 uint32_t; typedef
  /external/chromium_org/v8/include/
v8stdint.h 43 typedef unsigned int uint32_t; typedef
  /external/e2fsprogs/lib/uuid/
uuid_types.h 39 typedef unsigned int uint32_t; typedef
42 typedef unsigned long uint32_t;
45 typedef unsigned short uint32_t;
  /external/srtp/crypto/include/
integers.h 98 typedef unsigned int uint32_t; typedef
104 extern uint64_t make64(uint32_t high, uint32_t low);
105 extern uint32_t high32(uint64_t value);
106 extern uint32_t low32(uint64_t value);
142 #define PUT_32(addr,value) *(((uint32_t *) (addr)) = (value)
143 #define GET_32(addr) (*(((uint32_t *) (addr)))
  /external/v8/include/
v8stdint.h 43 typedef unsigned int uint32_t; typedef
  /external/chromium/third_party/modp_b64/
modp_b64_data.h 10 typedef uint32 uint32_t; typedef
110 static const uint32_t d0[256] = {
157 static const uint32_t d1[256] = {
204 static const uint32_t d2[256] = {
251 static const uint32_t d3[256] = {
303 static const uint32_t d0[256] = {
350 static const uint32_t d1[256] = {
397 static const uint32_t d2[256] = {
444 static const uint32_t d3[256] = {
  /external/chromium_org/third_party/WebKit/Source/wtf/os-win32/
stdint.h 39 typedef unsigned int uint32_t; typedef
63 CASSERT(sizeof(uint32_t) == 4, uint32_t_is_four_bytes)

Completed in 1827 milliseconds

1 2 3 4 5 6 7 8