Lines Matching refs:entropyWkspSize
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()
2296 void* entropyWorkspace, size_t entropyWkspSize, in ZSTD_entropyCompressSequences() argument
2302 entropyWorkspace, entropyWkspSize, bmi2); in ZSTD_entropyCompressSequences()