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

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

Completed in 126 milliseconds