Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 99) sorted by relevance

1234

/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
168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
170 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
/freebsd/tests/sys/file/
H A Dclosefrom_test.c116 int cnt, i, highest; in highest_fd() local
121 highest = INT_MIN; in highest_fd()
123 if (kif[i].kf_fd > highest) in highest_fd()
124 highest = kif[i].kf_fd; in highest_fd()
126 return (highest); in highest_fd()
/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 DBN_num_bytes.pod40 of bits doesn't always set the highest bits, thereby making the number
H A DSSL_get_shared_sigalgs.pod44 If an application is only interested in the highest preference shared
/freebsd/contrib/tcsh/
H A Dsh.hist.c541 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 …]
/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/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt13 - cavium,max-bits: The index (zero based) of the highest numbered bit
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Datmel,aic.txt21 (highest).
H A Dqcom,pdc.txt9 GIC is parent interrupt controller at the highest level. Platform interrupt
H A Dti,c64x+megamod-pic.txt19 4 is highest priority and 15 is lowest priority.
/freebsd/contrib/unbound/
H A DSECURITY.md9 highest minor and patch version level. We do not backport security fixes to
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dsp810.txt33 property with the highest frequency
H A Dcpu-capacity.txt39 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).
/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
/freebsd/sys/contrib/device-tree/Bindings/cpu/
H A Dcpu-capacity.txt39 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).
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-phanbell.dts98 <&A53_0 0 1>; /* Exclude highest OPP */
104 <&A53_0 0 2>; /* Exclude two highest OPPs */
/freebsd/sys/dev/acpica/
H A Dacpi_if.m145 # 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
/freebsd/sys/powerpc/include/
H A Dasm.h148 lis reg, var@highest; \
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt25 atmel,adc-res-names property. If not specified, the highest
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def127 so the highest time accuracy can be achieved quickly.
222 Set the Windows Multimedia Timer to highest resolution. This
244 at the highest priority.
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dnvidia,tegra124-soctherm.txt150 * arbiter will select the highest priority as the final throttle
200 * arbiter will select the highest priority as the final throttle
/freebsd/sys/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16480.txt68 Data ready has highest priority.
/freebsd/sys/i386/i386/
H A Dlocore.S410 movl %eax,cpu_high # highest capability
/freebsd/contrib/file/magic/Magdir/
H A Dcafebabe39 # nfat_arch; number of CPU architectures; highest is 18 for CPU_TYPE_POWERPC in 2020

1234