Home
last modified time | relevance | path

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

12345

/external/libchrome/base/
Dbig_endian_unittest.cc19 uint16_t u16; in TEST() local
49 uint16_t u16; in TEST() local
94 uint16_t u16 = 0; in TEST() local
/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/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc152 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
216 Label u8(this), u16(this), u32(this), other(this); in TF_BUILTIN() local
276 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
354 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local
451 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in BINOP_BUILTIN() local
/external/strace/tests-m32/
Dnlattr_ifla_brport.c56 const uint16_t u16 = 0xabcd; in main() local
/external/strace/tests/
Dnlattr_ifla_brport.c56 const uint16_t u16 = 0xabcd; in main() local
/external/strace/tests-mx32/
Dnlattr_ifla_brport.c56 const uint16_t u16 = 0xabcd; in main() local
/external/autotest/client/profilers/powertop/src/
Dethernet.c40 #define u16 __u16 macro
/external/openssh/
Drijndael.h37 typedef unsigned short u16; typedef
/external/clang/test/CodeGen/
D2008-01-28-UnionSize.c6 typedef unsigned short u16; typedef
/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_fuzz.c42 u_int16_t u16; in attempt_parse_blob() local
/external/libpng/contrib/tools/
Dchecksum-icc.c56 # define u16(x) (header[x] * 256 + header[x+1]) in read_one_file() macro
/external/libyuv/files/unit_test/
Dbasictypes_test.cc30 uint16 u16 = 1u; in TEST_F() local
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.java23 public int u16() { int o = __offset(10); return o != 0 ? bb.getShort(o + bb_pos) & 0xFFFF : 0; } in u16() method in TypeAliases
24 …public boolean mutateU16(int u16) { int o = __offset(10); if (o != 0) { bb.putShort(o + bb_pos, (s… in mutateU16()
52 int u16, in createTypeAliases()
81 …public static void addU16(FlatBufferBuilder builder, int u16) { builder.addShort(3, (short)u16, (s… in addU16()
/external/u-boot/arch/arc/include/asm/
Dtypes.h37 typedef unsigned short u16; typedef
/external/u-boot/arch/nios2/include/asm/
Dtypes.h42 typedef unsigned short u16; typedef
/external/u-boot/arch/xtensa/include/asm/
Dtypes.h39 typedef unsigned short u16; typedef
/external/u-boot/arch/microblaze/include/asm/
Dtypes.h42 typedef unsigned short u16; typedef
/external/u-boot/arch/sh/include/asm/
Dtypes.h43 typedef unsigned short u16; typedef
/external/u-boot/arch/riscv/include/asm/
Dtypes.h45 typedef unsigned short u16; typedef
/external/u-boot/arch/nds32/include/asm/
Dtypes.h44 typedef unsigned short u16; typedef
/external/libunwind/src/dwarf/
DGexpr.c128 uint16_t u16; in read_operand() local
200 uint16_t u16; in dwarf_eval_expr() local
/external/u-boot/arch/x86/include/asm/
Dtypes.h34 typedef unsigned short u16; typedef
/external/u-boot/arch/m68k/include/asm/
Dtypes.h34 typedef unsigned short u16; typedef
/external/u-boot/arch/arm/include/asm/
Dtypes.h34 typedef unsigned short u16; typedef

12345