HomeSort by relevance Sort by last modified time
    Searched defs:U8 (Results 1 - 25 of 37) sorted by null

1 2

  /external/compiler-rt/lib/asan/tests/
asan_test_utils.h 61 typedef uint64_t U8;
  /external/valgrind/memcheck/tests/
sh-mem.c 15 typedef unsigned long long U8;
24 U8 a [SZB_OF_a / 8]; // Type is U8 to ensure it's 8-aligned
25 U8 b [SZB_OF_a / 8]; // same size as a[]
38 U8 build(int size, U1 byte)
41 U8 mask = 0;
42 U8 shres;
43 U8 res = 0xffffffffffffffffULL, res2;
49 mask |= (U8)byte;
109 assert(8 == sizeof(U8));
    [all...]
sh-mem-random.c 16 typedef unsigned long long U8;
37 U8 build(int size, U1 byte)
40 U8 mask = 0;
41 U8 shres;
42 U8 res = 0xffffffffffffffffULL, res2;
48 mask |= (U8)byte;
75 U8 sum = 0;
85 sum += (U8)arr_i;
156 case 3: { // U8
159 *(U8*)(arr+dst) = *(U8*)(arr+src)
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 130 passed &= (Element::U8(mRS) != nullptr);
170 // A_8 is in U8
198 sp<const Element> U8 = Element::A_8(mRS);
207 U16, U32, U64, U8, U8_3, U8_4 };
266 eb->add(Element::U8(mRS), "U8", arraySize);
  /external/llvm/unittests/ADT/
StringRefTest.cpp 467 uint8_t U8;
473 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8);
476 EXPECT_EQ(U8, Unsigned[i].Expected);