Home
last modified time | relevance | path

Searched defs:price (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_opt.c61 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
228 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
262 U32 price; in ZSTD_getMatchPrice() local
898 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
982 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress_internal.h91 int price; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_opt.c60 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
258 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
303 U32 price; in ZSTD_getMatchPrice() local
1149 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1238 … int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress_internal.h154 int price; member
/freebsd/usr.sbin/lpr/pac/
H A Dpac.c58 static float price = 0.02; /* cost per page (or what ever) */ variable
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v06.c565 U32 price; member
H A Dzstd_v07.c2799 U32 price; member