• Home
  • Raw
  • Download

Lines Matching +defs:mul +defs:s

283 STATIC_INLINE __m128i Load128(const char* s) {  in Load128()
373 STATIC_INLINE uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
383 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16()
385 uint64_t mul = k2 + len * 2; in HashLen0to16() local
393 uint64_t mul = k2 + len * 2; in HashLen0to16() local
410 STATIC_INLINE uint64_t HashLen17to32(const char *s, size_t len) { in HashLen17to32()
411 uint64_t mul = k2 + len * 2; in HashLen17to32() local
435 const char* s, uint64_t a, uint64_t b) { in WeakHashLen32WithSeeds()
445 STATIC_INLINE uint64_t HashLen33to64(const char *s, size_t len) { in HashLen33to64()
446 uint64_t mul = k2 + len * 2; in HashLen33to64() local
461 uint64_t Hash64(const char *s, size_t len) { in Hash64()
497 uint64_t mul = k1 + ((z & 0xff) << 1); in Hash64() local
518 uint64_t Hash64WithSeed(const char *s, size_t len, uint64_t seed) { in Hash64WithSeed()
522 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
536 STATIC_INLINE uint32_t Hash32Len13to24(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len13to24()
553 STATIC_INLINE uint32_t Hash32Len0to4(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len0to4()
564 STATIC_INLINE uint32_t Hash32Len5to12(const char *s, size_t len, uint32_t seed = 0) { in Hash32Len5to12()
572 uint32_t Hash32(const char *s, size_t len) { in Hash32()
630 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
643 uint32_t Hash32(const char *s, size_t len) { in Hash32()
648 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
866 uint32_t Hash32(const char *s, size_t len) { in Hash32()
871 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
895 uint32_t Hash32(const char *s, size_t len) { in Hash32()
900 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
1116 STATIC_INLINE uint32_t Hash32Len13to24(const char *s, size_t len) { in Hash32Len13to24()
1128 STATIC_INLINE uint32_t Hash32Len0to4(const char *s, size_t len) { in Hash32Len0to4()
1139 STATIC_INLINE uint32_t Hash32Len5to12(const char *s, size_t len) { in Hash32Len5to12()
1147 uint32_t Hash32(const char *s, size_t len) { in Hash32()
1216 uint32_t Hash32WithSeed(const char *s, size_t len, uint32_t seed) { in Hash32WithSeed()
1243 STATIC_INLINE uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16()
1253 STATIC_INLINE uint64_t HashLen0to16(const char *s, size_t len) { in HashLen0to16()
1255 uint64_t mul = k2 + len * 2; in HashLen0to16() local
1263 uint64_t mul = k2 + len * 2; in HashLen0to16() local
1293 const char* s, uint64_t a, uint64_t b) { in WeakHashLen32WithSeeds()
1306 STATIC_INLINE uint128_t CityMurmur(const char *s, size_t len, uint128_t seed) { in CityMurmur()
1336 uint128_t CityHash128WithSeed(const char *s, size_t len, uint128_t seed) { in CityHash128WithSeed()
1399 STATIC_INLINE uint128_t CityHash128(const char *s, size_t len) { in CityHash128()
1406 uint128_t Fingerprint128(const char* s, size_t len) { in Fingerprint128()
1417 uint32_t Hash32(const char* s, size_t len) { in Hash32()
1433 uint32_t Hash32WithSeed(const char* s, size_t len, uint32_t seed) { in Hash32WithSeed()
1449 uint64_t Hash64(const char* s, size_t len) { in Hash64()
1456 size_t Hash(const char* s, size_t len) { in Hash()
1464 uint64_t Hash64WithSeed(const char* s, size_t len, uint64_t seed) { in Hash64WithSeed()
1472 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) { in Hash64WithSeeds()
1479 uint128_t Hash128(const char* s, size_t len) { in Hash128()
1487 uint128_t Hash128WithSeed(const char* s, size_t len, uint128_t seed) { in Hash128WithSeed()
1496 uint32_t Fingerprint32(const char* s, size_t len) { in Fingerprint32()
1501 uint64_t Fingerprint64(const char* s, size_t len) { in Fingerprint64()
1506 uint128_t Fingerprint128(const char* s, size_t len) { in Fingerprint128()