| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation.shlib | 110 # This function compute the largest volume size which is multiple of volume 111 # block size (default 8K) and not greater than the largest expected volsize. 113 # $1 The largest expected volume size. 180 # This function takes a pool name as an argument, and returns the largest (give
|
| /f-stack/freebsd/tools/sound/ |
| H A D | feeder_eq_mkfilter.awk | 116 if (fabs(v) > fabs(largest)) 117 largest = v; 353 largest = 0.000010; 467 smallest, largest);
|
| H A D | feeder_rate_mkfilter.awk | 109 if (fabs(v) > fabs(largest)) 110 largest = v; 679 largest = 0.000010; 888 smallest, largest);
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_superblock.c | 101 …{ size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)src, srcSize,… in ZSTD_buildSuperBlockEntropy_literal() local 102 FORWARD_IF_ERROR(largest, "HIST_count_wksp failed"); in ZSTD_buildSuperBlockEntropy_literal() 103 if (largest == srcSize) { in ZSTD_buildSuperBlockEntropy_literal() 108 if (largest <= (srcSize >> 7)+4) { in ZSTD_buildSuperBlockEntropy_literal() 592 …size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)literals, litSize… in ZSTD_estimateSubBlockSize_literal() local 593 if (ZSTD_isError(largest)) return litSize; in ZSTD_estimateSubBlockSize_literal()
|
| H A D | fse_compress.c | 454 unsigned largest=0; in FSE_normalizeCount() local 470 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount() 474 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount() 479 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount()
|
| H A D | huf_compress.c | 776 …{ CHECK_V_F(largest, HIST_count_wksp (table->count, &maxSymbolValue, (const BYTE*)src, srcSize, … in HUF_compress_internal() 777 … if (largest == srcSize) { *ostart = ((const BYTE*)src)[0]; return 1; } /* single symbol, rle */ in HUF_compress_internal() 778 … if (largest <= (srcSize >> 7)+4) return 0; /* heuristic : probably not compressible enough */ in HUF_compress_internal()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/regulator/ |
| H A D | vctrl.txt | 8 - regulator-max-microvolt : largest voltage consumers may set
|
| H A D | regulator.yaml | 22 description: largest voltage consumers may set 31 description: largest current consumers may set
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | amlogic,axg-sound-card.txt | 35 If omitted, slot number is set to accommodate the largest
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | math.shlib | 128 # Note since we're using $RANDOM, 32767 is the largest number we
|
| /f-stack/freebsd/vm/ |
| H A D | vm_phys.c | 1549 int largest; in vm_phys_avail_largest() local 1552 largest = 0; in vm_phys_avail_largest() 1558 largest = i; in vm_phys_avail_largest() 1562 return (largest); in vm_phys_avail_largest()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | af_xdp.rst | 76 For example, the largest RX buffer size supported by the underlying kernel driver
|
| H A D | ixgbe.rst | 213 the real MTU for all these PF and VF ports is the largest value set.
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | README.md | 153 The largest bucket is tagged "le=+Inf", representing the total count 190 The largest bucket is tagged "le=+Inf", representing the total count
|
| /f-stack/freebsd/kern/ |
| H A D | device_if.m | 101 * the largest non-error value wins the election and attaches to
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | zstd.1.md | 353 _shrinkDictMaxRegression%_ worse than the compression ratio of the largest dictionary. 574 This minimum is either 1 MB, or `overlapSize`, whichever is largest.
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1950.txt | 527 #define BASE 65521 /* largest prime smaller than 65536 */
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 7930 unsigned largest=0; in FSE_normalizeCount() local 7946 if (proba > largestP) { largestP=proba; largest=s; } in FSE_normalizeCount() 7950 if (-stillToDistribute >= (normalizedCounter[largest] >> 1)) { in FSE_normalizeCount() 7955 else normalizedCounter[largest] += (short)stillToDistribute; in FSE_normalizeCount() 9037 … if (largest == srcSize) { *ostart = ((const BYTE*)src)[0]; return 1; } /* single symbol, rle */ in HUF_compress_internal() 9038 … if (largest <= (srcSize >> 7)+4) return 0; /* heuristic : probably not compressible enough */ in HUF_compress_internal() 11809 …{ size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)src, srcSize,… in ZSTD_buildSuperBlockEntropy_literal() local 11810 FORWARD_IF_ERROR(largest, "HIST_count_wksp failed"); in ZSTD_buildSuperBlockEntropy_literal() 11811 if (largest == srcSize) { in ZSTD_buildSuperBlockEntropy_literal() 11816 if (largest <= (srcSize >> 7)+4) { in ZSTD_buildSuperBlockEntropy_literal() [all …]
|
| /f-stack/dpdk/doc/guides/contributing/ |
| H A D | coding_style.rst | 233 …g variables in new structures, declare them sorted by use, then by size (largest to smallest), and…
|
| /f-stack/freebsd/contrib/dev/acpica/ |
| H A D | changes.txt | 11079 than the largest known FADT version, and 2) if there is a mismatch 17592 to simply large enough to hold all GPEs up to the largest GPE
|