Home
last modified time | relevance | path

Searched defs:maxNbBits (Results 1 – 5 of 5) sorted by relevance

/external/zstd/lib/compress/
Dhuf_compress.c730 …Tree(HUF_CElt* CTable, nodeElt const* huffNode, int nonNullRank, U32 maxSymbolValue, U32 maxNbBits) in HUF_buildCTableFromTree()
756 HUF_buildCTable_wksp(HUF_CElt* CTable, const unsigned* count, U32 maxSymbolValue, U32 maxNbBits, in HUF_buildCTable_wksp()
/external/zstd/lib/dictBuilder/
Dzdict.c725 … { size_t maxNbBits = HUF_buildCTable_wksp(hufTable, countLit, 255, huffLog, wksp, sizeof(wksp)); in ZDICT_analyzeEntropy() local
/external/lz4/tests/
Dframetest.c1281 { U32 const maxNbBits = FUZ_highbit((U32)cSize); in fuzzerTests() local
Dfuzzer.c591 { U32 const maxNbBits = FUZ_highbit32((U32)compressedSize); in FUZ_test() local
/external/zstd/tests/
Dfuzzer.c4824 { U32 const maxNbBits = FUZ_highbit32((U32)(cSize-4)); in fuzzerTests() local