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

1 2 3 4

  /external/clang/test/CodeGen/
2008-01-28-UnionSize.c 6 typedef unsigned short u16; typedef
  /external/linux-tools-perf/util/
types.h 14 typedef unsigned short u16; typedef
  /external/oprofile/libutil/
op_types.h 21 typedef unsigned short u16; typedef
  /external/liblzf/
lzfP.h 171 typedef unsigned short u16; typedef
173 typedef unsigned int u16; typedef
  /external/openssh/
rijndael.h 36 typedef unsigned short u16; typedef
  /external/openssl/crypto/aes/
aes_locl.h 79 typedef unsigned short u16; typedef
  /frameworks/av/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/elfutils/libelf/
gelf_xlate.c 94 uint16_t u16; member in union:unaligned
  /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
  /system/core/libsparse/
sparse_defs.h 25 #define __le16 u16
29 #define __be16 u16
33 #define __u16 u16
39 typedef unsigned short int u16; typedef
  /external/bluetooth/bluedroid/btif/src/
btif_gatt_util.c 211 UINT16 u16; local
213 STREAM_TO_UINT16(u16, p);
214 return u16;
  /external/qemu/
aes.c 38 typedef uint16_t u16; typedef
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.h 31 uint16_t u16; member in union:android::MtpPropertyValue::__anon19622
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
x_tables.h 94 u_int16_t u16; member in struct:_xt_align
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/bluedroid/stack/sdp/
sdp_utils.c 590 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/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

Completed in 1316 milliseconds

1 2 3 4