Home
last modified time | relevance | path

Searched defs:U8 (Results 1 – 23 of 23) sorted by relevance

/external/compiler-rt/lib/asan/tests/
Dasan_test_utils.h61 typedef uint64_t U8; typedef
/external/flatbuffers/tests/MyGame/Example/
DTypeAliases.lua31 function TypeAliases_mt:U8() function
DTypeAliases.py29 def U8(self): member in TypeAliases
DTypeAliases.go41 func (rcv *TypeAliases) U8() byte { func
DTypeAliases.cs22 …public byte U8 { get { int o = __p.__offset(6); return o != 0 ? __p.bb.Get(o + __p.bb_pos) : (byte… property
/external/u-boot/fs/jffs2/
Dcompr_lzo.c85 #define U8 unsigned char macro
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DStringRefTest.cpp606 uint8_t U8; in TEST() local
775 uint8_t U8; in TEST() local
/external/llvm/unittests/ADT/
DStringRefTest.cpp467 uint8_t U8; in TEST() local
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h279 uint8_t U8[16]; member
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto39 U8 = 6; enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h85 U8 = 2, enumerator
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h391 uint8_t U8[16]; member
/external/clang/test/Misc/
Ddiag-template-diffing.cpp234 template<typename T> using U8 = S8<int, char, T>; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.h262 U8 = UINT | B8, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/
DRPCUtilsTest.cpp461 std::map<int, bool> M) { in TEST()
/external/skia/third_party/skcms/
Dskcms.cc1831 using U8 = uint8_t; typedef
1886 using U8 = Vec<N,uint8_t>; typedef
/external/skqp/third_party/skcms/
Dskcms.cc1839 using U8 = uint8_t; typedef
1894 using U8 = Vec<N,uint8_t>; typedef
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py356 U8 = 6 variable in PrimitiveType
/external/vixl/src/aarch32/
Dinstructions-aarch32.h266 U8 = kDataTypeU | 8, enumerator
/external/skia/src/opts/
DSkRasterPipeline_opts.h131 using U8 = uint8_t ; variable
/external/skqp/src/opts/
DSkRasterPipeline_opts.h131 using U8 = uint8_t ; variable
/external/deqp/framework/common/
DtcuTexture.cpp1096 #define U8(OFFS, COUNT) ((*((const deUint8* )pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc127 typedef unsigned long long U8; // NOLINT typedef