Searched defs:UInt128 (Results 1 – 5 of 5) sorted by relevance
37 class UInt128 { class39 UInt128() : high_bits_(0), low_bits_(0) { } in UInt128() function in double_conversion::UInt12840 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { } in UInt128() function in double_conversion::UInt128
50 UInt128 = 0x0079, // 128 bit unsigned int enumerator
56 UInt128 = 0x0079, // 128 bit unsigned int enumerator
166 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local