Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/compress/
Dzstd_opt.c73 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost() argument
75 return (double)price / (BITCOST_MULTIPLIER*8); in ZSTD_fCost()
240 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
244 price -= WEIGHT(optPtr->litFreq[literals[u]], optLevel); in ZSTD_rawLiteralsCost()
246 return price; in ZSTD_rawLiteralsCost()
274 U32 price; in ZSTD_getMatchPrice() local
283price = (offCode * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq… in ZSTD_getMatchPrice()
285price += (offCode-19)*2 * BITCOST_MULTIPLIER; /* handicap for long distance offsets, favor decompr… in ZSTD_getMatchPrice()
289price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
292price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less seq… in ZSTD_getMatchPrice()
[all …]
Dzstd_compress_internal.h101 int price; member
/linux-5.19.10/drivers/staging/pi433/
DKconfig13 for low price.
/linux-5.19.10/Documentation/driver-api/media/drivers/
Dsaa7134-devel.rst19 - saa7130 - low-price chip, doesn't have mute, that is why all those
/linux-5.19.10/drivers/firmware/arm_scmi/
DKconfig93 in atomic context too, at the price of using a number of busy-waiting
134 in atomic context too, at the price of using a number of busy-waiting
/linux-5.19.10/Documentation/scsi/
DFlashPoint.rst139 is of course compatible with the present Linux driver. The price for this
149 price for this upgrade has been set at US $65 plus shipping and handling.
/linux-5.19.10/kernel/rcu/
DKconfig246 asymmetric multiprocessors. The price of this reduced jitter
/linux-5.19.10/Documentation/filesystems/
Daffs.rst35 gain above 4K seems not really worth the price, so you don't lose too
Dcoda.rst1400 limit the frequency of upcalls. Upcalls carry a price since a process
/linux-5.19.10/Documentation/sound/cards/
Dcmipci.rst114 price (yes, that's the reason I bought the card :)
/linux-5.19.10/Documentation/hwmon/
Dlm90.rst424 I guess reliability comes at a price, but it's quite expensive this time.
/linux-5.19.10/Documentation/core-api/
Dthis_cpu_ops.rst123 variables no concurrent cache line updates take place. The price that
/linux-5.19.10/LICENSES/deprecated/
DGPL-1.032 price. Specifically, the General Public License is designed to make
/linux-5.19.10/arch/mips/
DKconfig2132 the price of higher memory consumption. This option is available
2141 the price of higher memory consumption. This option is available on
2151 the price of higher memory consumption. This option is available
2160 the price of higher memory consumption. This option is available on
/linux-5.19.10/tools/usb/usbip/
DCOPYING22 price. Our General Public Licenses are designed to make sure that you
/linux-5.19.10/LICENSES/preferred/
DGPL-2.041 price. Our General Public Licenses are designed to make sure that you
DLGPL-2.038 When we speak of free software, we are referring to freedom, not price. Our
DLGPL-2.145 price. Our General Public Licenses are designed to make sure that you have
/linux-5.19.10/tools/memory-model/Documentation/
Dordering.txt554 fastpaths. However, the price is great care and continual attention
Dlitmus-tests.txt883 but it does not come for free. The price is exponential computational
/linux-5.19.10/Documentation/block/
Dbfq-iosched.rst480 the percentage of sequential I/O requests issued. The price of larger
/linux-5.19.10/mm/
DKconfig292 that is local to a processor at the price of more indeterminism
/linux-5.19.10/Documentation/power/
Dpci.rst32 price of reduced functionality or performance.
/linux-5.19.10/lib/
DKconfig.debug1421 additional runtime checks to debug itself, at the price
/linux-5.19.10/
DMAINTAINERS1554 R: Steven Price <steven.price@arm.com>