Home
last modified time | relevance | path

Searched refs:PRIME3 (Results 1 – 2 of 2) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DXXHash32.java41 private static final int PRIME3 = (int) 3266489917L; field in XXHash32
135 hash = rotateLeft(hash + getInt(buffer, idx) * PRIME3, 17) * PRIME4; in getValue()
144 hash *= PRIME3; in getValue()
/external/lz4/tests/
Dfuzzer.c80 #define PRIME3 3266489917U macro
349 { U32 randState = coreRandState ^ PRIME3; in FUZ_test()
362 U32 randState = FUZ_rand(&coreRandState) ^ PRIME3; in FUZ_test()