Searched refs:entropyWkspSize (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_compress.c | 2104 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSequences_internal() argument 2126 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSequences_internal() 2130 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSequences_internal() 2141 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSequences_internal() 2177 …ST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_entropyCompressSequences_internal() 2194 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal() 2204 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal() 2222 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal() 2232 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal() 2248 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal() [all …]
|