Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c72 MEM_STATIC double ZSTD_fCost(int price) in ZSTD_fCost() argument
74 return (double)price / (BITCOST_MULTIPLIER*8); in ZSTD_fCost()
281 { U32 price = optPtr->litSumBasePrice * litLength; in ZSTD_rawLiteralsCost() local
288 price -= litPrice; in ZSTD_rawLiteralsCost()
290 return price; in ZSTD_rawLiteralsCost()
330 U32 price; in ZSTD_getMatchPrice() local
340price = (offCode * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq… in ZSTD_getMatchPrice()
342price += (offCode-19)*2 * BITCOST_MULTIPLIER; /* handicap for long distance offsets, favor decompr… in ZSTD_getMatchPrice()
346price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice()
349price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less seq… in ZSTD_getMatchPrice()
[all …]
H A Dzstd_compress_internal.h215 int price; /* price from beginning of segment to this position */ member
/linux/drivers/firmware/arm_scmi/transports/
H A DKconfig62 in atomic context too, at the price of using a number of busy-waiting
120 in atomic context too, at the price of using a number of busy-waiting
/linux/Documentation/driver-api/media/drivers/
H A Dsaa7134-devel.rst19 - saa7130 - low-price chip, doesn't have mute, that is why all those
/linux/Documentation/scsi/
H A 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/Documentation/driver-api/
H A Dpwm.rst180 (The price for that is that it doesn't work for all PWM devices, use
/linux/Documentation/filesystems/
H A Daffs.rst35 gain above 4K seems not really worth the price, so you don't lose too
/linux/Documentation/sound/cards/
H A Dcmipci.rst114 price (yes, that's the reason I bought the card :)
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst213 multiple MPO by the price of limiting the number of external displays supported
/linux/LICENSES/deprecated/
H A DGPL-1.033 price. Specifically, the General Public License is designed to make
/linux/tools/usb/usbip/
H A DCOPYING22 price. Our General Public Licenses are designed to make sure that you
/linux/Documentation/admin-guide/blockdev/
H A Dzram.rst445 compression algorithm can provide better compression ratio at a price of
/linux/LICENSES/preferred/
H A DGPL-2.041 price. Our General Public Licenses are designed to make sure that you
H A DLGPL-2.038 When we speak of free software, we are referring to freedom, not price. Our
H A DLGPL-2.145 price. Our General Public Licenses are designed to make sure that you have
/linux/tools/memory-model/Documentation/
H A Dordering.txt554 fastpaths. However, the price is great care and continual attention
H A Dlitmus-tests.txt883 but it does not come for free. The price is exponential computational
/linux/arch/
H A DKconfig1264 kernel at the price of higher memory consumption compared to
1274 kernel at the price of much higher memory consumption compared to
/linux/Documentation/block/
H A Dbfq-iosched.rst480 the percentage of sequential I/O requests issued. The price of larger
/linux/mm/
H A DKconfig282 that is local to a processor at the price of more indeterminism
/linux/Documentation/power/
H A Dpci.rst32 price of reduced functionality or performance.
/linux/lib/
H A DKconfig.debug1571 additional runtime checks to debug itself, at the price
/linux/
H A DMAINTAINERS2069 R: Steven Price <steven.price@arm.com>
2080 M: Steven Price <steven.price@arm.com>