| /src/usr.sbin/ppp/ |
| H A D | link.c | 97 struct mqueue *queue, *highest; in link_SequenceQueue() local 101 highest = LINK_HIGHQ(l); in link_SequenceQueue() 102 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue() 104 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue() 110 struct mqueue *queue, *highest; in link_DeleteQueue() local 112 highest = LINK_HIGHQ(l); in link_DeleteQueue() 113 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue() 153 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local 168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData() 170 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
|
| /src/tests/sys/file/ |
| H A D | closefrom_test.c | 106 int cnt, i, highest; in highest_fd() local 110 highest = -1; in highest_fd() 112 if (kif[i].kf_fd > highest) in highest_fd() 113 highest = kif[i].kf_fd; in highest_fd() 115 return (highest); in highest_fd()
|
| /src/contrib/pam-krb5/tests/tap/ |
| H A D | basic.c | 293 unsigned long highest = testnum - 1; in finish() local 316 _planned = highest; in finish() 317 success = (!_aborted && _planned == highest && _failed == 0); in finish() 356 if (_planned > highest) in finish() 358 (_planned > 1 ? "s" : ""), highest); in finish() 359 else if (_planned < highest) in finish() 361 (_planned > 1 ? "s" : ""), highest - _planned); in finish()
|
| /src/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.
|
| H A D | BN_num_bytes.pod | 40 of bits doesn't always set the highest bits, thereby making the number
|
| /src/contrib/tcsh/ |
| H A D | sh.hist.c | 541 unsigned highest = 0; in testHash() local 546 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash() 547 if (hits > highest) in testHash() 548 highest = hits; in testHash() 553 for (i = 0; i <= highest; i++) { in testHash() 560 highest = 0; in testHash() 575 run = highest = sizeof(bins)/sizeof(bins[0]) - 1; in testHash() 576 if (run > highest) in testHash() 577 highest = run; in testHash() 584 for (i = 0; i <= highest; i++) { in testHash() [all …]
|
| /src/sys/contrib/device-tree/Bindings/leds/ |
| H A D | leds-spi-byte.txt | 6 highest) 9 The value for lowest and highest brightness is dependent on the device and
|
| /src/crypto/krb5/src/lib/gssapi/mechglue/ |
| H A D | g_initialize.c | 460 load_if_changed(const char *pathname, time_t last, time_t *highest) in load_if_changed() argument 467 if (mtime > *highest || *highest == (time_t)-1) in load_if_changed() 468 *highest = mtime; in load_if_changed() 480 time_t highest = (time_t)-1, now; in loadConfigFiles() local 495 load_if_changed(MECH_CONF, g_confFileModTime, &highest); in loadConfigFiles() 500 load_if_changed(*path, g_confFileModTime, &highest); in loadConfigFiles() 504 g_confFileModTime = highest; in loadConfigFiles()
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_ackm.c | 422 QUIC_PN highest = QUIC_PN_INVALID; in rx_pkt_history_trim_range_count() local 427 highest = (highest == QUIC_PN_INVALID) in rx_pkt_history_trim_range_count() 429 : ossl_quic_pn_max(highest, r.end); in rx_pkt_history_trim_range_count() 438 if (highest != QUIC_PN_INVALID) in rx_pkt_history_trim_range_count() 439 rx_pkt_history_bump_watermark(h, highest + 1); in rx_pkt_history_trim_range_count()
|
| /src/sys/contrib/device-tree/Bindings/mips/cavium/ |
| H A D | cib.txt | 13 - cavium,max-bits: The index (zero based) of the highest numbered bit
|
| /src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | atmel,aic.txt | 21 (highest).
|
| H A D | qcom,pdc.txt | 9 GIC is parent interrupt controller at the highest level. Platform interrupt
|
| /src/contrib/unbound/ |
| H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to
|
| /src/sys/contrib/device-tree/Bindings/arm/ |
| H A D | sp810.txt | 33 property with the highest frequency
|
| H A D | cpu-capacity.txt | 39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest 55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
|
| /src/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_div_impl.inc | 120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1) 152 // HW is at least 32. Shifting into the highest bits if needed. 186 // expected to be strictly positive because b_UQ1_hw has its highest bit set 191 // obtaining an UQ1.(HW-1) number and proving its highest bit could be 280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1
|
| /src/sys/contrib/openzfs/config/ |
| H A D | user-libunwind.m4 | 39 dnl defines the highest numbered register in a different
|
| /src/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-capacity.txt | 39 DMIPS/MHz are obtained. Such values are then normalized w.r.t. the highest 55 mhz values (normalized w.r.t. the highest value found while parsing the DT).
|
| /src/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | imx8mq-phanbell.dts | 98 <&A53_0 0 1>; /* Exclude highest OPP */ 104 <&A53_0 0 2>; /* Exclude two highest OPPs */
|
| /src/release/packages/ucl/ |
| H A D | ntp-all.ucl | 24 NTP servers are typically organised in a hierarchy in which the highest-level
|
| /src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | ppc64.h | 275 inline static uint16_t highest(uint64_t x) { return x >> 48; } in highest() function 333 support::endian::write16<Endianness>(FixupPtr, highest(Value)); in relocateHalf16()
|
| /src/sys/dev/acpica/ |
| H A D | acpi_if.m | 145 # Get the highest power state (D0-D3) that is usable for a device when 153 # int *dstate: if successful, contains the highest valid sleep state
|
| /src/sys/powerpc/include/ |
| H A D | asm.h | 148 lis reg, var@highest; \
|
| /src/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | at91_adc.txt | 25 atmel,adc-res-names property. If not specified, the highest
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntpdbase-opts.def | 127 so the highest time accuracy can be achieved quickly. 222 Set the Windows Multimedia Timer to highest resolution. This 244 at the highest priority.
|