Searched refs:countWorkspace (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 2681 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument 2702 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() 2706 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2715 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2733 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2739 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2747 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2765 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2769 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2777 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() [all …]
|