Home
last modified time | relevance | path

Searched refs:HIST_count_simple (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dhist.c40 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_simple() function
156 return HIST_count_simple(count, maxSymbolValuePtr, source, sourceSize); in HIST_countFast_wksp()
H A Dhist.h75 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr,
H A Dhuf_compress.c166 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights()
1372 …CHECK_V_F(largestBegin, HIST_count_simple (table->count, &maxSymbolValueBegin, (const BYTE*)src, S… in HUF_compress_internal()
1376 …CHECK_V_F(largestEnd, HIST_count_simple (table->count, &maxSymbolValueEnd, (const BYTE*)src + srcS… in HUF_compress_internal()
H A Dzstd_opt.c219HIST_count_simple(optPtr->litFreq, &lit, src, srcSize); /* use raw first block to init statistic… in ZSTD_rescaleFreqs()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dhist.c39 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr, in HIST_count_simple() function
155 return HIST_count_simple(count, maxSymbolValuePtr, source, sourceSize); in HIST_countFast_wksp()
H A Dhist.h74 unsigned HIST_count_simple(unsigned* count, unsigned* maxSymbolValuePtr,
H A Dhuf_compress.c165 …{ unsigned const maxCount = HIST_count_simple(wksp->count, &maxSymbolValue, weightTable, wtSize)… in HUF_compressWeights()
1371 …CHECK_V_F(largestBegin, HIST_count_simple (table->count, &maxSymbolValueBegin, (const BYTE*)src, S… in HUF_compress_internal()
1375 …CHECK_V_F(largestEnd, HIST_count_simple (table->count, &maxSymbolValueEnd, (const BYTE*)src + srcS… in HUF_compress_internal()
H A Dzstd_opt.c218HIST_count_simple(optPtr->litFreq, &lit, src, srcSize); /* use raw first block to init statistic… in ZSTD_rescaleFreqs()
/freebsd/sys/contrib/openzfs/module/zstd/include/
H A Dzstd_compat_wrapper.h115 #define HIST_count_simple zfs_HIST_count_simple macro