Searched refs:countWorkspace (Results 1 – 2 of 2) sorted by relevance
| /src/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2454 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument 2474 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() 2478 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2487 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2505 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2511 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2519 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2537 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2541 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2549 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() [all …]
|
| /src/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress.c | 2768 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument 2789 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() 2793 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2802 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2820 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2826 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2834 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() 2852 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2856 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2864 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics() [all …]
|