Searched defs:U8 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/unittests/ADT/
H A DStringRefTest.cpp386 uint8_t U8; local
392 bool U8Success = StringRef(Unsigned[i].Str).getAsInteger(0, U8);
395 EXPECT_EQ(U8, Unsigned[i].Expected);
/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c15 typedef unsigned long long U8; typedef
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;
108 assert(8 == sizeof(U8));
[all...]
H A Dsh-mem-random.c16 typedef unsigned long long U8; typedef
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;
153 case 3: { // U8
156 *(U8*)(ar
[all...]
/external/chromium/net/base/
H A Ddnsrr_resolver.cc428 bool U8(uint8* v) { function in class:net::Buffer
574 !buf.U8(&flags2)) {
H A Ddnssec_chain_verifier.cc383 // U8 reads, and removes, a single byte from |chain_|
384 bool DNSSECChainVerifier::U8(uint8* v) { function in class:net::DNSSECChainVerifier
450 if (!U8(&entry_key) ||
467 if (!U8(&num_keys))
485 if (!U8(&num_keys))
591 if (!U8(&entry_key) ||
718 if (!U8(&num_ds))
729 if (!U8(&digest_type) ||
785 if (!U8(&num_rrs))
/external/compiler-rt/lib/asan/tests/
H A Dasan_test.cc48 typedef uint64_t U8; typedef
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h285 UChar U8; member in union:_IRConst::__anon13412

Completed in 1536 milliseconds