Lines Matching refs:SEED
1589 #undef SEED
1592 #define SEED CreateSeed(offset, -1) macro
3065 if (offset == -1) { int alive = 0; IsAlive(farmhashcc::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3066 Check(farmhashcc::Hash32WithSeed(data + offset, len, SEED)); in Test()
3101 cout << farmhashcc::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
3109 #undef SEED
3209 #undef SEED
3212 #define SEED CreateSeed(offset, -1) macro
3961 if (offset == -1) { int alive = 0; IsAlive(farmhashmk::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
3962 Check(farmhashmk::Hash32WithSeed(data + offset, len, SEED)); in Test()
3995 cout << farmhashmk::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
4001 #undef SEED
4101 #undef SEED
4104 #define SEED CreateSeed(offset, -1) macro
5215 …h << 32) >> 32); } { uint64_t h = farmhashna::Hash64WithSeed(data, len++, SEED); IsAlive(h >> 32);… in Test()
5217 { uint64_t h = farmhashna::Hash64WithSeed(data + offset, len, SEED); Check(h >> 32); Check((h << 32… in Test()
5251 { uint64_t h = farmhashna::Hash64WithSeed(data + offset, len, SEED); cout << (h >> 32) << "u, " << … in Dump()
5257 #undef SEED
5357 #undef SEED
5360 #define SEED CreateSeed(offset, -1) macro
6109 if (offset == -1) { int alive = 0; IsAlive(farmhashns::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
6110 Check(farmhashns::Hash32WithSeed(data + offset, len, SEED)); in Test()
6143 cout << farmhashns::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
6149 #undef SEED
6249 #undef SEED
6252 #define SEED CreateSeed(offset, -1) macro
7001 if (offset == -1) { int alive = 0; IsAlive(farmhashsa::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
7002 Check(farmhashsa::Hash32WithSeed(data + offset, len, SEED)); in Test()
7035 cout << farmhashsa::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
7041 #undef SEED
7141 #undef SEED
7144 #define SEED CreateSeed(offset, -1) macro
7893 if (offset == -1) { int alive = 0; IsAlive(farmhashsu::Hash32WithSeed(data, len++, SEED)); IsAlive(… in Test()
7894 Check(farmhashsu::Hash32WithSeed(data + offset, len, SEED)); in Test()
7927 cout << farmhashsu::Hash32WithSeed(data + offset, len, SEED) << "u," << endl; in Dump()
7933 #undef SEED