reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
60 Acc *= PRIME64_1; 67 Acc = Acc * PRIME64_1 + PRIME64_4; 80 uint64_t V1 = Seed + PRIME64_1 + PRIME64_2; 83 uint64_t V4 = Seed - PRIME64_1; 111 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; 116 H64 ^= (uint64_t)(endian::read32le(P)) * PRIME64_1; 123 H64 = rotl64(H64, 11) * PRIME64_1;