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

1 2 3

  /bootable/bootloader/legacy/libc/
inttypes.h 33 typedef unsigned long uint32_t; typedef
  /external/chromium/sdch/open-vcdiff/vsprojects/
stdint.h 27 typedef unsigned __int32 uint32_t; typedef
  /external/clang/test/CodeGen/
arm-asm-variable.c 4 typedef unsigned int uint32_t; typedef
8 register uint32_t rl asm("r1");
9 register uint32_t rh asm("r2");
12 uint32_t t;
  /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/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/icu4c/common/unicode/
ptypes.h 76 typedef unsigned int uint32_t; typedef
ppalmos.h 124 typedef unsigned int uint32_t; typedef
pwin32.h 147 typedef unsigned int uint32_t; typedef
  /external/skia/include/config/
sk_stdint.h 9 typedef unsigned 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)))
  /external/v8/include/
v8stdint.h 42 typedef unsigned int uint32_t; typedef
v8-debug.h 35 typedef unsigned int uint32_t; typedef
  /external/webkit/Source/WebCore/bridge/
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/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/libvpx/vpx/
vpx_integer.h 25 typedef unsigned int uint32_t; typedef
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_config_minimal.h 37 typedef unsigned int uint32_t; typedef
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 39 typedef unsigned int uint32_t; typedef
63 CASSERT(sizeof(uint32_t) == 4, uint32_t_is_four_bytes)
  /external/webkit/Source/WebKit/chromium/public/
WebCommon.h 88 typedef unsigned int uint32_t; typedef
  /external/webp/include/webp/
types.h 26 typedef unsigned int uint32_t; typedef
  /hardware/invensense/mlsdk/platform/include/
stdint_invensense.h 39 typedef unsigned long uint32_t; typedef
  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c 3 typedef unsigned int uint32_t; typedef
  /external/clang/test/SemaCXX/
conversion.cpp 12 typedef unsigned int uint32_t; typedef
25 uint32_t test2_positive(uint64_t x) {
29 uint32_t test2_negative(uint64_t x) {
30 return (uint32_t) x;
  /external/webrtc/src/
typedefs.h 64 typedef unsigned int uint32_t; typedef
76 typedef uint32_t WebRtc_UWord32;
91 typedef uint32_t WebRtc_UWord32;
  /hardware/ti/omap4xxx/security/tf_sdk/include/
s_type.h 56 typedef unsigned int uint32_t; typedef
59 typedef unsigned long uint32_t; typedef
109 typedef uint32_t S_RESULT;
113 typedef uint32_t S_HANDLE;
121 uint32_t time_low;
  /external/libvpx/vpx_ports/
vpxtypes.h 42 typedef unsigned int uint32_t; typedef
50 typedef uint32_t vpxu32;

Completed in 1415 milliseconds

1 2 3