Searched defs:u16 (Results 1 - 25 of 53) sorted by relevance

123

/external/clang/test/CodeGen/
H A D2008-01-28-UnionSize.c6 typedef unsigned short u16; typedef
/external/linux-tools-perf/util/
H A Dtypes.h14 typedef unsigned short u16; typedef
/external/oprofile/libutil/
H A Dop_types.h21 typedef unsigned short u16; typedef
/external/liblzf/
H A DlzfP.h171 typedef unsigned short u16; typedef
173 typedef unsigned int u16; typedef
/external/openssh/
H A Drijndael.h36 typedef unsigned short u16; typedef
/external/openssl/crypto/aes/
H A Daes_locl.h79 typedef unsigned short u16; typedef
/external/elfutils/libelf/
H A Dgelf_xlate.c94 uint16_t u16; member in union:unaligned
/external/kernel-headers/original/asm-arm/
H A Dtypes.h42 typedef unsigned short u16; typedef
/external/kernel-headers/original/asm-x86/
H A Dtypes.h51 typedef unsigned short u16; typedef
/external/neven/FaceRecEm/common/src/b_FDSDK/
H A DTypes.h34 typedef unsigned short u16; typedef
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_util.c211 UINT16 u16; local
213 STREAM_TO_UINT16(u16, p);
214 return u16;
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkasumi.c22 typedef unsigned u16; typedef
39 static u16 FI( u16 in, u16 subkey )
41 u16 nine, seven;
42 static const u16 S7[128] = {
51 static const u16 S9[512] = {
88 nine = (u16)(in>>7)&0x1FF;
89 seven = (u16)(in&0x7F);
92 nine = (u16)(S
[all...]
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c58 typedef unsigned short u16; typedef
64 u16 secs, flags;
H A Ddhcp_release.c63 typedef unsigned short u16; typedef
69 u16 secs, flags;
/external/iproute2/include/linux/netfilter/
H A Dx_tables.h89 __u16 u16; member in struct:_xt_align
/external/iptables/include/linux/netfilter/
H A Dx_tables.h89 __u16 u16; member in struct:_xt_align
/external/qemu/
H A Daes.c38 typedef uint16_t u16; typedef
/external/bluetooth/bluedroid/stack/sdp/
H A Dsdp_utils.c590 UINT16 u16; local
615 BE_STREAM_TO_UINT16 (u16, p);
616 *p_len = u16;
781 return (BOOLEAN)(p_btuuid->uu.uuid16 == p_attr->attr_value.v.u16);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h60 typedef unsigned short u16; // NOLINT typedef in namespace:__sanitizer
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h86 u_int16_t u16; member in struct:_xt_align
/external/bluetooth/bluedroid/stack/include/
H A Dsdp_api.h107 UINT16 u16; /* 16-bit integer */ member in union:__anon1440::__anon1441
/external/grub/netboot/
H A Ddavicom.c57 typedef unsigned short u16;
180 static void phy_write(int, u16);
228 u16 phy_data;
270 static void phy_write(int location, u16 phy_data)
272 u16 i, phy_addr=1;
56 typedef unsigned short u16; typedef
/external/tcpdump/
H A Dprint-802_11.c1012 u_int16_t u16; member in union:__anon13839
1035 rc = cpack_uint16(s, &u.u16);
1038 rc = cpack_uint16(s, &u2.u16);
1043 rc = cpack_uint16(s, &u.u16);
1070 printf("%u MHz ", u.u16);
1071 if (u2.u16 != 0)
1072 printf("(0x%04x) ", u2.u16);
1075 printf("fhset %d fhpat %d ", u.u16 & 0xff, (u.u16 >> 8) & 0xff);
1093 printf("%u sq ", u.u16);
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
227 static inline u16 WPA_GET_BE16(const u8 *a)
232 static inline void WPA_PUT_BE16(u8 *a, u16 val)
238 static inline u16 WPA_GET_LE1
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dcommon.h92 typedef UINT16 u16; typedef
104 typedef UINT16 u16; typedef
124 typedef unsigned short u16; typedef
137 typedef uint16_t u16; typedef
190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
192 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
227 static inline u16 WPA_GET_BE16(const u8 *a)
232 static inline void WPA_PUT_BE16(u8 *a, u16 val)
238 static inline u16 WPA_GET_LE1
[all...]

Completed in 580 milliseconds

123