Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstd_compress.c2454 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument
2478 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2487 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2511 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2519 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2541 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2549 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
3185 unsigned* countWorkspace = (unsigned*)workspace; in ZSTD_buildBlockEntropyStats_sequences() local
3186 unsigned* entropyWorkspace = countWorkspace + (MaxSeq + 1); in ZSTD_buildBlockEntropyStats_sequences()
3187 size_t entropyWorkspaceSize = wkspSize - (MaxSeq + 1) * sizeof(*countWorkspace); in ZSTD_buildBlockEntropyStats_sequences()
[all …]