Searched refs:price (Results 1 – 25 of 26) sorted by relevance
12
/linux-6.1.9/lib/zstd/compress/ |
D | zstd_opt.c | 73 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 283 …price = (offCode * BITCOST_MULTIPLIER) + (optPtr->offCodeSumBasePrice - WEIGHT(optPtr->offCodeFreq… in ZSTD_getMatchPrice() 285 …price += (offCode-19)*2 * BITCOST_MULTIPLIER; /* handicap for long distance offsets, favor decompr… in ZSTD_getMatchPrice() 289 …price += (ML_bits[mlCode] * BITCOST_MULTIPLIER) + (optPtr->matchLengthSumBasePrice - WEIGHT(optPtr… in ZSTD_getMatchPrice() 292 …price += BITCOST_MULTIPLIER / 5; /* heuristic : make matches a bit more costly to favor less seq… in ZSTD_getMatchPrice() [all …]
|
D | zstd_compress_internal.h | 101 int price; member
|
/linux-6.1.9/drivers/staging/pi433/ |
D | Kconfig | 13 for low price.
|
/linux-6.1.9/Documentation/driver-api/media/drivers/ |
D | saa7134-devel.rst | 19 - saa7130 - low-price chip, doesn't have mute, that is why all those
|
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | Kconfig | 93 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-6.1.9/Documentation/scsi/ |
D | FlashPoint.rst | 139 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-6.1.9/Documentation/filesystems/ |
D | affs.rst | 35 gain above 4K seems not really worth the price, so you don't lose too
|
D | coda.rst | 1400 limit the frequency of upcalls. Upcalls carry a price since a process
|
/linux-6.1.9/Documentation/sound/cards/ |
D | cmipci.rst | 114 price (yes, that's the reason I bought the card :)
|
/linux-6.1.9/kernel/rcu/ |
D | Kconfig | 248 asymmetric multiprocessors. The price of this reduced jitter
|
/linux-6.1.9/Documentation/gpu/amdgpu/display/ |
D | mpo-overview.rst | 213 multiple MPO by the price of limiting the number of external displays supported
|
/linux-6.1.9/Documentation/core-api/ |
D | this_cpu_ops.rst | 123 variables no concurrent cache line updates take place. The price that
|
/linux-6.1.9/Documentation/hwmon/ |
D | lm90.rst | 637 I guess reliability comes at a price, but it's quite expensive this time.
|
/linux-6.1.9/LICENSES/deprecated/ |
D | GPL-1.0 | 32 price. Specifically, the General Public License is designed to make
|
/linux-6.1.9/arch/mips/ |
D | Kconfig | 2109 the price of higher memory consumption. This option is available 2118 the price of higher memory consumption. This option is available on 2128 the price of higher memory consumption. This option is available 2137 the price of higher memory consumption. This option is available on
|
/linux-6.1.9/tools/usb/usbip/ |
D | COPYING | 22 price. Our General Public Licenses are designed to make sure that you
|
/linux-6.1.9/LICENSES/preferred/ |
D | GPL-2.0 | 41 price. Our General Public Licenses are designed to make sure that you
|
D | LGPL-2.1 | 45 price. Our General Public Licenses are designed to make sure that you have
|
D | LGPL-2.0 | 38 When we speak of free software, we are referring to freedom, not price. Our
|
/linux-6.1.9/tools/memory-model/Documentation/ |
D | ordering.txt | 554 fastpaths. However, the price is great care and continual attention
|
D | litmus-tests.txt | 883 but it does not come for free. The price is exponential computational
|
/linux-6.1.9/Documentation/block/ |
D | bfq-iosched.rst | 480 the percentage of sequential I/O requests issued. The price of larger
|
/linux-6.1.9/mm/ |
D | Kconfig | 286 that is local to a processor at the price of more indeterminism
|
/linux-6.1.9/Documentation/power/ |
D | pci.rst | 32 price of reduced functionality or performance.
|
/linux-6.1.9/lib/ |
D | Kconfig.debug | 1442 additional runtime checks to debug itself, at the price
|
12