| /freebsd/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_randomid.c | 53 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/contrib/xz/src/liblzma/simple/ |
| H A D | riscv.c | 13 /// The paired instruction opcode must only have its lowest two bits set, 99 the lowest 12 bits of the result to zero! This means that 100 the 12-bit immediate in inst2 cannot just include the lowest 102 compensate for the lowest 12 bits that AUIPC copies from the 128 this filter uses a much simpler condition: the lowest two bits of 139 etc.) place the lowest 5 bits of the immediate in a different 193 time because the lowest 12 bits from inst2 (inst2_imm12) 198 the 12 lowest bits from pc instead of zeroing them. 233 either. Usefulness is limited as most of the time the lowest 239 (Compare AUIPC to ARM64 where ADRP does set the lowest 12 bits [all …]
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | arc_os.c | 82 int64_t lowest = INT64_MAX; in arc_available_memory() local 90 if (n < lowest) { in arc_available_memory() 91 lowest = n; in arc_available_memory() 106 if (n < lowest) { in arc_available_memory() 107 lowest = n; in arc_available_memory() 111 DTRACE_PROBE1(arc__available_memory, int64_t, lowest); in arc_available_memory() 112 return (lowest); in arc_available_memory()
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pinephone-1.1.dts | 17 * 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 D | sun50i-a64-pinephone-1.2.dts | 22 * 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/krb5/src/util/support/ |
| H A D | t_utf8.c | 71 { "\x7f", 0x0000007f, 1 }, /* Lowest 1-byte encoding */ 73 { "\xc2\x80", 0x00000080, 2 }, /* Lowest valid 2-byte encoding */ 77 { "\xe0\xa0\x80", 0x00000800, 3 }, /* Lowest valid 3-byte encoding */ 81 { "\xf0\x90\x80\x80", 0x00010000, 4 }, /* Lowest valid 4-byte encoding */ 95 /* Lowest valid 5-byte encoding (old) */ 103 /* Lowest valid 6-byte encoding (old) */
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | arc_os.c | 52 int64_t lowest = INT64_MAX; in arc_available_memory() local 56 lowest = -1024; in arc_available_memory() 58 return (lowest); in arc_available_memory()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_min_proto_version.pod | 35 versions down to the lowest version, or up to the highest version 40 automatically use the lowest or highest version supported by the library. 53 lowest or highest protocol, respectively.
|
| /freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_lzma2.h | 23 * 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 D | limits | 26 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/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_set_min_proto_version.3 | 94 versions down to the lowest version, or up to the highest version 99 automatically use the lowest or highest version supported by the library. 111 lowest or highest protocol, respectively.
|
| /freebsd/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-spi-byte.txt | 5 - 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 D | leds-is31fl319x.txt | 35 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 D | richtek,rt8515.yaml | 61 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 D | tws_user.h | 69 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 D | BaseMemoryLib.h | 226 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 D | rpc_gss_get_versions.3 | 38 Return the highest and lowest supported versions of the RPCSEC_GSS protocol. 48 is set to the lowest supported protocol version
|
| /freebsd/contrib/xz/src/liblzma/api/lzma/ |
| H A D | bcj.h | 106 * \param start_offset The lowest 32 bits of the offset in the 141 * \param start_offset The lowest 32 bits of the offset in the 172 * \param start_offset The lowest 32 bits of the offset in the
|
| /freebsd/sys/dev/pci/ |
| H A D | pci_iov.c | 433 * 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/lib/libc/riscv/string/ |
| H A D | strlen.S | 59 /* use (iter & -iter) to isolate lowest set bit */ 66 * lowest set bit is 2^(8*k)
|
| H A D | strchrnul.S | 100 /* isolate lowest set bit */ 107 /* lowest set bit is 2^(8*k)
|
| H A D | strnlen.S | 113 /* isolate lowest set bit */ 120 /* lowest set bit is 2^(8*k)
|
| /freebsd/lib/msun/src/ |
| H A D | k_tanf.c | 45 * 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/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-taskq.c | 330 * from lowest to highest for lowest_id to be easily calculable. in task_expire_impl() 359 * Returns the lowest incomplete taskqid_t. The taskqid_t may 421 * must be in lowest to highest task id order. 486 * Taskq waiting is accomplished by tracking the lowest outstanding task 491 * kept sorted by lowest to highest task id. 493 * Therefore the lowest outstanding task id can be quickly determined by 495 * with the taskq as the lowest id. It only needs to be recalculated when 496 * either the task with the current lowest id completes or is canceled. 498 * By blocking until the lowest task id exceeds the passed task id the 500 * by blocking until the lowest task id matches the next task id taskq_wait() [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_util.c | 132 * Find lowest one bit set. 133 * Returns bit number + 1 of lowest bit that is set, otherwise returns 0.
|