Home
last modified time | relevance | path

Searched defs:WEIGHT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_opt.c34 # define WEIGHT(stat,opt) ((void)opt, ZSTD_fracWeight(stat)) macro
38 # define WEIGHT(stat,opt) (opt ? ZSTD_fracWeight(stat) : ZSTD_bitWeight(stat)) macro
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c20180 # define WEIGHT(stat,opt) ((void)opt, ZSTD_fracWeight(stat)) macro
20184 # define WEIGHT(stat,opt) (opt ? ZSTD_fracWeight(stat) : ZSTD_bitWeight(stat)) macro