Lines Matching +defs:val +defs:seed

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()
362 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
459 const uint64_t seed = 81; in Hash64() local
515 uint64_t Hash64WithSeed(const char *s, size_t len, uint64_t seed) { in Hash64WithSeed()
533 STATIC_INLINE uint32_t Hash32Len13to24(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len13to24()
550 STATIC_INLINE uint32_t Hash32Len0to4(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len0to4()
561 STATIC_INLINE uint32_t Hash32Len5to12(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len5to12()
627 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
645 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
868 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
897 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
1213 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
1232 STATIC_INLINE uint64_t ShiftMix(uint64_t val) { in ShiftMix()
1303 STATIC_INLINE uint128_t CityMurmur(const char *s, size_t len, uint128_t seed) { in CityMurmur()
1333 uint128_t CityHash128WithSeed(const char *s, size_t len, uint128_t seed) { in CityHash128WithSeed()
1429 uint32_t Hash32WithSeed(const char* s, size_t len, uint32_t seed) { in Hash32WithSeed()
1460 uint64_t Hash64WithSeed(const char* s, size_t len, uint64_t seed) { in Hash64WithSeed()
1483 uint128_t Hash128WithSeed(const char* s, size_t len, uint128_t seed) { in Hash128WithSeed()