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

1 2 3

  /external/clang/test/CodeGen/
2008-01-28-UnionSize.c 6 typedef unsigned short u16; typedef
  /external/oprofile/libutil/
op_types.h 21 typedef unsigned short u16; typedef
  /external/bluetooth/bluez/lib/bluetooth/
uuid.h 43 uint16_t u16; member in union:__anon1860::__anon1862
  /external/liblzf/
lzfP.h 171 typedef unsigned short u16; typedef
173 typedef unsigned int u16; typedef
  /external/openssl/crypto/aes/
aes_locl.h 79 typedef unsigned short u16; typedef
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/inc/
basetype.h 30 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
  /external/bluetooth/bluez/lib/
uuid.c 61 &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/qemu/
aes.c 38 typedef uint16_t u16; typedef
    [all...]
  /frameworks/base/media/mtp/
MtpProperty.h 31 uint16_t u16; member in union:android::MtpPropertyValue::__anon15426
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
x_tables.h 94 u_int16_t u16; member in struct:_xt_align
  /bionic/libc/kernel/common/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /development/ndk/platforms/android-3/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align
  /external/bluetooth/bluez/attrib/
att.c 703 uint16_t u16; local
708 u16 = htobs(handle);
711 memcpy(&pdu[2], &u16, sizeof(u16));
  /external/dbus/dbus/
dbus-marshal-basic.h 169 dbus_uint16_t u16; /**< as int16 */ member in union:__anon5452
  /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 89 __u16 u16; member in struct:_xt_align
  /external/iptables/include/linux/netfilter/
x_tables.h 89 __u16 u16; member in struct:_xt_align
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu_linux.c 43 typedef u_int16_t u16; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_linux.c 43 typedef u_int16_t u16; typedef
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/netfilter/
x_tables.h 82 u_int16_t u16; member in struct:_xt_align

Completed in 844 milliseconds

1 2 3