Home
last modified time | relevance | path

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

/linux-6.15/lib/zstd/compress/
H A Dzstd_compress.c2681 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument
2706 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2715 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2739 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2747 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2769 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2777 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
3686 unsigned* countWorkspace = (unsigned*)workspace; in ZSTD_buildBlockEntropyStats_sequences() local
3687 unsigned* entropyWorkspace = countWorkspace + (MaxSeq + 1); in ZSTD_buildBlockEntropyStats_sequences()
3688 size_t entropyWorkspaceSize = wkspSize - (MaxSeq + 1) * sizeof(*countWorkspace); in ZSTD_buildBlockEntropyStats_sequences()
[all …]