Home
last modified time | relevance | path

Searched defs:u16 (Results 1 – 25 of 60) sorted by relevance

123

/external/libnfc-nci/src/nfc/include/
Dllcp_defs.h34 #define LLCP_GET_DSAP(u16) (((u16) & 0xFC00) >> 10) argument
35 #define LLCP_GET_PTYPE(u16) (((u16) & 0x03C0) >> 6) argument
36 #define LLCP_GET_SSAP(u16) (((u16) & 0x003F)) argument
89 #define LLCP_GET_FRMR_VS(u16) (((UINT16) (u16) >> 12) & 0x000F) argument
90 #define LLCP_GET_FRMR_VR(u16) (((UINT16) (u16) >> 8) & 0x000F) argument
91 #define LLCP_GET_FRMR_VSA(u16) (((UINT16) (u16) >> 4) & 0x000F) argument
92 #define LLCP_GET_FRMR_VRA(u16) (((UINT16) (u16) >> 0) & 0x000F) argument
/external/liblzf/
DlzfP.h171 typedef unsigned short u16; typedef
173 typedef unsigned int u16; typedef
/external/valgrind/memcheck/tests/vbit-test/
Dvbits.h41 uint16_t u16; member
55 uint16_t u16; member
/external/libnfc-nci/src/hal/include/
Dnfc_types.h56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
69 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} argument
88 #define UINT16_TO_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)(u16); *((UINT8 *)(p)+1) = (UINT8)((u16) >>… argument
98 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);} argument
103 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … argument
116 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… argument
/external/google-breakpad/src/processor/
Dbinarystream.cc63 binarystream &binarystream::operator>>(uint16_t &u16) { in operator >>()
104 binarystream &binarystream::operator<<(uint16_t u16) { in operator <<()
Dbinarystream_unittest.cc65 uint16_t u16 = 0; in TEST_F() local
267 uint16_t u16 = 0; in TEST_F() local
283 uint16_t u16 = 8; in TEST_F() local
294 uint16_t u16 = 8; in TEST_F() local
352 uint16_t u16 = 0; in TEST_F() local
/external/libunwind/src/dwarf/
DGexpr.c128 uint16_t u16; in read_operand() local
200 uint16_t u16; in dwarf_eval_expr() local
/external/strace/maint/
Dprint_ioctlent.c31 typedef unsigned short u16; typedef
/external/autotest/client/profilers/powertop/src/
Dethernet.c40 #define u16 __u16 macro
Dwireless.c40 #define u16 __u16 macro
/external/clang/test/CodeGen/
D2008-01-28-UnionSize.c6 typedef unsigned short u16; typedef
/external/libpng/contrib/tools/
Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-win1256.hh47 #define OT_USHORT(u16) +2/*bytes*/ argument
55 #define OT_USHORT(u16) (unsigned char)((u16)>>8), (unsigned char)((u16)&0xFFu), argument
/external/dhcpcd-6.8.2/
Dduid.c57 uint16_t u16; in duid_make() local
/external/dbus/dbus/
Ddbus-types.h161 dbus_uint16_t u16; /**< as int16 */ member
/external/neven/FaceRecEm/common/src/b_FDSDK/
DTypes.h34 typedef unsigned short u16; typedef
/external/wpa_supplicant_8/src/utils/
Dcommon.h82 typedef UINT16 u16; typedef
94 typedef UINT16 u16; typedef
111 typedef uint16_t u16; typedef
/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc48 uint16_t u16; in TestGetUint() local
67 uint16_t u16; in TestGetPrefixed() local
/external/dhcpcd-6.8.2/dbus/
Ddbus-dict.c90 dbus_uint16_t u16; in append_config_value() local
/external/libnfc-nci/src/include/
Dbt_types.h224 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);} argument
237 #define STREAM_TO_UINT16(u16, p) {u16 = ((UINT16)(*(p)) + (((UINT16)(*((p) + 1))) << 8)); (p) += 2;} argument
255 #define UINT16_TO_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)(u16); *((UINT8 *)(p)+1) = (UINT8)((u16) >>… argument
264 #define UINT16_TO_BE_STREAM(p, u16) {*(p)++ = (UINT8)((u16) >> 8); *(p)++ = (UINT8)(u16);} argument
269 #define BE_STREAM_TO_UINT16(u16, p) {u16 = (UINT16)(((UINT16)(*(p)) << 8) + (UINT16)(*((p) + 1))); … argument
281 #define UINT16_TO_BE_FIELD(p, u16) {*(UINT8 *)(p) = (UINT8)((u16) >> 8); *((UINT8 *)(p)+1) = (UINT8… argument
/external/elfutils/libelf/
Dgelf_xlate.c74 uint16_t u16; member
/external/dnsmasq/contrib/wrt/
Ddhcp_lease_time.c58 typedef unsigned short u16; typedef
/external/ltrace/
Dprintf.c218 uint16_t u16; in param_printf_next() member
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dintreadwrite.h30 uint16_t u16[4]; member
38 uint16_t u16[2]; member
44 uint16_t u16; member
/external/skia/tests/
DPaintTest.cpp31 uint16_t* u16 = (uint16_t*)dst; in uni_to_utf16() local

123