Home
last modified time | relevance | path

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

12345

/freebsd-13.1/usr.sbin/ppp/
H A Dlink.c99 struct mqueue *queue, *highest; in link_SequenceQueue() local
103 highest = LINK_HIGHQ(l); in link_SequenceQueue()
104 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue()
106 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue()
112 struct mqueue *queue, *highest; in link_DeleteQueue() local
114 highest = LINK_HIGHQ(l); in link_DeleteQueue()
115 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue()
155 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local
170 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData()
172 for (queue = l->Queue; queue < highest; queue++) { in link_PendingLowPriorityData()
/freebsd-13.1/tests/sys/file/
H A Dclosefrom_test.c118 int cnt, i, highest; in highest_fd() local
123 highest = INT_MIN; in highest_fd()
125 if (kif[i].kf_fd > highest) in highest_fd()
126 highest = kif[i].kf_fd; in highest_fd()
128 return (highest); in highest_fd()
/freebsd-13.1/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 DOPENSSL_VERSION_NUMBER.pod46 except the patch level got the highest bit set, to keep continuity. The
H A DSSL_get_shared_sigalgs.pod44 If an application is only interested in the highest preference shared
/freebsd-13.1/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-13.1/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-13.1/sys/contrib/device-tree/Bindings/mips/cavium/
H A Dcib.txt13 - cavium,max-bits: The index (zero based) of the highest numbered bit
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsnps,dma-spear1340.yaml74 so the very first channel has the highest priority. While 1 means
75 descending priority (the last channel has the highest priority).
/freebsd-13.1/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-13.1/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-13.1/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-13.1/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mq-phanbell.dts97 <&A53_0 0 1>; /* Exclude highest OPP */
103 <&A53_0 0 2>; /* Exclude two highest OPPs */
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_if.m125 # Get the highest power state (D0-D3) that is usable for a device when
133 # int *dstate: if successful, contains the highest valid sleep state
/freebsd-13.1/sys/powerpc/include/
H A Dasm.h149 lis reg, var@highest; \
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/adc/
H A Dat91_adc.txt25 atmel,adc-res-names property. If not specified, the highest
/freebsd-13.1/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-13.1/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-13.1/sys/contrib/device-tree/Bindings/iio/imu/
H A Dadi,adis16480.txt68 Data ready has highest priority.
/freebsd-13.1/sys/i386/i386/
H A Dlocore.s415 movl %eax,cpu_high # highest capability
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dcafebabe85 # nfat_arch; number of CPU architectures; highest is 18 for CPU_TYPE_POWERPC in 2020

12345