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