Searched defs:U16 (Results 1 - 4 of 4) sorted by relevance

/external/llvm/unittests/ADT/
H A DStringRefTest.cpp387 uint16_t U16; local
399 bool U16Success = StringRef(Unsigned[i].Str).getAsInteger(0, U16);
402 EXPECT_EQ(U16, Unsigned[i].Expected);
/external/chromium/net/base/
H A Ddnsrr_resolver.cc437 bool U16(uint16* v) { function in class:net::Buffer
592 if (!buf.U16(&query_count) ||
593 !buf.U16(&answer_count) ||
594 !buf.U16(&authority_count) ||
595 !buf.U16(&additional_count)) {
604 !buf.U16(&type) ||
605 !buf.U16(&klass) ||
621 !buf.U16(&type) ||
622 !buf.U16(&klass) ||
624 !buf.U16(
[all...]
H A Ddnssec_chain_verifier.cc392 // U16 reads, and removes, a big-endian uint16 from |chain_|
393 bool DNSSECChainVerifier::U16(uint16* v) { function in class:net::DNSSECChainVerifier
407 if (!U16(&length))
555 if (!U16(&root_keyid))
644 !U16(&rrtype) ||
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h292 UShort U16; member in union:_IRConst::__anon14576

Completed in 95 milliseconds