Home
last modified time | relevance | path

Searched refs:entropyWkspSize (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_compress.c2155 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSequences_internal() argument
2177 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSequences_internal()
2181 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSequences_internal()
2192 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSequences_internal()
2245 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal()
2255 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal()
2273 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal()
2283 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_entropyCompressSequences_internal()
2299 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSequences_internal()
2347 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSequences() argument
[all …]
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c15053 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_compressSequences_internal() argument
15086 entropyWorkspace, entropyWkspSize, in ZSTD_compressSequences_internal()
15122 …ST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_compressSequences_internal()
15139 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal()
15149 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15167 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal()
15177 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal()
15193 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal()
15241 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_compressSequences() argument
15247 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_compressSequences()