| /freebsd-13.1/usr.sbin/pmc/ |
| H A D | cmd_pmc_summary.cc | 169 auto largest = kv.second.back(); in pmc_summary_handler() local 171 std::cout << "\t" << largest.second << ": " << largest.first*rate << std::endl; in pmc_summary_handler()
|
| /freebsd-13.1/sys/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);
|
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 69 // NOTE: always must be equal to largest flag, check this when adding new flag 97 // NOTE: Always must be equal to largest flag, check this when adding new flags.
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/sbin/pfctl/ |
| H A D | pfctl_optimize.c | 647 int i, largest, largest_list, rule_count = 0; in reorder_rules() local 681 largest = 0; in reorder_rules() 694 if (skiplist->ps_count > largest) in reorder_rules() 695 largest = skiplist->ps_count; in reorder_rules() 698 if (largest == 0) { in reorder_rules() 717 largest = 1; in reorder_rules() 724 if (skiplist->ps_count > largest) { in reorder_rules() 725 largest = skiplist->ps_count; in reorder_rules() 730 if (largest <= 1) { in reorder_rules() 750 largest, TAILQ_FIRST(&TAILQ_FIRST(&block-> in reorder_rules()
|
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat.txt | 290 conversion overflows, TestFloat expects the largest integer with the same 292 TestFloat allows either the largest positive or largest negative integer to 427 `FFFFFFFF' is -1, and `7FFFFFFF' is the largest positive 32-bit integer. 446 3FE.FFFFFFFFFFFFF largest representable number preceding +1 470 3FFE.FFFFFFFFFFFFFFFFFFFFFFFFFFFF largest representable number 490 3FFE.FFFFFFFFFFFFFFFF largest representable number preceding +1 521 07E.7FFFFF largest representable number preceding +1 630 When the conversion overflows, TestFloat expects the largest integer with 632 is a NaN, TestFloat allows either the largest positive or largest negative
|
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/lib/libc/regex/ |
| H A D | regcomp.c | 2014 int largest; local 2022 largest = 0; 2028 if (try > largest) 2029 largest = try; 2071 if (try > largest) 2072 largest = try; 2074 return largest+offset;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | amlogic,axg-sound-card.txt | 35 If omitted, slot number is set to accommodate the largest
|
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | sql | 179 # The page number of the largest root b-tree page when in auto-vacuum or incremental-vacuum modes, … 180 >>52 ubelong !0 \b, largest root page %u
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | math.shlib | 128 # Note since we're using $RANDOM, 32767 is the largest number we
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | softfloat.txt | 36 largest integer format supported by the C compiler is 32 bits, SoftFloat is 227 size (32 or 64 bits). If the floating-point operand is a NaN, the largest 229 largest integer with the same sign as the operand is returned.
|
| /freebsd-13.1/usr.bin/sed/tests/ |
| H A D | hanoi.sed | 13 # sequence of states involved in moving 4 rings, the largest called "a" and
|
| /freebsd-13.1/sys/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
|
| /freebsd-13.1/contrib/gdtoa/ |
| H A D | changes | 25 return +-Infinity for IEEE arithmetic, +- the largest machine number 128 2.2250738585072012e-308, which was rounded to the largest denormal 431 strtodg.c: fix a bug with handling numbers very near the largest 471 the largest finite floating-point number. Since FLT_ROUNDS is buggy 499 gdtoa/strtodg.c: fix an off-by-one bug in rounding to the largest
|
| /freebsd-13.1/tools/tools/net80211/wesside/wesside/ |
| H A D | wesside.c | 2398 int largest; local 2460 largest = tapfd; 2462 largest = wifd; 2577 rd = select(largest+1, &rfd, NULL, NULL, &tv);
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | Configure | 3417 my $largest = 3423 …print " '",$_,"'"," " x ($largest - length($_))," => [ ",join(", ", map { "'$_'" } @{$target{… 3425 print " '",$_,"'"," " x ($largest - length($_))," => '",$target{$_},"',\n";
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/ |
| H A D | TODO | 75 search for the entry `N E x', where x is the largest number present
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | luaconf.h.dist | 95 @@ LUA_C89_NUMBERS ensures that Lua uses the largest types available for 138 ** largest types available for C89 ('long' and 'double')
|