/freebsd/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()
|
/freebsd/tests/sys/file/ |
H A D | closefrom_test.c | 116 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 D | SSL_CTX_set_min_proto_version.pod | 35 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 D | BN_num_bytes.pod | 40 of bits doesn't always set the highest bits, thereby making the number
|
H A D | SSL_get_shared_sigalgs.pod | 44 If an application is only interested in the highest preference shared
|
/freebsd/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 …]
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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
|
H A D | ti,c64x+megamod-pic.txt | 19 4 is highest priority and 15 is lowest priority.
|
/freebsd/contrib/unbound/ |
H A D | SECURITY.md | 9 highest minor and patch version level. We do not backport security fixes to
|
/freebsd/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).
|
/freebsd/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
|
/freebsd/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).
|
/freebsd/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 */
|
/freebsd/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
|
/freebsd/sys/powerpc/include/ |
H A D | asm.h | 148 lis reg, var@highest; \
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | at91_adc.txt | 25 atmel,adc-res-names property. If not specified, the highest
|
/freebsd/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.
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | nvidia,tegra124-soctherm.txt | 150 * 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 D | adi,adis16480.txt | 68 Data ready has highest priority.
|
/freebsd/sys/i386/i386/ |
H A D | locore.S | 410 movl %eax,cpu_high # highest capability
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | cafebabe | 39 # nfat_arch; number of CPU architectures; highest is 18 for CPU_TYPE_POWERPC in 2020
|