/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 199 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 203 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 222 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, ofCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 228 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences() 246 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, mlCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences() local 250 countWksp, max, mostFrequent, nbSeq, in ZSTD_buildSuperBlockEntropy_sequences()
|
H A D | zstd_compress_sequences.h | 25 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog,
|
H A D | zstd_compress_sequences.c | 144 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType() argument 151 if (mostFrequent == nbSeq) { in ZSTD_selectEncodingType() 178 || (mostFrequent < (nbSeq >> (defaultNormLog-1))) ) { in ZSTD_selectEncodingType()
|
H A D | zstd_compress.c | 2038 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_compressSequences_internal() local 2042 count, max, mostFrequent, nbSeq, in ZSTD_compressSequences_internal() 2064 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_compressSequences_internal() local 2071 count, max, mostFrequent, nbSeq, in ZSTD_compressSequences_internal() 2092 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_compressSequences_internal() local 2097 count, max, mostFrequent, nbSeq, in ZSTD_compressSequences_internal()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_sequences.h | 25 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog,
|
H A D | zstd_compress_sequences.c | 159 size_t const mostFrequent, size_t nbSeq, unsigned const FSELog, in ZSTD_selectEncodingType() argument 166 if (mostFrequent == nbSeq) { in ZSTD_selectEncodingType() 193 || (mostFrequent < (nbSeq >> (defaultNormLog-1))) ) { in ZSTD_selectEncodingType()
|
H A D | zstd_compress.c | 2474 …size_t const mostFrequent = HIST_countFast_wksp(countWorkspace, &max, llCodeTable, nbSeq, entropyW… in ZSTD_buildSequencesStatistics() local 2478 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2504 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local 2511 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics() 2536 size_t const mostFrequent = HIST_countFast_wksp( in ZSTD_buildSequencesStatistics() local 2541 countWorkspace, max, mostFrequent, nbSeq, in ZSTD_buildSequencesStatistics()
|