Searched defs:Uint128Low64 (Results 1 – 2 of 2) sorted by relevance
130 inline uint64 Uint128Low64(const uint128& v) { return v.lo_; } in Uint128Low64() function
632 constexpr uint64_t Uint128Low64(uint128 v) { return v.lo_; } in Uint128Low64() function