Home
last modified time | relevance | path

Searched full:highest (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/freebsd/usr.bin/w/
H A Dproc_compare.c46 * with the highest cpu utilization is picked (p_estcpu). Ties are
47 * broken by picking the highest pid.
50 * 4) Further ties are broken by picking the highest pid.
80 * tie - favor one with highest recent cpu utilization in proc_compare()
86 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
97 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
113 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
/freebsd/usr.sbin/ppp/
H A Dlink.c97 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
159 * everything that's not in the highest priority queue, we must be able to in link_PendingLowPriorityData()
168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
[all …]
/freebsd/crypto/krb5/src/util/support/
H A Dt_utf8.c42 * "Old" means ISO/IEC 10646 prior to 2011, when the highest valid code point
74 { "\xdf\xbf", 0x000007ff, 2 }, /* Highest valid 2-byte encoding*/
78 { "\xef\xbf\xbf", 0x0000ffff, 3 }, /* Highest valid 3-byte encoding */
82 { "\xf4\x8f\xbf\xbf", 0x0010ffff, 4 }, /* Highest valid 4-byte encoding */
85 /* Highest 4-byte encoding starting with 0xf4 (old) */
89 /* Highest valid 4-byte encoding (old) */
97 /* Highest valid 5-byte encoding (old) */
105 /* Highest valid 6-byte encoding (old) */
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_lzma2.h154 * The highest two bits of a 32-bit match distance are encoded using six bits.
162 * the highest two bits (distance slot) are always encoded using six bits,
172 * - distance slot: the highest two bits
173 * - direct bits: 2-26 bits below the highest two bits
187 * For match distances greater than 127, only the highest two bits and the
/freebsd/contrib/xz/src/liblzma/lzma/
H A Dlzma_common.h140 /// - the highest literal_context_bits bits of the previous byte.
202 // The highest two bits of a match distance (distance slot) are encoded
208 // the highest two bits (distance slot) are always encoded using six bits,
216 // - distance slot: the highest two bits
217 // - direct bits: 2-26 bits below the highest two bits
230 // For match distances greater than 127, only the highest two bits and the
/freebsd/tests/sys/file/
H A Dclosefrom_test.c100 * the highest open file descriptor.
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()
239 /* Do a closefrom() beyond our highest open fd. */ in ATF_TC_BODY()
/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
40 automatically use the lowest or highest version supported by the library.
53 lowest or highest protocol, respectively.
/freebsd/sys/kern/
H A Dtty_info.c74 * with the highest cpu utilization is picked (p_estcpu). Ties are
75 * broken by picking the highest pid.
78 * 4) Further ties are broken by picking the highest pid.
143 * favor one with highest recent cpu utilization in thread_compare()
197 * favor one with highest recent cpu utilization in proc_compare()
215 return (p2->p_pid > p1->p_pid); /* tie - return highest pid */ in proc_compare()
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_set_min_proto_version.397 versions down to the lowest version, or up to the highest version
102 automatically use the lowest or highest version supported by the library.
114 lowest or highest protocol, respectively.
/freebsd/sys/contrib/xen/
H A Dhypfs.h35 /* Highest version number of the hypfs interface currently defined. */
73 * Read highest interface version supported by the hypervisor.
78 * >0: highest supported interface version
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-spi-byte.txt6 highest)
9 The value for lowest and highest brightness is dependent on the device and
/freebsd/sys/dev/tws/
H A Dtws_user.h66 u_int16_t driver_srl_high;/* highest driver supported srl */
67 u_int16_t driver_branch_high;/* highest driver supported branch */
68 u_int16_t driver_build_high;/* highest driver supported build */
/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_prio.c104 * Packets are dequeued only from the highest priority queue.
106 * the array index (-1) which contains the pointer to the highest priority
112 * NOTE: highest priority is 0, lowest is sched->max_prio_q
127 /* Take the highest priority queue in the scheduler */ in prio_dequeue()
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseMemoryLib.h227 address to the highest address for an 8-bit value that matches Value. If a match is found,
254 address to the highest address for a 16-bit value that matches Value. If a match is found,
283 address to the highest address for a 32-bit value that matches Value. If a match is found,
312 address to the highest address for a 64-bit value that matches Value. If a match is found,
341 address to the highest address for a UINTN sized value that matches Value. If a match is found,
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.
44 is set to the highest supported protocol version
/freebsd/lib/libsys/
H A Dmq_receive.266 system call receives oldest of the highest priority message(s) from the
97 Scheduling option is supported, then the thread of highest priority that
111 system call will receive the oldest of the highest priority messages from the
/freebsd/contrib/llvm-project/libc/src/__support/HashTable/generic/
H A Dbitmask_impl.inc80 // But there may be some bytes whose highest bit is already set after the
89 // So we AND each byte with 0x80 and keep only the highest bit:
111 // Find out the lanes equal to EMPTY or DELETE (highest bit set) and
/freebsd/share/man/man9/
H A Dcoredumper_register.979 The coredumper with the highest priority will handle the coredump.
104 Once the highest priority coredumper has been selected, the
H A DDEVICE_PROBE.953 to zero with the highest value representing the best match.
81 zero: zero indicates highest priority, no further probing is done;
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzil_impl.h127 uint64_t lwb_max_txg; /* highest txg in this lwb */
220 uint64_t zl_parse_blk_seq; /* highest blk seq on last parse */
221 uint64_t zl_parse_lr_seq; /* highest lr seq on last parse */
240 uint64_t zl_dirty_max_txg; /* highest txg used to dirty zilog */
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_div_impl.inc120 // 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
352 // Highest bit is 0, so just reinterpret quotient_UQ1 as UQ1.SB,
358 // Highest bit is 1 (the UQ1.(SB+1) value is in [1, 2)), convert it
/freebsd/contrib/wpa/src/drivers/
H A Dnl80211_copy.h1428 * @NL80211_CMD_MAX: highest used command number
3169 * @NL80211_ATTR_MAX: highest attribute number currently defined
3864 * @NL80211_IFTYPE_MAX: highest interface type number currently defined
3915 * @NL80211_STA_FLAG_MAX: highest station flag number currently defined
4091 * @NL80211_RATE_INFO_MAX: highest rate_info number currently defined
4187 * @NL80211_STA_BSS_PARAM_MAX: highest sta_bss_param number currently defined
4284 * @NL80211_STA_INFO_MAX: highest possible station info attribute
4354 * @NL80211_TID_STATS_MAX: highest numbered attribute here
4387 * @NL80211_TXQ_STATS_MAX: highest numbered attribute here
4442 * @NL80211_MPATH_INFO_MAX: highest mesh path information attribute number
[all …]
/freebsd/contrib/pam-krb5/tests/tap/
H A Dbasic.c72 * We can get the highest test count from testnum.
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()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dsysmacros.h299 * Return TRUE if they have the same highest bit set.
388 * Find highest one bit set.
389 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
427 * Find highest one bit set.
428 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderIncludes.cpp318 // - Ensure that CategoryEndOffset[Highest] is always populated. in HeaderIncludes()
320 // that is set, up to CategoryEndOffset[Highest]. in HeaderIncludes()
321 auto Highest = Priorities.begin(); in HeaderIncludes() local
322 auto [It, Inserted] = CategoryEndOffsets.try_emplace(*Highest); in HeaderIncludes()
325 // By this point, CategoryEndOffset[Highest] is always set appropriately: in HeaderIncludes()

12345678910>>...46