Searched refs:kMul (Results 1 – 1 of 1) sorted by relevance
172 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in hash_16_bytes() local173 uint64_t a = (low ^ high) * kMul; in hash_16_bytes()175 uint64_t b = (high ^ a) * kMul; in hash_16_bytes()177 b *= kMul; in hash_16_bytes()