Searched refs:entropyWkspSize (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/lib/zstd/compress/ |
D | zstd_compress.c | 2364 void* entropyWorkspace, size_t entropyWkspSize) { in ZSTD_buildSequencesStatistics() argument 2383 …ast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_buildSequencesStatistics() 2400 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2414 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2432 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2446 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2462 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2488 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal() argument 2508 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal() 2512 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSeqStore_internal() [all …]
|