Lines Matching refs:countWorkspace
2363 ZSTD_strategy strategy, unsigned* countWorkspace, in ZSTD_buildSequencesStatistics() argument
2383 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics()
2387 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2396 countWorkspace, max, llCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2414 … countWorkspace, &max, ofCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2420 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2428 countWorkspace, max, ofCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
2446 … countWorkspace, &max, mlCodeTable, nbSeq, entropyWorkspace, entropyWkspSize); /* can't fail */ in ZSTD_buildSequencesStatistics()
2450 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
2458 countWorkspace, max, mlCodeTable, nbSeq, in ZSTD_buildSequencesStatistics()
3094 unsigned* countWorkspace = (unsigned*)workspace; in ZSTD_buildBlockEntropyStats_sequences() local
3095 unsigned* entropyWorkspace = countWorkspace + (MaxSeq + 1); in ZSTD_buildBlockEntropyStats_sequences()
3096 size_t entropyWorkspaceSize = wkspSize - (MaxSeq + 1) * sizeof(*countWorkspace); in ZSTD_buildBlockEntropyStats_sequences()
3102 strategy, countWorkspace, in ZSTD_buildBlockEntropyStats_sequences()