Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/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
1039 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1127 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
H A Dzstd_compress_internal.h107 int price; member
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c568 U32 price; member
H A Dzstd_v07.c2803 U32 price; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10002 int price; member
20207 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
20374 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
20408 U32 price; in ZSTD_getMatchPrice() local
21044 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
21128 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local