Searched defs:u8 (Results 1 - 25 of 52) sorted by relevance

123

/external/linux-tools-perf/util/
H A Dtypes.h16 typedef unsigned char u8; typedef
/external/oprofile/libutil/
H A Dop_types.h20 typedef unsigned char u8; typedef
/external/liblzf/
H A DlzfP.h156 typedef unsigned char u8; typedef
159 # define LZF_HSLOT_BIAS ((const u8 *)in_data)
163 typedef const u8 *LZF_HSLOT;
H A Dlzf.c56 typedef unsigned char u8; typedef
180 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
181 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
182 u8 *header;
221 u8 header[MAX_HDR_SIZE];
222 u8 buf1[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
223 u8 buf2[MAX_BLOCKSIZE + MAX_HDR_SIZE + 16];
224 u8 *p;
/external/openssh/
H A Drijndael.h35 typedef unsigned char u8; typedef
/external/openssl/crypto/aes/
H A Daes_locl.h71 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
80 typedef unsigned char u8; typedef
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DHex.java36 public static String u8(long v) { method in class:Hex
/external/elfutils/libcpu/
H A Dmemory-access.h86 uint64_t u8; member in union:unaligned
137 return bswap_64 (up->u8);
138 return up->u8;
145 return (int64_t) bswap_64 (up->u8);
/external/kernel-headers/original/asm-arm/
H A Dtypes.h39 typedef unsigned char u8; typedef
/external/kernel-headers/original/asm-x86/
H A Dtypes.h48 typedef unsigned char u8; typedef
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DHex.java48 public static String u8(long v) { method in class:Hex
/external/elfutils/libdw/
H A Dmemory-access.h183 uint64_t u8; member in union:unaligned
234 return bswap_64 (up->u8);
235 return up->u8;
242 return (int64_t) bswap_64 (up->u8);
/external/clang/test/Sema/
H A Dcompare.c241 unsigned int u8 : 8; member in struct:foo
248 if (x->u8 == i32) { // comparison in int32, exact
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c57 typedef unsigned char u8; typedef
62 u8 op, htype, hlen, hops;
66 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];
H A Ddhcp_release.c62 typedef unsigned char u8; typedef
67 u8 op, htype, hlen, hops;
71 u8 chaddr[DHCP_CHADDR_MAX], sname[64], file[128];
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h88 __u8 u8; member in struct:_xt_align
/external/iptables/include/linux/netfilter/
H A Dx_tables.h88 __u8 u8; member in struct:_xt_align
/external/openssl/crypto/modes/
H A Dmodes_lcl.h26 typedef unsigned char u8; typedef
86 #define PUTU32(p,v) ((p)[0]=(u8)((v)>>24),(p)[1]=(u8)((v)>>16),(p)[2]=(u8)((v)>>8),(p)[3]=(u8)(v))
104 union { u64 u[2]; u32 d[4]; u8 c[16]; } Yi,EKi,EK0,len,
113 void (*ghash)(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
126 union { u64 u[2]; u8 c[16]; } nonce, cmac;
/external/qemu/
H A Daes.c39 typedef uint8_t u8; typedef
44 # define PUTU32(ct, st) { (ct)[0] = (u8)((st) >> 24); (ct)[1] = (u8)((st) >> 16); (ct)[2] = (u8)((st) >> 8); (ct)[3] = (u8)(st); }
/external/blktrace/
H A Dblktrace.h27 typedef __u8 u8; typedef
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h85 u_int8_t u8; member in struct:_xt_align
313 extern struct xt_match *xt_find_match(int af, const char *name, u8 revision);
314 extern struct xt_target *xt_find_target(int af, const char *name, u8 revision);
316 u8 revision);
317 extern int xt_find_revision(int af, const char *name, u8 revision, int target,
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h105 typedef UINT8 u8; typedef
117 typedef UINT8 u8; typedef
137 typedef unsigned char u8; typedef
147 typedef TUint8 u8; typedef
160 typedef uint8_t u8; typedef
267 (a)[0] = (u8) ((((u32) (val)) >> 16) & 0xff); \
268 (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \
269 (a)[2] = (u8) (((u32) (val)) & 0xff); \
276 (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \
277 (a)[1] = (u8) ((((u3
[all...]
/external/grub/netboot/
H A Ddavicom.c55 typedef unsigned char u8;
54 typedef unsigned char u8; typedef
/external/tcpdump/
H A Dprint-802_11.c1010 u_int8_t u8; member in union:__anon11425
1020 rc = cpack_uint8(s, &u.u8);
1021 if (u.u8 & IEEE80211_RADIOTAP_F_DATAPAD)
1028 rc = cpack_uint8(s, &u.u8);
1046 rc = cpack_uint8(s, &u.u8);
1078 PRINT_RATE("", u.u8, " Mb/s ");
1087 printf("%ddB signal ", u.u8);
1090 printf("%ddB noise ", u.u8);
1099 printf("%ddB tx power ", -(int)u.u8);
1105 if (u.u8
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h99 typedef UINT8 u8; typedef
111 typedef UINT8 u8; typedef
131 typedef unsigned char u8; typedef
141 typedef TUint8 u8; typedef
154 typedef uint8_t u8; typedef
261 (a)[0] = (u8) ((((u32) (val)) >> 16) & 0xff); \
262 (a)[1] = (u8) ((((u32) (val)) >> 8) & 0xff); \
263 (a)[2] = (u8) (((u32) (val)) & 0xff); \
270 (a)[0] = (u8) ((((u32) (val)) >> 24) & 0xff); \
271 (a)[1] = (u8) ((((u3
[all...]

Completed in 713 milliseconds

123