Lines Matching +defs:val +defs:h

184 STATIC_INLINE uint32_t Bswap32(uint32_t val) { return bswap_32(val); }  in Bswap32()
185 STATIC_INLINE uint64_t Bswap64(uint64_t val) { return bswap_64(val); } in Bswap64()
189 STATIC_INLINE uint32_t BasicRotate32(uint32_t val, int shift) { in BasicRotate32()
194 STATIC_INLINE uint64_t BasicRotate64(uint64_t val, int shift) { in BasicRotate64()
201 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
207 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
215 STATIC_INLINE uint32_t Rotate32(uint32_t val, int shift) { in Rotate32()
218 STATIC_INLINE uint64_t Rotate64(uint64_t val, int shift) { in Rotate64()
309 STATIC_INLINE uint32_t fmix(uint32_t h) in fmix()
319 STATIC_INLINE uint32_t Mur(uint32_t a, uint32_t h) { in Mur()
362 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
453 uint64_t h = (z + Fetch(s + len - 24)) * mul; in HashLen33to64() local
540 uint32_t h = d * c1 + len + seed; in Hash32Len13to24() local
577 uint32_t h = len, g = c1 * len, f = g; in Hash32() local
633 uint32_t h = Hash32Len13to24(s, 24, seed ^ len); in Hash32WithSeed() local
1120 uint32_t h = len; in Hash32Len13to24() local
1152 uint32_t h = len, g = c1 * len, f = g; in Hash32() local
1219 uint32_t h = farmhashmk::Hash32Len13to24(s, 24, seed ^ len); in Hash32WithSeed() local
1232 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
1568 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local
3061 … len++)); { uint128_t u = farmhashcc::Fingerprint128(data, len++); uint64_t h = Uint128Low64(u); I… in Test() local
3064 { uint128_t u = farmhashcc::Fingerprint128(data + offset, len); uint64_t h = Uint128Low64(u); Check… in Test() local
3065 …c::CityHash128WithSeed(data + offset, len, Uint128(SEED0, SEED1)); uint64_t h = Uint128Low64(u); C… in Test() local
3099 { uint128_t u = farmhashcc::Fingerprint128(data + offset, len); uint64_t h = Uint128Low64(u); cout … in Dump() local
3100 …c::CityHash128WithSeed(data + offset, len, Uint128(SEED0, SEED1)); uint64_t h = Uint128Low64(u); c… in Dump() local
3188 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local
4080 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local
5211 if (offset == -1) { int alive = 0; { uint64_t h = farmhashna::Hash64WithSeeds(data, len++, SEED0, S… in Test() local
5212 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); Check(h >> 32); Check… in Test() local
5213 { uint64_t h = farmhashna::Hash64WithSeed(data + offset, len, SEED); Check(h >> 32); Check((h << 32… in Test() local
5214 { uint64_t h = farmhashna::Hash64(data + offset, len); Check(h >> 32); Check((h << 32) >> 32); } in Test() local
5246 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); cout << (h >> 32) << … in Dump() local
5247 { uint64_t h = farmhashna::Hash64WithSeed(data + offset, len, SEED); cout << (h >> 32) << "u, " << … in Dump() local
5248 { uint64_t h = farmhashna::Hash64(data + offset, len); cout << (h >> 32) << "u, " << ((h << 32) >> … in Dump() local
5336 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local
6228 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local
7120 uint32_t h = static_cast<uint32_t>(salt & 0xffffffff); in CreateSeed() local