Searched defs:maxBits (Results 1 – 2 of 2) sorted by relevance
440 unsigned const maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local768 unsigned maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local888 unsigned const maxBits = MAX(3, suggestedBits); in test_lz4f_decompression_wBuffers() local1065 unsigned const maxBits = FUZ_highbit((U32)srcSize); in fuzzerTests() local
511 int maxBits = 1 + log2floor(alphabetSizeMax - 1); in readSimpleHuffmanCode() local