/third_party/FreeBSD/sys/crypto/rijndael/ |
D | rijndael_local.h | 6 typedef u_int16_t u16; typedef
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | _types_ref.h | 43 typedef unsigned short u16; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/ |
D | short-load.c | 5 typedef unsigned short u16; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | builtin-bswap-variable.c | 1 typedef unsigned short u16; typedef
|
D | cast-bad-00.c | 1 typedef unsigned short u16; typedef
|
D | bswap-constant-folding.c | 3 typedef unsigned short u16; typedef
|
D | packed-bitfield3.c | 4 typedef __UINT16_TYPE__ u16; typedef
|
D | packed-struct.c | 4 typedef __UINT16_TYPE__ u16; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
D | and-extend.c | 1 typedef unsigned short u16; typedef
|
/third_party/flatbuffers/tests/my-game/example/ |
D | type-aliases.js | 56 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/ |
D | shift-assign2.c | 4 typedef __UINT16_TYPE__ u16; typedef
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/tools/ |
D | checksum-icc.c | 56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
|
/third_party/libpng/contrib/tools/ |
D | checksum-icc.c | 56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
D | checksum-icc.c | 56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
|
/third_party/openssl/crypto/aes/ |
D | aes_local.h | 33 typedef unsigned short u16; typedef
|
/third_party/skia/modules/androidkit/src/ |
D | Text.cpp | 20 const jchar* u16 = env->GetStringChars(jstr, nullptr); in JStringToU16String() local
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.java | 24 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/ |
D | uuid.h | 8 typedef unsigned short u16; typedef
|
/third_party/boost/libs/spirit/test/qi/ |
D | uint1.cpp | 165 boost::uint16_t u16; in main() local
|
/third_party/boost/libs/locale/src/encoding/ |
D | conv.hpp | 24 uint16_t u16; in utf_name() member
|
/third_party/boost/libs/spirit/test/x3/ |
D | uint1.cpp | 170 boost::uint16_t u16; in main() local
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | dfu.c | 79 #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/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 47 #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/ |
D | hb-ot-shape-complex-arabic-win1256.hh | 47 #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/ |
D | Gexpr.c | 130 uint16_t u16; in read_operand() local 250 uint16_t u16; in dwarf_eval_expr() local
|