Home
last modified time | relevance | path

Searched full:lowest (Results 1 – 25 of 844) sorted by relevance

12345678910>>...34

/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()
72 "lowest %"PRIu32"\n", 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.
/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/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h23 * Maximum number of position states. A position state is the lowest pb
60 /* The lowest 7 states indicate that the previous state was a literal. */
174 * - alignment bits: four lowest bits
188 * lowest four bits (alignment) is encoded using probabilities.
/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/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
/freebsd/sys/dev/tws/
H A Dtws_user.h69 u_int16_t driver_srl_low;/* lowest driver supported srl */
70 u_int16_t driver_branch_low;/* lowest driver supported branch */
71 u_int16_t driver_build_low;/* lowest driver supported build */
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h226 This function searches target the buffer specified by Buffer and Length from the lowest
253 This function searches target the buffer specified by Buffer and Length from the lowest
282 This function searches target the buffer specified by Buffer and Length from the lowest
311 This function searches target the buffer specified by Buffer and Length from the lowest
340 This function searches target the buffer specified by Buffer and Length from the lowest
415 the lowest address to the highest address at 128-bit increments for the 128-bit
/freebsd/lib/librpcsec_gss/
H A Drpc_gss_get_versions.338 Return the highest and lowest supported versions of the RPCSEC_GSS protocol.
48 is set to the lowest supported protocol version
/freebsd/sys/dev/pci/
H A Dpci_iov.c433 * Set the ARI_EN bit in the lowest-numbered PCI function with the SR-IOV
434 * capability. This bit is only writeable on the lowest-numbered PF but
440 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()
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_min_proto_version.3170 versions down to the lowest version, or up to the highest version
174 automatically use the lowest or highest version supported by the library.
183 lowest or highest protocol, respectively.
/freebsd/lib/msun/src/
H A Dk_tanf.c45 * We add the small terms from lowest degree up for efficiency on in __kernel_tandf()
46 * non-sequential machines (the lowest degree terms tend to be ready in __kernel_tandf()
/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c92 int cpu_non_c2; /* Index of lowest non-C2 state. */
93 int cpu_non_c3; /* Index of lowest non-C3 state. */
670 /* Use initial sleep value of 1 sec. to start with lowest idle state. */ in acpi_cpu_cx_probe()
706 /* Use initial sleep value of 1 sec. to start with lowest idle state. */ in acpi_cpu_generic_cx_probe()
998 /* Add a sysctl handler to handle global Cx lowest setting */ in acpi_cpu_startup()
1002 "Global lowest Cx sleep state to use"); in acpi_cpu_startup()
1047 "lowest Cx sleep state to use"); in acpi_cpu_startup_cx()
1075 * Idle the CPU in the lowest state possible. This function is called with
1107 /* Find the lowest state that has small enough latency. */ in acpi_cpu_idle()
1127 * the bit and use the lowest non-C3 state. Note that the USB in acpi_cpu_idle()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-taskq.c325 * from lowest to highest for lowest_id to be easily calculable. in task_expire_impl()
354 * Returns the lowest incomplete taskqid_t. The taskqid_t may
416 * must be in lowest to highest task id order.
481 * Taskq waiting is accomplished by tracking the lowest outstanding task
486 * kept sorted by lowest to highest task id.
488 * Therefore the lowest outstanding task id can be quickly determined by
490 * with the taskq as the lowest id. It only needs to be recalculated when
491 * either the task with the current lowest id completes or is canceled.
493 * By blocking until the lowest task id exceeds the passed task id the
495 * by blocking until the lowest task id matches the next task id taskq_wait()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c131 * Find lowest one bit set.
132 * Returns bit number + 1 of lowest bit that is set, otherwise returns 0.
/freebsd/sys/dev/isci/scil/
H A Dscic_library.h199 * @note SGL size is restricted to the lowest common denominator across all
217 * @note SGE count is restricted to the lowest common denominator across all
234 * @note IO length is restricted to the lowest common denominator across all
/freebsd/share/man/man9/
H A Dbitset.9326 macro returns the 1-index of the first (lowest) set bit in
343 macro returns the 1-index of the first (lowest) set bit in
601 /* Initialize myset to only the lowest bit set */
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dlog.h44 * Lowest bit is "inited", second lowest is "enabled". Putting them in
/freebsd/lib/libsys/
H A Dsched_setparam.283 argument is set higher than that of the lowest priority running process
87 argument will preempt a lowest priority running process.
/freebsd/contrib/llvm-project/lld/MachO/
H A DSectionPriorities.h40 // lowest-ordered entry (the one nearest to the front of the list.)
61 // (highest first) instead of order (lowest first) has the convenient property

12345678910>>...34