Home
last modified time | relevance | path

Searched defs:U16 (Results 1 – 15 of 15) sorted by relevance

/external/v8/test/unittests/interpreter/
Dbytecode-utils.h13 #define U16(i) EXTRACT(i, 0), EXTRACT(i, 1) macro
20 #define U16(i) EXTRACT(i, 1), EXTRACT(i, 0) macro
/external/google-breakpad/src/client/linux/dump_writer_common/
Dthread_info.cc43 void U16(void* out, uint16_t v) { in U16() function
/external/lz4/programs/
Ddatagen.c46 typedef uint16_t U16; typedef
52 typedef unsigned short U16; typedef
Dbench.c85 typedef uint16_t U16; typedef
91 typedef unsigned short U16; typedef
Dframetest.c57 typedef uint16_t U16; typedef
63 typedef unsigned short U16; typedef
Dfuzzer.c56 typedef uint16_t U16; typedef
62 typedef unsigned short U16; typedef
Dfullbench.c91 typedef uint16_t U16; typedef
97 typedef unsigned short U16; typedef
/external/lz4/lib/
Dxxhash.c109 typedef uint16_t U16; typedef
115 typedef unsigned short U16; typedef
Dlz4frame.c79 typedef uint16_t U16; typedef
85 typedef unsigned short U16; typedef
Dlz4.c160 typedef uint16_t U16; typedef
166 typedef unsigned short U16; typedef
/external/llvm/unittests/ADT/
DStringRefTest.cpp468 uint16_t U16; in TEST() local
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc245 U16(const uint8_t* data) { in U16() function
/external/llvm/unittests/IR/
DMetadataTest.cpp782 unsigned U16 = 1u << 16; in TEST_F() local
1578 unsigned U16 = 1u << 16; in TEST_F() local
/external/deqp/framework/common/
DtcuTexture.cpp1041 #define U16(OFFS, COUNT) ((*((const deUint16*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
/external/valgrind/VEX/pub/
Dlibvex_ir.h297 UShort U16; member