Home
last modified time | relevance | path

Searched defs:mostFrequent (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_compress_sequences.c159 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType()
Dzstd_compress.c2383 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() local
2413 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local
2445 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local
/kernel/linux/linux-5.10/lib/zstd/
Dcompress.c653 size_t const mostFrequent = FSE_countFast_wksp(count, &max, llCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local
685 size_t const mostFrequent = FSE_countFast_wksp(count, &max, ofCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local
717 size_t const mostFrequent = FSE_countFast_wksp(count, &max, mlCodeTable, nbSeq, workspace); in ZSTD_compressSequences_internal() local