blob: e3f9ef7a0cc169b40233e23872abe735fc22b043 [file] [log] [blame]
{ uint64_t h = NAMESPACE::Hash64WithSeed(data + offset, len, SEED); cout << (h >> 32) << "u, " << ((h << 32) >> 32) << "u," << endl; }
{ uint64_t h = NAMESPACE::Hash64WithSeed(data + offset, len, SEED); Check(h >> 32); Check((h << 32) >> 32); }