Searched refs:PRIME3 (Results 1 – 2 of 2) sorted by relevance
41 private static final int PRIME3 = (int) 3266489917L; field in XXHash32135 hash = rotateLeft(hash + getInt(buffer, idx) * PRIME3, 17) * PRIME4; in getValue()144 hash *= PRIME3; in getValue()
80 #define PRIME3 3266489917U macro349 { U32 randState = coreRandState ^ PRIME3; in FUZ_test()362 U32 randState = FUZ_rand(&coreRandState) ^ PRIME3; in FUZ_test()