Home | History | Annotate | Download | only in hash

Lines Matching full:seed1

513 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1);
519 uint64_t Hash64WithSeeds(const char *s, size_t len, uint64_t seed0, uint64_t seed1) {
520 return HashLen16(Hash64(s, len) - seed0, seed1);
1468 uint64_t Hash64WithSeeds(const char* s, size_t len, uint64_t seed0, uint64_t seed1) {
1469 return DebugTweak(farmhashna::Hash64WithSeeds(s, len, seed0, seed1));
1586 #undef SEED1
1590 #define SEED1 CreateSeed(offset, 1)
3065 { uint128_t u = farmhashcc::CityHash128WithSeed(data + offset, len, Uint128(SEED0, SEED1)); uint64_t h = Uint128Low64(u); Check(h >> 32); Check((h << 32) >> 32); h = Uint128High64(u); Check(h >> 32); Check((h << 32) >> 32); }
3100 { uint128_t u = farmhashcc::CityHash128WithSeed(data + offset, len, Uint128(SEED0, SEED1)); uint64_t h = Uint128Low64(u); cout << (h >> 32) << "u, " << ((h << 32) >> 32) << "u, "; h = Uint128High64(u); cout << (h >> 32) << "u, " << ((h << 32) >> 32) << "u," << endl; }
3106 #undef SEED1
3206 #undef SEED1
3210 #define SEED1 CreateSeed(offset, 1)
3998 #undef SEED1
4098 #undef SEED1
4102 #define SEED1 CreateSeed(offset, 1)
5211 if (offset == -1) { int alive = 0; { uint64_t h = farmhashna::Hash64WithSeeds(data, len++, SEED0, SEED1); IsAlive(h >> 32); IsAlive((h << 32) >> 32); } { uint64_t h = farmhashna::Hash64WithSeed(data, len++, SEED); IsAlive(h >> 32); IsAlive((h << 32) >> 32); } { uint64_t h = farmhashna::Hash64(data, len++); IsAlive(h >> 32); IsAlive((h << 32) >> 32); } len -= 3; return alive > 0; }
5212 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); Check(h >> 32); Check((h << 32) >> 32); }
5246 { uint64_t h = farmhashna::Hash64WithSeeds(data + offset, len, SEED0, SEED1); cout << (h >> 32) << "u, " << ((h << 32) >> 32) << "u," << endl; }
5254 #undef SEED1
5354 #undef SEED1
5358 #define SEED1 CreateSeed(offset, 1)
6146 #undef SEED1
6246 #undef SEED1
6250 #define SEED1 CreateSeed(offset, 1)
7038 #undef SEED1
7138 #undef SEED1
7142 #define SEED1 CreateSeed(offset, 1)
7930 #undef SEED1