Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c1227 int withMoreLiterals = price + LIT_PRICE(ip+cur) + LL_INCPRICE(litlen+1); in ZSTD_compressBlock_opt_generic() local
1229 … cur+1, ZSTD_fCost(with1literal), litlen+1, ZSTD_fCost(withMoreLiterals)); in ZSTD_compressBlock_opt_generic()
1230 if ( (with1literal < withMoreLiterals) in ZSTD_compressBlock_opt_generic()
1237 ZSTD_fCost(with1literal), ZSTD_fCost(withMoreLiterals), in ZSTD_compressBlock_opt_generic()