Home
last modified time | relevance | path

Searched refs:countWorkspace (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/lib/zstd/compress/
Dzstd_compress.c2363 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument
2383 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics()
2387 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2396 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2414countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2420 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2428 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2446countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2450 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2458 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
[all …]