Lines Matching refs:entropyWkspSize
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()
2527 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal()
2562 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSeqStore_internal()
2607 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore() argument
2613 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_entropyCompressSeqStore()