Searched refs:neverFlush (Results 1 – 1 of 1) sorted by relevance
968 unsigned const neverFlush = (FUZ_rand(&randState) & 15) == 1; in fuzzerTests() local981 prefs.autoFlush = neverFlush ? 0 : (FUZ_rand(&randState) & 7) == 2; in fuzzerTests()1002 …BYTE* const oend = op + (neverFlush ? LZ4F_compressFrameBound(srcSize, prefsPtr) : compressedBuffe… in fuzzerTests()1027 { unsigned const forceFlush = neverFlush ? 0 : ((FUZ_rand(&randState) & 3) == 1); in fuzzerTests()