Searched defs:u32 (Results 1 - 25 of 61) sorted by relevance

123

/external/linux-tools-perf/util/
H A Dtypes.h12 typedef unsigned int u32; typedef
/external/oprofile/libutil/
H A Dop_types.h22 typedef unsigned int u32; typedef
/external/compiler-rt/include/sanitizer/
H A Dcommon_interface_defs.h47 typedef unsigned int u32; typedef in namespace:__sanitizer
/external/dhcpcd/
H A Dipv4ll.c46 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/openssh/
H A Drijndael.h37 typedef unsigned int u32; typedef
43 u32 ek[4*(MAXNR + 1)]; /* encrypt key schedule */
44 u32 dk[4*(MAXNR + 1)]; /* decrypt key schedule */
/external/openssl/crypto/aes/
H A Daes_locl.h67 # 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
/external/elfutils/libelf/
H A Dgelf_xlate.c95 uint32_t u32; member in union:unaligned
/external/kernel-headers/original/asm-arm/
H A Dtypes.h45 typedef unsigned int u32; typedef
52 typedef u32 dma_addr_t;
53 typedef u32 dma64_addr_t;
/external/kernel-headers/original/asm-x86/
H A Dtypes.h54 typedef unsigned int u32; typedef
64 typedef u32 dma_addr_t;
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DTypes.h39 typedef unsigned int u32; typedef
44 typedef unsigned long u32; typedef
49 typedef unsigned int u32; typedef
/external/webrtc/src/modules/audio_processing/utility/
H A Ddelay_estimator.c27 static int BitCount(uint32_t u32) { argument
28 uint32_t tmp = u32 - ((u32 >> 1) & 033333333333) -
29 ((u32 >> 2) & 011111111111);
/external/clang/test/Sema/
H A Dcompare.c243 unsigned long long u32 : 32; member in struct:foo
252 } else if (x->u32 == i32) { // expected-warning {{comparison of integers of different signs}}
/external/dbus/dbus/
H A Ddbus-marshal-basic.h171 dbus_uint32_t u32; /**< as int32 */ member in union:__anon5005
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c59 typedef unsigned int u32; typedef
63 u32 xid;
67 u32 cookie;
H A Ddhcp_release.c64 typedef unsigned int u32; typedef
68 u32 xid;
72 u32 cookie;
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h90 __u32 u32; member in struct:_xt_align
/external/iptables/include/linux/netfilter/
H A Dx_tables.h90 __u32 u32; member in struct:_xt_align
/external/openssl/crypto/modes/
H A Dmodes_lcl.h25 typedef unsigned int u32; typedef
45 # define BSWAP4(x) ({ u32 ret=(x); \
49 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
53 # define BSWAP4(x) ({ u32 ret=(x); \
57 # define BSWAP8(x) ({ u32 lo=(u64)(x)>>32,hi=(x); \
61 # define BSWAP4(x) ({ u32 ret; \
63 : "=r"(ret) : "r"((u32)(x))); \
70 # define BSWAP4(x) _byteswap_ulong((u32)(x))
72 __inline u32 _bswap4(u32 va
[all...]
/external/qemu/
H A Daes.c37 typedef uint32_t u32; typedef
43 # define GETU32(pt) (((u32)(pt)[0] << 24) ^ ((u32)(pt)[1] << 16) ^ ((u32)(pt)[2] << 8) ^ ((u32)(pt)[3]))
60 static const u32 Te0[256] = {
126 static const u32 Te1[256] = {
192 static const u32 Te2[256] = {
258 static const u32 Te3[256] = {
325 static const u32 Te
[all...]
/external/blktrace/
H A Dblktrace.h26 typedef __u32 u32; typedef
125 static inline int check_data_endianness(u32 magic)
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c591 UINT32 u32; local
619 BE_STREAM_TO_UINT32 (u32, p);
620 *p_len = (UINT16) u32;
783 return (BOOLEAN)(p_btuuid->uu.uuid32 == p_attr->attr_value.v.u32);
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h87 u_int32_t u32; member in struct:_xt_align
/external/mdnsresponder/mDNSShared/
H A Ddnssd_ipc.h170 uint32_t u32[2]; variable
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h103 typedef UINT32 u32; typedef
115 typedef UINT32 u32; typedef
135 typedef unsigned int u32; typedef
145 typedef TUint32 u32; typedef
158 typedef uint32_t u32; typedef
216 #define le_to_host32(n) ((__force u32) (le32) (n))
217 #define host_to_le32(n) ((__force le32) (u32) (n))
218 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
263 #define WPA_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h91 typedef UINT32 u32; typedef
103 typedef UINT32 u32; typedef
123 typedef unsigned int u32; typedef
136 typedef uint32_t u32; typedef
194 #define le_to_host32(n) ((__force u32) (le32) (n))
195 #define host_to_le32(n) ((__force le32) (u32) (n))
196 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))
241 #define WPA_GET_BE24(a) ((((u32) (a)[0]) << 16) | (((u32) (a)[1]) << 8) | \
242 ((u32) (
[all...]

Completed in 1982 milliseconds

123