Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v02.c1889 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
2207 …const int scaleLog = nbBitsBaseline - sizeLog; /* note : targetLog >= (nbBitsBaseline-1), hence … in HUF_fillDTableX6LevelN() local
H A Dzstd_v03.c1886 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
H A Dzstd_v04.c2037 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX4() local
H A Dzstd_v06.c2295 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv06_fillDTableX4() local
H A Dzstd_v05.c2163 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv05_fillDTableX4() local
H A Dzstd_v07.c2102 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUFv07_fillDTableX4() local
/f-stack/freebsd/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c575 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2() local
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20274 U32 const scaleLog = 11; /* scale to 2K */ in ZSTD_rescaleFreqs() local
20286 U32 const scaleLog = 10; /* scale to 1K */ in ZSTD_rescaleFreqs() local
20298 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
20310 U32 const scaleLog = 10; in ZSTD_rescaleFreqs() local
21864 …const int scaleLog = nbBitsBaseline - targetLog; /* note : targetLog >= srcLog, hence scaleLog <… in HUF_fillDTableX2() local