OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINT16
(Results
1 - 19
of
19
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplus.h
51
typedef WORD
UINT16
;
/external/tpm2/
BaseTypes.h
21
typedef uint16_t
UINT16
;
28
UINT16
size;
tpm_types.h
16
typedef uint16_t
UINT16
;
36
typedef
UINT16
TPM_KEY_SIZE;
37
typedef
UINT16
TPM_KEY_BITS;
188
typedef
UINT16
TPM_EO;
203
typedef
UINT16
TPM_ST;
223
typedef
UINT16
TPM_SU;
623
UINT16
size;
632
UINT16
size;
650
UINT16
size;
659
UINT16
size
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
data_types.h
30
typedef unsigned short
UINT16
;
/external/libnfc-nci/src/gki/ulinux/
data_types.h
30
typedef unsigned short
UINT16
;
/hardware/qcom/display/msm8996/sdm/include/utils/
constants.h
38
#define
UINT16
(exp) static_cast<uint16_t>(exp)
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python2/src/
_crcfunext.c
45
typedef unsigned short
UINT16
;
162
UINT16
crc;
165
UINT16
* table;
203
UINT16
crc;
206
UINT16
* table;
494
if ((sizeof(UINT8) != 1) || (sizeof(
UINT16
) != 2) ||
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/python3/src/
_crcfunext.c
38
typedef unsigned short
UINT16
;
198
UINT16
crc;
201
UINT16
* table;
247
UINT16
crc;
250
UINT16
* table;
601
if ((sizeof(UINT8) != 1) || (sizeof(
UINT16
) != 2) ||
/external/dhcpcd-6.8.2/
dhcp-common.h
45
#define
UINT16
(1 << 2)
/external/libchrome/dbus/
message.h
72
UINT16
= DBUS_TYPE_UINT16,
/external/opencv3/3rdparty/libjpeg/
jmorecfg.h
145
/*
UINT16
must hold at least the values 0..65535. */
148
typedef unsigned short
UINT16
;
150
typedef unsigned int
UINT16
;
/external/pdfium/third_party/libjpeg/
jmorecfg.h
150
/*
UINT16
must hold at least the values 0..65535. */
153
typedef unsigned short
UINT16
;
155
typedef unsigned int
UINT16
;
/external/vboot_reference/utility/include/
eficompress.h
9
#define
UINT16
uint16_t
/external/libjpeg-turbo/
jmorecfg.h
135
/*
UINT16
must hold at least the values 0..65535. */
138
typedef unsigned short
UINT16
;
140
typedef unsigned int
UINT16
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
basetsd.h
35
typedef unsigned short
UINT16
,*PUINT16;
/system/bt/stack/include/
bt_types.h
34
typedef uint16_t
UINT16
;
224
#define HCI_GET_CMD_HDR_OPCODE(p) (
UINT16
)((*((UINT8 *)((p) + 1) + p->offset) + \
252
#define STREAM_TO_UINT16(u16, p) {u16 = ((
UINT16
)(*(p)) + (((
UINT16
)(*((p) + 1))) << 8)); (p) += 2;}
288
#define BE_STREAM_TO_UINT16(u16, p) {u16 = (
UINT16
)(((
UINT16
)(*(p)) << 8) + (
UINT16
)(*((p) + 1))); (p) += 2;}
418
UINT16
len;
422
UINT16
uuid16;
[
all
...]
/system/tpm/trunks/
tpm_generated.h
182
#define BSIZE
UINT16
209
#define CONTEXT_SLOT
UINT16
360
typedef uint16_t
UINT16
;
370
typedef
UINT16
TPM_KEY_SIZE;
371
typedef
UINT16
TPM_KEY_BITS;
404
typedef
UINT16
TPM_ALG_ID;
413
typedef
UINT16
TPM_ST;
424
typedef
UINT16
TPM_ECC_CURVE;
442
typedef
UINT16
TPM_EO;
443
typedef
UINT16
TPM_SU
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 460 milliseconds