Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/tests/
Dframetest.c392 unsigned const maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local
401 unsigned const nbBits = FUZ_rand(&randState) % maxBits; in basicTests()
707 unsigned maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local
721 unsigned nbBits = FUZ_rand(&randState) % maxBits; in basicTests()
740 unsigned const nbBits = FUZ_rand(&randState) % maxBits; in basicTests()
827 unsigned const maxBits = MAX(3, suggestedBits); in test_lz4f_decompression_wBuffers() local
834 unsigned const nbBitsI = (FUZ_rand(randState) % (maxBits-1)) + 1; in test_lz4f_decompression_wBuffers()
835 unsigned const nbBitsO = (FUZ_rand(randState) % (maxBits)) + 1; in test_lz4f_decompression_wBuffers()
1003 unsigned const maxBits = FUZ_highbit((U32)srcSize); in fuzzerTests() local
1012 unsigned const nbBitsSeg = FUZ_rand(&randState) % maxBits; in fuzzerTests()