Home
last modified time | relevance | path

Searched refs:price (Results 1 – 13 of 13) 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() argument
234 return price; in ZSTD_rawLiteralsCost()
262 U32 price; in ZSTD_getMatchPrice() local
283 return price; in ZSTD_getMatchPrice()
1039 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1044 if (price <= opt[cur].price) { in ZSTD_compressBlock_opt_generic()
1051 opt[cur].price = price; in ZSTD_compressBlock_opt_generic()
1054 inr-istart, cur, ZSTD_fCost(price), ZSTD_fCost(opt[cur].price), in ZSTD_compressBlock_opt_generic()
1080 && (opt[cur+1].price <= opt[cur].price + (BITCOST_MULTIPLIER/2)) ) { in ZSTD_compressBlock_opt_generic()
1129 if ((pos > last_pos) || (price < opt[pos].price)) { in ZSTD_compressBlock_opt_generic()
[all …]
H A Dzstd_compress_internal.h107 int price; member
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c10002 int price; member
20380 return price; in ZSTD_rawLiteralsCost()
20408 U32 price; in ZSTD_getMatchPrice() local
20429 return price; in ZSTD_getMatchPrice()
21044 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
21049 if (price <= opt[cur].price) { in ZSTD_compressBlock_opt_generic()
21056 opt[cur].price = price; in ZSTD_compressBlock_opt_generic()
21059 inr-istart, cur, ZSTD_fCost(price), ZSTD_fCost(opt[cur].price), in ZSTD_compressBlock_opt_generic()
21085 && (opt[cur+1].price <= opt[cur].price + (BITCOST_MULTIPLIER/2)) ) { in ZSTD_compressBlock_opt_generic()
21130 if ((pos > last_pos) || (price < opt[pos].price)) { in ZSTD_compressBlock_opt_generic()
[all …]
/f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/
H A Dzfs1 # Copyright (c) 2010-2016, Aneurin Price <aneurin.price@gmail.com>
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dipv4_multicast.rst273 However, there is a price to pay.
H A Dperformance_thread.rst438 thread that is ready to run. This comes at the price of a relatively heavier
/f-stack/freebsd/contrib/zstd/
H A DCOPYING22 price. Our General Public Licenses are designed to make sure that you
/f-stack/dpdk/license/
H A Dgpl-2.0.txt22 price. Our General Public Licenses are designed to make sure that you
H A Dlgpl-2.1.txt28 not price. Our General Public Licenses are designed to make sure that
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A DTHIRDPARTYLICENSE.gplv222 price. Our General Public Licenses are designed to make sure that you
/f-stack/
H A DLICENSE146 When we speak of free software, we are referring to freedom, not price. Our General Public Licenses…
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v06.c568 U32 price; member
H A Dzstd_v07.c2803 U32 price; member