Searched refs:entropyWkspSize (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress.c | 1969 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_compressSequences_internal() argument 2002 entropyWorkspace, entropyWkspSize, in ZSTD_compressSequences_internal() 2038 …ST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_compressSequences_internal() 2055 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal() 2065 count, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal() 2083 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal() 2093 count, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_compressSequences_internal() 2109 entropyWorkspace, entropyWkspSize); in ZSTD_compressSequences_internal() 2157 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_compressSequences() argument 2163 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_compressSequences()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress.c | 2455 void* entropyWorkspace, size_t entropyWkspSize) { in ZSTD_buildSequencesStatistics() argument 2474 …ast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_buildSequencesStatistics() 2491 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2505 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2523 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2537 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics() 2553 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics() 2579 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal() argument 2599 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal() 2603 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSeqStore_internal() [all …]
|