Home
last modified time | relevance | path

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

/third_party/lz4/tests/
Dframetest.c440 unsigned const maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local
768 unsigned maxBits = FUZ_highbit((U32)decodedBufferSize); in basicTests() local
888 unsigned const maxBits = MAX(3, suggestedBits); in test_lz4f_decompression_wBuffers() local
1065 unsigned const maxBits = FUZ_highbit((U32)srcSize); in fuzzerTests() local
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecode.java511 int maxBits = 1 + log2floor(alphabetSizeMax - 1); in readSimpleHuffmanCode() local