/freebsd/crypto/openssl/Configurations/ |
H A D | INTERNALS.Configure | 23 should just be skipped over. The possible states of the stack top are 33 Ground rule is that non-condition lines are skipped over if the 48 | ... whatever ... | | this line is skipped over | 50 | ... whatever ... | | this line is skipped over | 54 | ... whatever ... | | this line is skipped over | 56 | ... whatever ... | | this line is skipped over | 58 | ... whatever ... | | this line is skipped over | 60 | ... whatever ... | | this line is skipped over | 62 | ... whatever ... | | this line is skipped over | 68 | ... whatever ... | | this line is skipped over | [all …]
|
/freebsd/usr.bin/xargs/tests/ |
H A D | regress.0I.out | 3 over "the lazy fox jumped 4 over "the lazyfox jumped 5 over "the lazy fox jumped 6 over "the lazy 13 The jumped over the jumped over thejumped over the jumped over the
|
H A D | regress.R-1.out | 3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy over the lazy
|
H A D | regress.I.out | 3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy %
|
H A D | regress.0.out | 3 over "the lazy 6 jumped over the
|
H A D | regress.0L.out | 2 over "the lazy 5 jumped over the lazy dog
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | ads1015.txt | 8 0: Voltage over AIN0 and AIN1. 9 1: Voltage over AIN0 and AIN3. 10 2: Voltage over AIN1 and AIN3. 11 3: Voltage over AIN2 and AIN3. 12 4: Voltage over AIN0 and GND. 13 5: Voltage over AIN1 and GND. 14 6: Voltage over AIN2 and GND. 15 7: Voltage over AIN3 and GND.
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | max17042_battery.txt | 20 - maxim,over-heat-temp : Temperature threshold to report battery 21 as over heated (in tenths of degree Celsius). 24 - maxim,over-volt : Voltage threshold to report battery 25 as over voltage (in mV). 33 maxim,over-heat-temp = <600>; 34 maxim,over-volt = <4300>;
|
/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 08-npn.cnf | 17 test-12 = 12-alpn-preferred-over-npn 18 test-13 = 13-sni-npn-preferred-over-alpn 25 test-20 = 20-alpn-preferred-over-npn-resumption 450 [12-alpn-preferred-over-npn] 451 ssl_conf = 12-alpn-preferred-over-npn-ssl 453 [12-alpn-preferred-over-npn-ssl] 454 server = 12-alpn-preferred-over-npn-server 455 client = 12-alpn-preferred-over-npn-client 457 [12-alpn-preferred-over-npn-server] 462 [12-alpn-preferred-over-npn-client] [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | hid-over-i2c.txt | 1 * HID over I2C Device-Tree bindings 3 HID over I2C provides support for various Human Interface Devices over the 14 - compatible: must be "hid-over-i2c" 24 "hid-over-i2c" string. 41 compatible = "hid-over-i2c";
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8173-elm-hana.dtsi | 21 * Gen (MTK) are using synaptics touchscreen (hid-over-i2c driver) as a 25 compatible = "hid-over-i2c"; 33 compatible = "hid-over-i2c"; 44 * Gen (MTK) are using synaptics trackpad (hid-over-i2c driver) as a 48 compatible = "hid-over-i2c";
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | OSSL_PROVIDER-default.pod | 29 =over 4 52 =over 4 80 =over 4 104 =over 4 124 =over 4 155 =over 4 169 =over 4 187 =over 4 197 =over 4 205 =over 4 [all …]
|
H A D | OSSL_PROVIDER-FIPS.pod | 19 =over 4 47 =over 4 61 =over 4 71 =over 4 85 =over 4 111 =over 4 125 =over 4 141 =over 4 149 =over 4 157 =over 4 [all …]
|
H A D | EVP_MAC-CMAC.pod | 19 =over 4 32 =over 4 54 =over 4 63 =over 4
|
/freebsd/sys/dev/qlxgb/ |
H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
/freebsd/sys/dev/qlxge/ |
H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
/freebsd/contrib/bearssl/src/int/ |
H A D | i32_muladd.c | 34 uint32_t chf, clow, under, over; in br_i32_muladd_small() local 134 over = chf | GT(clow, hi); in br_i32_muladd_small() 135 under = ~over & (tb | (~chf & LT(clow, hi))); in br_i32_muladd_small() 136 br_i32_add(x, m, over); in br_i32_muladd_small()
|
H A D | i31_muladd.c | 35 uint32_t under, over; in br_i31_muladd_small() local 153 over = GT(cc, hi); in br_i31_muladd_small() 154 under = ~over & (tb | LT(cc, hi)); in br_i31_muladd_small() 155 br_i31_add(x, m, over); in br_i31_muladd_small()
|
H A D | i15_muladd.c | 64 uint32_t cc, tb, over, under; in br_i15_muladd_small() local 169 over = GT(cc, hi); in br_i15_muladd_small() 170 under = ~over & (tb | LT(cc, hi)); in br_i15_muladd_small() 171 br_i15_add(x, m, over); in br_i15_muladd_small()
|
/freebsd/sys/dev/qlxgbe/ |
H A D | README.txt | 38 * Large Segment Offload over TCP IPV4 39 * Large Segment Offload over TCP IPV6 41 * TCP over IPv4 checksum offload 42 * UDP over IPv4 checksum offload 44 * TCP over IPv6 checksum offload 45 * UDP over IPv6 checksum offload
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | rt5651.txt | 30 - realtek,over-current-threshold-microamp 31 u32, micbias over-current detection threshold in µA, valid values are 34 - realtek,over-current-scale-factor 35 u32, micbias over-current detection scale-factor, valid values are:
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | as3711.txt | 30 and one of these to select the over-voltage protection pin 31 - su2-fbprot-lx-sd4 : LX_SD4 is used for over-voltage protection 32 - su2-fbprot-gpio2 : GPIO2 is used for over-voltage protection 33 - su2-fbprot-gpio3 : GPIO3 is used for over-voltage protection 34 - su2-fbprot-gpio4 : GPIO4 is used for over-voltage protection
|
/freebsd/sys/contrib/device-tree/Bindings/iio/afe/ |
H A D | current-sense-shunt.txt | 4 When an io-channel measures the voltage over a current sense shunt, 6 shunt, not the voltage over it. This binding describes such a current 15 The system current is measured by measuring the voltage over a
|
/freebsd/stand/forth/ |
H A D | support.4th | 95 : member: create dup , over , + does> cell+ @ + ; 98 : constructor: over :noname ; 111 0 over .addr ! 173 addr over len move len 260 tlen 0> if \ step over separator 275 swap dup c@ dup 32 = over 9 = or over 10 = or 276 over 13 = or over 44 = or swap drop 278 swap 2 pick 1- over < 280 2over 2over drop over compare-insensitive 0= if 281 2 pick over = if 2drop 2drop true exit then [all …]
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_rec_ccm.c | 61 size_t over; in ccm_check_length() local 63 over = 8 + cc->tag_len; in ccm_check_length() 64 return rlen >= over && rlen <= (16384 + over); in ccm_check_length()
|