Searched refs:coreRandState (Results 1 - 1 of 1) sorted by relevance

/external/lz4/tests/
H A Dfuzzer.c271 U32 coreRandState = seed; local
288 { U32 randState = coreRandState ^ PRIME3;
294 (void) FUZ_rand(&coreRandState); /* sync coreRandState */
301 U32 randState = FUZ_rand(&coreRandState) ^ PRIME3;

Completed in 140 milliseconds