OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u16
(Results
1 - 25
of
121
) sorted by null
1
2
3
4
5
/external/chromium_org/net/base/
big_endian_unittest.cc
15
uint16
u16
;
local
28
EXPECT_TRUE(reader.ReadU16(&
u16
));
29
EXPECT_EQ(0x0506,
u16
);
42
uint16
u16
;
local
54
EXPECT_FALSE(reader.ReadU16(&
u16
));
81
uint16
u16
= 0;
local
91
EXPECT_FALSE(writer.WriteU16(
u16
));
/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/chromium_org/third_party/libjingle/source/talk/base/
basictypes_unittest.cc
48
uint16
u16
= 1u;
local
56
EXPECT_EQ(2u, sizeof(
u16
));
64
EXPECT_LT(0u,
u16
);
/external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_locl.h
79
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
203
UINT16
u16
;
local
205
STREAM_TO_UINT16(
u16
, p);
206
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::__anon29982
/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
);
Completed in 230 milliseconds
1
2
3
4
5