Searched defs:U32 (Results 1 - 5 of 5) sorted by relevance

/external/llvm/unittests/ADT/
H A DStringRefTest.cpp388 uint32_t U32; local
406 bool U32Success = StringRef(Unsigned[i].Str).getAsInteger(0, U32);
409 EXPECT_EQ(U32, Unsigned[i].Expected);
/external/chromium/net/base/
H A Ddnsrr_resolver.cc447 bool U32(uint32* v) { function in class:net::Buffer
623 !buf.U32(&ttl) ||
/external/chromium_org/crypto/
H A Dopenpgp_symmetric_encryption.cc39 bool U32(uint32* out) { function in class:crypto::__anon8649::Reader
364 if (!reader->U32(&length32))
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc2602 enum VFPType { S32, U32, F32, F64 }; enumerator in enum:v8::internal::VFPType
2609 case U32:
2621 case U32:
2733 emit(EncodeVCVT(F64, dst.code(), U32, src.code(), mode, cond));
2749 emit(EncodeVCVT(U32, dst.code(), F64, src.code(), mode, cond));
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h285 and its value can be accessed with 'c.Ico.U32'. */
293 UInt U32; member in union:_IRConst::__anon27920

Completed in 516 milliseconds