Home
last modified time | relevance | path

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

/external/lz4/programs/
Dfuzzer.c680 #define testInputSize (192 KB) macro
689 char testInput[testInputSize]; in FUZ_unitTests()
691 char testVerify[testInputSize]; in FUZ_unitTests()
696 FUZ_fillCompressibleNoiseBuffer(testInput, testInputSize, 0.50, &randState); in FUZ_unitTests()
857 while (segStart + segSize < testInputSize) in FUZ_unitTests()