HomeSort by relevance Sort by last modified time
    Searched full:shift_mix (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
Hashing.h 181 inline uint64_t shift_mix(uint64_t val) { function in namespace:llvm::hashing::detail
202 return shift_mix(y * k2 ^ z * k3 ^ seed) * k2;
244 uint64_t r = shift_mix((vf + ws) * k2 + (wf + vs) * k0);
245 return shift_mix((seed ^ (r * k0)) + vs) * k2;
276 seed * k1, shift_mix(seed), 0, seed };
315 return hash_16_bytes(hash_16_bytes(h3, h5) + shift_mix(h1) * k1 + h2,
316 hash_16_bytes(h4, h6) + shift_mix(length) * k1 + h0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib64/
libsupc++.a     [all...]

Completed in 276 milliseconds