Home
last modified time | relevance | path

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

12345

/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/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dshort-load.c5 typedef unsigned short u16; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-bswap-variable.c1 typedef unsigned short u16; typedef
Dcast-bad-00.c1 typedef unsigned short u16; typedef
Dbswap-constant-folding.c3 typedef unsigned short u16; typedef
Dpacked-bitfield3.c4 typedef __UINT16_TYPE__ u16; typedef
Dpacked-struct.c4 typedef __UINT16_TYPE__ u16; typedef
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dand-extend.c1 typedef unsigned short u16; typedef
/third_party/flatbuffers/tests/my-game/example/
Dtype-aliases.js56 u16() { method in TypeAliases
179 static addU16(builder, u16) { argument
230 …static createTypeAliases(builder, i8, u8, i16, u16, i32, u32, i64, u64, f32, f64, v8Offset, vf64Of… argument
271 …constructor(i8 = 0, u8 = 0, i16 = 0, u16 = 0, i32 = 0, u32 = 0, i64 = flatbuffers.createLong(0, 0)… argument
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dshift-assign2.c4 typedef __UINT16_TYPE__ 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/flatbuffers/tests/MyGame/Example/
DTypeAliases.java24 public int u16() { int o = __offset(10); return o != 0 ? bb.getShort(o + bb_pos) & 0xFFFF : 0; } in u16() method in TypeAliases
25 …public boolean mutateU16(int u16) { int o = __offset(10); if (o != 0) { bb.putShort(o + bb_pos, (s… in mutateU16()
57 int u16, in createTypeAliases()
86 …public static void addU16(FlatBufferBuilder builder, int u16) { builder.addShort(3, (short)u16, (s… in addU16()
/third_party/ltp/testcases/kernel/mce-test/tsrc/erst-inj/
Duuid.h8 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/locale/src/encoding/
Dconv.hpp24 uint16_t u16; in utf_name() member
/third_party/boost/libs/spirit/test/x3/
Duint1.cpp170 boost::uint16_t u16; in main() local
/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/libunwind/src/dwarf/
DGexpr.c130 uint16_t u16; in read_operand() local
250 uint16_t u16; in dwarf_eval_expr() local

12345