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