Searched refs:entropyWkspSize (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/lib/zstd/compress/ |
| H A D | zstd_compress.c | 2682 void* entropyWorkspace, size_t entropyWkspSize) in ZSTD_buildSequencesStatistics() argument 2719 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2751 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2781 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2829 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal() 2833 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSeqStore_internal() 2843 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal() 2928 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_wExtLitBuffer() argument 2935 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_entropyCompressSeqStore_wExtLitBuffer() 2966 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore() argument [all …]
|