Searched defs:u16 (Results 1 - 25 of 55) 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/bluetooth/bluez/lib/bluetooth/
H A Duuid.h43 uint16_t u16; member in union:__anon692::__anon694
/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/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/bluetooth/bluez/lib/
H A Duuid.c61 &src->value.u16, sizeof(src->value.u16));
99 btuuid->value.u16 = value;
144 snprintf(str, n, "%.4x", uuid->value.u16);
204 uint16_t u16; local
207 u16 = strtol(string, &endptr, 16);
209 bt_uuid16_create(uuid, u16);
/external/dbus/dbus/
H A Ddbus-marshal-basic.h169 dbus_uint16_t u16; /**< as int16 */ member in union:__anon4465
/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/bluez/attrib/
H A Datt.c703 uint16_t u16; local
708 u16 = htobs(handle);
711 memcpy(&pdu[2], &u16, sizeof(u16));
H A Dgatt.c81 uint16_t u16; local
89 u16 = htobs(uuid->value.u16);
90 value = &u16;
91 vlen = sizeof(u16);
/external/bluetooth/bluez/src/
H A Dglib-helper.c464 uint16_t u16; local
469 u16 = strtol(string, &endptr, 16);
471 sdp_uuid16_create(uuid, u16);
/external/kernel-headers/original/linux/netfilter/
H A Dx_tables.h86 u_int16_t u16; member in struct:_xt_align
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Dcommon.h104 typedef UINT16 u16; typedef
116 typedef UINT16 u16; typedef
136 typedef unsigned short u16; typedef
146 typedef TUint16 u16; typedef
159 typedef uint16_t u16; typedef
212 #define le_to_host16(n) ((__force u16) (le16) (n))
213 #define host_to_le16(n) ((__force le16) (u16) (n))
214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
249 #define WPA_GET_BE16(a) ((u16) (((a)[0] << 8) | (a)[1]))
252 (a)[0] = ((u16) (va
[all...]
/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

Completed in 5597 milliseconds

123