Lines Matching refs:entropyWkspSize
2682 void* entropyWorkspace, size_t entropyWkspSize) in ZSTD_buildSequencesStatistics() argument
2702 …ast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't … in ZSTD_buildSequencesStatistics()
2719 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics()
2733 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2751 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics()
2765 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2781 entropyWorkspace, entropyWkspSize); in ZSTD_buildSequencesStatistics()
2809 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal() argument
2829 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSeqStore_internal()
2833 assert(entropyWkspSize >= HUF_WORKSPACE_SIZE); in ZSTD_entropyCompressSeqStore_internal()
2843 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSeqStore_internal()
2880 entropyWorkspace, entropyWkspSize); in ZSTD_entropyCompressSeqStore_internal()
2928 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore_wExtLitBuffer() argument
2935 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_entropyCompressSeqStore_wExtLitBuffer()
2966 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSeqStore() argument
2976 entropyWorkspace, entropyWkspSize, in ZSTD_entropyCompressSeqStore()