Searched defs:maxNbBits (Results 1 – 5 of 5) sorted by relevance
| /external/zstd/lib/compress/ |
| D | huf_compress.c | 308 static U32 HUF_setMaxHeight(nodeElt* huffNode, U32 lastNonNull, U32 maxNbBits) in HUF_setMaxHeight() 656 …Tree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32 maxSymbolValue, U32 maxNbBits) in HUF_buildCTableFromTree() 680 …le_wksp (HUF_CElt* CTable, const unsigned* count, U32 maxSymbolValue, U32 maxNbBits, void* workSpa… in HUF_buildCTable_wksp() 1344 …UF_buildCTable (HUF_CElt* tree, const unsigned* count, unsigned maxSymbolValue, unsigned maxNbBits) in HUF_buildCTable()
|
| /external/zstd/lib/dictBuilder/ |
| D | zdict.c | 797 { size_t maxNbBits = HUF_buildCTable (hufTable, countLit, 255, huffLog); in ZDICT_analyzeEntropy() local
|
| /external/lz4/tests/ |
| D | frametest.c | 1158 { U32 const maxNbBits = FUZ_highbit((U32)cSize); in fuzzerTests() local
|
| D | fuzzer.c | 577 { U32 const maxNbBits = FUZ_highbit32((U32)compressedSize); in FUZ_test() local
|
| /external/zstd/tests/ |
| D | fuzzer.c | 3934 { U32 const maxNbBits = FUZ_highbit32((U32)(cSize-4)); in fuzzerTests() local
|