HomeSort by relevance Sort by last modified time
    Searched refs:Uint128 (Results 1 - 4 of 4) sorted by null

  /external/vixl/src/
utils-vixl.h 697 class Uint128;
769 inline explicit Uint64(Uint128 data);
828 class Uint128 {
833 Uint128() : data_high_(0), data_low_(0) {}
834 explicit Uint128(uint64_t data_low) : data_high_(0), data_low_(data_low) {}
835 explicit Uint128(Uint64 data_low)
837 Uint128(uint64_t data_high, uint64_t data_low)
845 Uint128 operator~() const { return Uint128(~data_high_, ~data_low_); }
846 bool operator==(Uint128 value) const
    [all...]
  /external/libtextclassifier/util/hash/
farmhash.h 39 inline uint128_t Uint128(uint64_t lo, uint64_t hi) {
46 inline uint128_t Uint128(uint64_t lo, uint64_t hi) { return uint128_t(lo, hi); }
farmhash.cc 346 x = Uint128(y, z * k1);
367 return Hash128to64(Uint128(u, v));
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
BaseLib.h     [all...]

Completed in 130 milliseconds