Home
last modified time | relevance | path

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

1234

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_randomid.c53 uint32_t lowest, n, diff; in ATF_TC_BODY() local
59 lowest = UINT32_MAX; in ATF_TC_BODY()
67 if (diff <= lowest) { in ATF_TC_BODY()
68 if (lowest != UINT32_MAX) in ATF_TC_BODY()
73 id, last[id], n, diff, lowest); in ATF_TC_BODY()
79 lowest = diff; in ATF_TC_BODY()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Darc_os.c81 int64_t lowest = INT64_MAX; in arc_available_memory() local
89 if (n < lowest) { in arc_available_memory()
90 lowest = n; in arc_available_memory()
105 if (n < lowest) { in arc_available_memory()
106 lowest = n; in arc_available_memory()
110 DTRACE_PROBE1(arc__available_memory, int64_t, lowest); in arc_available_memory()
111 return (lowest); in arc_available_memory()
/freebsd/sys/contrib/openzfs/lib/libzpool/
H A Darc_os.c51 int64_t lowest = INT64_MAX; in arc_available_memory() local
55 lowest = -1024; in arc_available_memory()
57 return (lowest); in arc_available_memory()
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pinephone-1.1.dts17 * 1.0, and the lowest PWM duty cycle that doesn't lead to backlight
18 * being off is around 20%. Duty cycle for the lowest brightness level
19 * also varries quite a bit between individual boards, so the lowest
H A Dsun50i-a64-pinephone-1.2.dts22 * and the lowest PWM duty cycle that doesn't lead to backlight being off
23 * is around 10%. Duty cycle for the lowest brightness level also varries
24 * quite a bit between individual boards, so the lowest value here was
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_set_min_proto_version.pod35 versions down to the lowest version, or up to the highest version
39 automatically use the lowest or highest version supported by the library.
49 lowest or highest protocol, respectively.
H A DEC_GFp_simple_method.pod40 For Fp curves the lowest common denominator implementation is the EC_GFp_simple_method implementati…
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-spi-byte.txt5 - the value of the byte gives the brightness between two values (lowest to
9 The value for lowest and highest brightness is dependent on the device and
H A Dleds-is31fl319x.txt35 Note: a driver will take the lowest of all led limits since the
36 chip has a single global setting. The lowest value will be chosen
/freebsd/sys/dev/pci/
H A Dpci_iov.c440 device_t lowest; in pci_iov_set_ari() local
456 lowest = NULL; in pci_iov_set_ari()
460 if (lowest == NULL || dev_func < lowest_func) { in pci_iov_set_ari()
461 lowest = devlist[i]; in pci_iov_set_ari()
473 KASSERT(lowest != NULL, in pci_iov_set_ari()
477 iov_ctl = pci_read_config(lowest, lowest_pos + PCIR_SRIOV_CTL, 2); in pci_iov_set_ari()
479 pci_write_config(lowest, lowest_pos + PCIR_SRIOV_CTL, iov_ctl, 2); in pci_iov_set_ari()
480 if ((pci_read_config(lowest, lowest_pos + PCIR_SRIOV_CTL, 2) & in pci_iov_set_ari()
482 device_printf(lowest, "failed to enable ARI\n"); in pci_iov_set_ari()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dlimits26 static constexpr T lowest() noexcept;
142 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
203 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
254 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
299 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
356 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
413 …_LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return …
470 …RD _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return __base::lowest(…
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dclamp_to_integral.h49 } else if (__r <= _Lim::lowest()) { in __clamp_to_integral()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Datmel,aic.txt20 The third cell is used to specify the irq priority from 0 (lowest) to 7
H A Dti,c64x+megamod-pic.txt19 4 is highest priority and 15 is lowest priority.
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio-xgene-sb.txt35 - apm,irq-start: Optional, specify lowest gpio pin support interrupt.
/freebsd/contrib/sendmail/src/
H A Dconf.c5371 sm_closefrom(lowest, highest) in sm_closefrom() argument
5372 int lowest, highest; in sm_closefrom()
5375 closefrom(lowest);
5379 for (i = lowest; i < highest; i++)
5397 closefd_walk(lowest, fd) in closefd_walk() argument
5398 void *lowest; in closefd_walk()
5401 if (fd >= *(int *)lowest)
5418 sm_close_on_exec(lowest, highest) in sm_close_on_exec() argument
5419 int lowest, highest; in sm_close_on_exec()
5422 (void) fdwalk(closefd_walk, &lowest);
[all …]
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt4 SoC resources in order to keep the lowest power profile. It
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-cadence-sierra.txt35 - reg: The master lane number. This is the lowest numbered lane
/freebsd/sys/contrib/zstd/programs/
H A Dbenchzstd.c514 { size_t const lowest = (u>5) ? 5 : u; in BMK_benchMemAdvancedNoAlloc() local
517 for (n=lowest; n>0; n--) in BMK_benchMemAdvancedNoAlloc()
524 for (n=lowest; n>0; n--) in BMK_benchMemAdvancedNoAlloc()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dloopwatch.config.SAMPLE34 # parts omitted from end default to lowest permitted values
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfoDMR.td74 // The DMR Row type registers are the lowest level of registers and have no
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsun8i-h3-orangepi-pc.dts191 * DVFS table are known to work properly at the lowest
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A DREADME.md152 The histogram fields show cumulative values from lowest to highest.
189 The histogram fields show cumulative values from lowest to highest.
/freebsd/sys/contrib/device-tree/Bindings/display/
H A Drenesas,du.txt62 index of the lowest channel in the group.
/freebsd/contrib/ntp/html/hints/
H A Dnotes-xntp-v3105 limited to those survivors at the lowest stratum, not the entire list.

1234