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

1 2 3 4 5 6 7 8 9

  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 4 typedef unsigned __INT32_TYPE__ uint32_t; typedef
6 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/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 int 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 int 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 int 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/mojo/public/python/mojo/
c_environment.pxd 7 from libc.stdint cimport int64_t, intptr_t, uint32_t, uint64_t namespace
11 ctypedef uint32_t MojoHandle
13 ctypedef uint32_t MojoHandleSignals
c_core.pxd 14 from libc.stdint cimport int32_t, int64_t, uint32_t, uint64_t, uintptr_t namespace
29 ctypedef uint32_t MojoHandle
55 ctypedef uint32_t MojoHandleSignals
68 uint32_t num_handles,
72 ctypedef uint32_t MojoCreateMessagePipeOptionsFlags
75 ctypedef uint32_t MojoWriteMessageFlags
78 ctypedef uint32_t MojoReadMessageFlags
83 uint32_t struct_size
94 uint32_t num_bytes,
96 uint32_t num_handles
    [all...]
  /external/clang/test/Headers/Inputs/include/
stdint.h 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
stdint.h 27 typedef unsigned __int32 uint32_t; typedef
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
hasher.py 23 class uint32_t(long): class in inherits:long
25 return uint32_t(long.__rshift__(self, other) & ((1L << 32) - 1))
28 return uint32_t(long.__lshift__(self, other) & ((1L << 32) - 1))
31 return uint32_t(long.__add__(self, other) & ((1L << 32) - 1))
34 return uint32_t(long.__xor__(self, other) & ((1L << 32) - 1))
49 result = uint32_t(0x9E3779B9L)
  /external/libexif/contrib/watcom/
_stdint.h 6 typedef unsigned long uint32_t; typedef
  /ndk/tests/build/b14811006-GOT_PREL-optimization/jni/
SkAlphaMulQ.cc 1 typedef unsigned int uint32_t; typedef
3 extern const uint32_t gMask_00FF00FF;
5 uint32_t SkAlphaMulQ(uint32_t c, unsigned scale) {
6 uint32_t mask = gMask_00FF00FF;
8 uint32_t rb = ((c & mask) * scale) >> 8;
9 uint32_t ag = ((c >> 8) & mask) * scale;
  /external/chromium_org/ppapi/c/
pp_stdint.h 42 typedef unsigned int uint32_t; typedef
  /external/chromium_org/third_party/brotli/src/brotli/dec/
types.h 36 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/libsrtp/srtp/crypto/include/
integers.h 98 typedef unsigned int uint32_t; typedef
105 extern uint64_t make64(uint32_t high, uint32_t low);
106 extern uint32_t high32(uint64_t value);
107 extern uint32_t low32(uint64_t value);
143 #define PUT_32(addr,value) *(((uint32_t *) (addr)) = (value)
144 #define GET_32(addr) (*(((uint32_t *) (addr)))
  /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 22 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/lldb/test/lang/cpp/unsigned_types/
main.cpp 11 typedef unsigned int uint32_t; typedef
17 uint32_t the_uint32 = 'c';
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_stdint.h 44 typedef unsigned __int32 uint32_t; typedef
  /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)))

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 9