Home
last modified time | relevance | path

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

1234

/third_party/FreeBSD/sys/crypto/rijndael/
Drijndael_local.h6 typedef u_int16_t u16; typedef
/third_party/FreeBSD/sys/dev/usb/implementation/
D_types_ref.h43 typedef unsigned short u16; typedef
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c143 uint16_t u16; in rops_handle_POLLIN_raw_skt() local
/third_party/uboot/u-boot-2020.01/include/asm-generic/
Dint-ll64.h38 typedef __u16 u16; typedef
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/
Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
/third_party/libpng/contrib/tools/
Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
/third_party/skia/third_party/externals/libpng/contrib/tools/
Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
/third_party/openssl/crypto/aes/
Daes_local.h33 typedef unsigned short u16; typedef
/third_party/skia/modules/androidkit/src/
DText.cpp20 const jchar* u16 = env->GetStringChars(jstr, nullptr); in JStringToU16String() local
/third_party/uboot/u-boot-2020.01/arch/nios2/include/asm/
Dtypes.h42 typedef unsigned short u16; typedef
/third_party/boost/libs/spirit/test/qi/
Duint1.cpp165 boost::uint16_t u16; in main() local
/third_party/boost/libs/spirit/test/x3/
Duint1.cpp170 boost::uint16_t u16; in main() local
/third_party/uboot/u-boot-2020.01/arch/arm/dts/
Dzynqmp-zcu102-revA.dts367 u16: ina226@44 { /* u16 */ label
Dzynqmp-zcu106-revA.dts365 u16: ina226@44 { /* u16 */ label
/third_party/boost/libs/locale/src/encoding/
Dconv.hpp24 uint16_t u16; in utf_name() member
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Dtypes.h26 typedef unsigned short u16; typedef
/third_party/libunwind/src/dwarf/
DGexpr.c130 uint16_t u16; in read_operand() local
250 uint16_t u16; in dwarf_eval_expr() local
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh47 #define OT_UINT16(u16) +2/*bytes*/ argument
55 #define OT_UINT16(u16) (unsigned char)((u16)>>8), (unsigned char)((u16)&0xFFu), argument
/third_party/NuttX/drivers/usbdev/gadget/
Ddfu.c79 #define MSBYTE(u16) ((u16) >> 8) /* Get MS byte from uint16_t */ argument
80 #define LSBYTE(u16) ((u16) & 0xff) /* Get LS byte from uint16_t */ argument
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh47 #define OT_UINT16(u16) +2/*bytes*/ argument
55 #define OT_UINT16(u16) (unsigned char)((u16)>>8), (unsigned char)((u16)&0xFFu), argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic-win1256.hh47 #define OT_UINT16(u16) +2/*bytes*/ argument
55 #define OT_UINT16(u16) (unsigned char)((u16)>>8), (unsigned char)((u16)&0xFFu), argument
/third_party/libwebsockets/lib/core-net/
Doutput.c345 uint16_t u16; in lws_ssl_capable_write_no_ssl() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/
Dmain.c25 uint16_t u16; member
/third_party/ffmpeg/libavfilter/
Ddrawutils.h66 uint16_t u16[8]; member
/third_party/ntfs-3g/include/ntfs-3g/
Dtypes.h38 typedef uint16_t u16; typedef

1234