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

/external/lz4/tests/
H A Dfuzzer.c63 #define FUZ_MAX_BLOCK_SIZE (1 << 17) macro
264 size_t const compressedBufferSize = LZ4_compressBound(FUZ_MAX_BLOCK_SIZE);
266 char* const decodedBuffer = (char*)malloc(FUZ_MAX_DICT_SIZE + FUZ_MAX_BLOCK_SIZE);
302 int const blockSize = (FUZ_rand(&randState) % (FUZ_MAX_BLOCK_SIZE-1)) + 1;

Completed in 166 milliseconds