Searched refs:entropyWkspSize (Results 1 – 1 of 1) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_compress.c | 2682 void* entropyWorkspace, size_t entropyWkspSize) in ZSTD_buildSequencesStatistics() argument 2702 …ast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_buildSequencesStatistics() 2719 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2733 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2751 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2765 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2781 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2809 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal() argument 2829 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal() 2833 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSeqStore_internal() [all …]
|