Home
last modified time | relevance | path

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

/external/lz4/tests/
Dfuzzer.c655 #define testInputSize (192 KB) macro
664 char testInput[testInputSize]; in FUZ_unitTests()
666 char testVerify[testInputSize]; in FUZ_unitTests()
671 FUZ_fillCompressibleNoiseBuffer(testInput, testInputSize, 0.50, &randState); in FUZ_unitTests()
823 while (segStart + segSize < testInputSize) { in FUZ_unitTests()