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

1 2

  /external/oprofile/libutil/
op_types.h 21 typedef unsigned short u16; typedef
  /external/openssl/crypto/aes/
aes_locl.h 79 typedef unsigned short u16; typedef
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 22 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)(S9[nine] ^ seven)
    [all...]
  /external/kernel-headers/original/asm-arm/
types.h 42 typedef unsigned short u16; typedef
  /external/kernel-headers/original/asm-x86/
types.h 51 typedef unsigned short u16; typedef
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 34 typedef unsigned short u16; typedef
  /hardware/broadcom/wlan/bcm4329/src/dhd/exe/
dhdu_linux.c 44 typedef u_int16_t u16; typedef
  /hardware/ti/wlan/wl1271/CUDK/os/common/inc/
cu_osapi.h 53 typedef unsigned short u16; typedef
  /system/wlan/ti/wilink_6_1/CUDK/os/common/inc/
cu_osapi.h 53 typedef unsigned short u16; typedef
  /external/qemu/
aes.c 38 typedef uint16_t u16; typedef
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /external/dbus/dbus/
dbus-marshal-basic.h 157 dbus_uint16_t u16; /**< as int16 */ member in union:__anon1539
  /external/dnsmasq/contrib/wrt/
dhcp_lease_time.c 58 typedef unsigned short u16; typedef
64 u16 secs, flags;
dhcp_release.c 63 typedef unsigned short u16; typedef
69 u16 secs, flags;
  /external/iproute2/include/linux/netfilter/
x_tables.h 96 __u16 u16; member in struct:_xt_align
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /external/icu4c/tools/toolutil/
pkgitems.cpp 228 uint16_t u16, ored16; local
242 u16=0x2f; // slash in local endianness
244 u16=0x2f00; // slash in opposite endianness
249 for(i=0; i<stringLength && p16[i]!=u16; ++i) {}
284 u16=p16[i];
285 ored16|=u16;
286 localeID[i]=(char)u16;
290 u16=p16[i];
291 ored16|=u16;
292 localeID[i]=(char)(u16>>8)
    [all...]
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 86 u_int16_t u16; member in struct:_xt_align
  /external/wpa_supplicant/
common.h 131 #define WPA_GET_BE16(a) ((u16) (((a)[0] << 8) | (a)[1]))
134 (a)[0] = ((u16) (val)) >> 8; \
135 (a)[1] = ((u16) (val)) & 0xff; \
138 #define WPA_GET_LE16(a) ((u16) (((a)[1] << 8) | (a)[0]))
141 (a)[1] = ((u16) (val)) >> 8; \
142 (a)[0] = ((u16) (val)) & 0xff; \
184 typedef UINT16 u16; typedef
196 typedef UINT16 u16; typedef
216 typedef unsigned short u16; typedef
229 typedef uint16_t u16; typedef
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 104 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) (val)) >> 8;
    [all...]

Completed in 7972 milliseconds

1 2