Home
last modified time | relevance | path

Searched defs:scaleLog (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c128 U32 const scaleLog = 11; /* scale to 2K */ in ZSTD_rescaleFreqs() local
140 U32 const scaleLog = 10; /* scale to 1K */ in ZSTD_rescaleFreqs() local
152 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
164 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c148 U32 const scaleLog = 11; /* scale to 2K */ in ZSTD_rescaleFreqs() local
160 U32 const scaleLog = 10; /* scale to 1K */ in ZSTD_rescaleFreqs() local
172 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
184 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1885 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
2203 …const int scaleLog = nbBitsBaseline - sizeLog; /* note : targetLog >= (nbBitsBaseline-1), hence … in HUF_fillDTableX6LevelN() local
H A Dzstd_v03.c1882 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
H A Dzstd_v04.c2033 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
H A Dzstd_v05.c2159 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv05_fillDTableX4() local
H A Dzstd_v06.c2291 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv06_fillDTableX4() local
H A Dzstd_v07.c2098 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv07_fillDTableX4() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dhuf_decompress.c515 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c996 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2() local