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

1 2 3 4

  /external/fio/os/
kcompat.h 7 #define u32 uint32_t macro
  /external/chromium_org/base/
big_endian_unittest.cc 18 uint32 u32; local
33 EXPECT_TRUE(reader.ReadU32(&u32));
34 EXPECT_EQ(0x0708090Au, u32);
48 uint32 u32; local
59 EXPECT_FALSE(reader.ReadU32(&u32));
93 uint32 u32 = 0; local
103 EXPECT_FALSE(writer.WriteU32(u32));
  /external/dhcpcd/
ipv4ll.c 46 uint32_t u32; local
55 *p++ = sizeof(u32);
56 u32 = htonl(LINKLOCAL_MASK);
57 memcpy(p, &u32, sizeof(u32));
58 p += sizeof(u32);
60 *p++ = sizeof(u32);
61 u32 = htonl(LINKLOCAL_BRDC);
62 memcpy(p, &u32, sizeof(u32));
    [all...]
  /external/oprofile/libutil/
op_types.h 22 typedef unsigned int u32; typedef
  /external/bluetooth/bluedroid/stack/avrc/
avrc_pars_tg.c 50 UINT32 u32, u32_2, *p_u32; local
215 BE_STREAM_TO_UINT32 (u32, p);
217 if (u32== 0 && u32_2 == 0)
  /external/chromium_org/third_party/libyuv/unit_test/
basictypes_test.cc 32 uint32 u32 = 1u; local
40 EXPECT_EQ(4u, sizeof(u32));
48 EXPECT_LT(0u, u32);
  /external/chromium_org/third_party/webrtc/base/
basictypes_unittest.cc 33 uint32 u32 = 1u; local
41 EXPECT_EQ(4u, sizeof(u32));
49 EXPECT_LT(0u, u32);
  /external/chromium_org/v8/src/base/
division-by-constant-unittest.cc 40 static M32 u32(uint32_t d) { return UnsignedDivisionByConstant<uint32_t>(d); } function in namespace:v8::base
70 EXPECT_EQ(M32(0x00000000U, 0, true), u32(1));
72 EXPECT_EQ(M32(1U << (32 - k), 0, false), u32(1U << k));
74 EXPECT_EQ(M32(0xAAAAAAABU, 1, false), u32(3));
75 EXPECT_EQ(M32(0xCCCCCCCDU, 2, false), u32(5));
76 EXPECT_EQ(M32(0xAAAAAAABU, 2, false), u32(6));
77 EXPECT_EQ(M32(0x24924925U, 3, true), u32(7));
78 EXPECT_EQ(M32(0x38E38E39U, 1, false), u32(9));
79 EXPECT_EQ(M32(0xCCCCCCCDU, 3, false), u32(10));
80 EXPECT_EQ(M32(0xBA2E8BA3U, 3, false), u32(11))
    [all...]
  /external/libpng/contrib/tools/
checksum-icc.c 57 # define u32(x) (u16(x) * 65536 + u16(x+2)) macro
58 u32(64), u16(24), u16(26), u16(28), u16(30), u16(32), u16(34),
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
types.h 12 typedef unsigned int u32; typedef
21 u32 val32[2];
  /external/openssl/crypto/aes/
aes_locl.h 67 # define GETU32(p) SWAP(*((u32 *)(p)))
68 # define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); }
70 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
75 typedef unsigned long u32; typedef
77 typedef unsigned int u32; typedef
  /development/ndk/platforms/android-3/header-patches/include/sys/
epoll.h 55 unsigned int u32; member in union:epoll_data
  /development/ndk/platforms/android-3/include/sys/
epoll.h 55 unsigned int u32; member in union:epoll_data
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_screen.h 7 typedef uint32_t u32; typedef
34 u32 sequence;
35 u32 sequence_ack;
36 void (*emit)(struct pipe_screen *, u32 *sequence);
37 u32 (*update)(struct pipe_screen *);
  /external/elfutils/0.153/libelf/
gelf_xlate.c 95 uint32_t u32; member in union:unaligned
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.h 7 typedef uint32_t u32; typedef
34 u32 sequence;
35 u32 sequence_ack;
36 void (*emit)(struct pipe_screen *, u32 *sequence);
37 u32 (*update)(struct pipe_screen *);
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 39 typedef unsigned int u32; typedef
44 typedef unsigned long u32; typedef
49 typedef unsigned int u32; typedef
  /bionic/libc/include/sys/
epoll.h 63 uint32_t u32; member in union:epoll_data
  /development/ndk/platforms/android-L/include/sys/
epoll.h 63 uint32_t u32; member in union:epoll_data
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute_internal.h 38 typedef unsigned u32; typedef
50 u32 cs[256];
94 void evergreen_mult_reg_set_(struct evergreen_compute_resource* res, int index, u32* array, int size);
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 28 #define u32 unsigned int macro
  /external/libunwind/src/dwarf/
Gexpr.c 129 uint32_t u32; local
160 ret = dwarf_readu32 (as, a, addr, &u32, arg);
163 *val = u32;
201 uint32_t u32; local
397 if ((ret = dwarf_readu32 (as, a, &tmp1, &u32, arg)) < 0)
399 tmp2 = u32;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.h 38 typedef unsigned u32; typedef
50 u32 cs[256];
94 void evergreen_mult_reg_set_(struct evergreen_compute_resource* res, int index, u32* array, int size);
  /bionic/libc/kernel/uapi/linux/netfilter/
x_tables.h 87 __u32 u32; member in struct:_xt_align
  /bionic/libc/upstream-openbsd/lib/libc/crypt/
chacha_private.h 10 typedef unsigned int u32; typedef
14 u32 input[16]; /* could be compressed */
21 #define U32V(v) ((u32)(v) & U32C(0xFFFFFFFF))
27 (((u32)((p)[0]) ) | \
28 ((u32)((p)[1]) << 8) | \
29 ((u32)((p)[2]) << 16) | \
30 ((u32)((p)[3]) << 24))
55 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits,u32 ivbits)
89 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes
    [all...]

Completed in 909 milliseconds

1 2 3 4