Home
last modified time | relevance | path

Searched refs:lowest (Results 1 – 25 of 87) 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/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/openzfs/module/os/linux/zfs/
H A Darc_os.c462 int64_t lowest = INT64_MAX; in arc_available_memory() local
466 lowest = -1024; in arc_available_memory()
468 return (lowest); in arc_available_memory()
/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
H A Drichtek,rt8515.yaml61 according to the formula Imax = 5500 / RFS. The lowest
73 according to the formula Imax = 5500 / RTS. The lowest
H A Dissi,is31fl319x.yaml70 Note that a driver will take the lowest of all LED limits
71 since the chip has a single global setting. The lowest value
/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;
143 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return type(); }
204 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return min(); }
255 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return min(); }
300 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return -max(); }
349 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return -max(); }
398 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return -max(); }
447 …_LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return __base::lowest(); }
541 …_LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return __base::lowest(); }
635 …_LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR type lowest() _NOEXCEPT { return __base::lowest(); }
[all …]
/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/iio/proximity/
H A Dsemtech,sx9324.yaml144 - lowest
199 semtech,int-comp-resistor = "lowest";
/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/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,rpmcc.txt4 SoC resources in order to keep the lowest power profile. It
/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/phy/
H A Dphy-cadence-sierra.txt35 - reg: The master lane number. This is the lowest numbered lane
H A Dphy-cadence-sierra.yaml81 The master lane number. This is the lowest numbered lane in the lane group.
/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/sys/contrib/device-tree/Bindings/sound/
H A Dnuvoton,nau8821.yaml94 The lowest value 0 means the slowest rate and the highest value

1234