Home
last modified time | relevance | path

Searched defs:Uint128Low64 (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/util/hash/
Dfarmhash.h33 inline uint64_t Uint128Low64(const uint128_t x) { in Uint128Low64() function
/external/protobuf/src/google/protobuf/stubs/
Dint128.h128 inline uint64 Uint128Low64(const uint128& v) { return v.lo_; } in Uint128Low64() function