Home
last modified time | relevance | path

Searched full:over (Results 1 – 25 of 3934) sorted by relevance

12345678910>>...158

/freebsd/crypto/openssl/Configurations/
H A DINTERNALS.Configure23 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 Dregress.0I.out3 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 Dregress.R-1.out3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy over the lazy
H A Dregress.I.out3 The over the lazy over the lazy over the lazy over the lazyover the lazy over the lazy %
/freebsd/contrib/tcpdump/
H A Dl2vpn.c38 { 8, "SONET/SDH Circuit Emulation Service over MPLS"},
43 { 17, "Structure-agnostic E1 over packet"},
44 { 18, "Structure-agnostic T1 (DS1) over packet"},
46 { 20, "Structure-agnostic T3 (DS3) over packet"},
49 { 40, "Structure-agnostic E3 over packet"},
73 { 0x0008, "SONET/SDH Circuit Emulation Service over MPLS"},
81 { 0x0010, "SONET/SDH Circuit Emulation over Packet"},
82 { 0x0011, "Structure-agnostic E1 over Packet"},
83 { 0x0012, "Structure-agnostic T1 (DS1) over Packet"},
84 { 0x0013, "Structure-agnostic E3 over Packet"},
[all …]
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dads1015.txt8 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.
H A Dti,ads1015.yaml57 0: Voltage over AIN0 and AIN1.
58 1: Voltage over AIN0 and AIN3.
59 2: Voltage over AIN1 and AIN3.
60 3: Voltage over AIN2 and AIN3.
61 4: Voltage over AIN0 and GND.
62 5: Voltage over AIN1 and GND.
63 6: Voltage over AIN2 and GND.
64 7: Voltage over AIN3 and GND.
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max17042.yaml44 maxim,over-heat-temp:
47 Temperature threshold to report battery as over heated (in tenths of degree Celsius).
48 Default is not to report over heating events.
56 maxim,over-volt:
59 Voltage threshold to report battery as over voltage (in mV).
60 Default is not to report over-voltage events.
80 maxim,over-heat-temp = <600>;
81 maxim,over-volt = <4300>;
H A Dmax17042_battery.txt20 - 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/sys/contrib/device-tree/Bindings/input/
H A Dhid-over-i2c.yaml4 $id: http://devicetree.org/schemas/input/hid-over-i2c.yaml#
7 title: HID over I2C Devices
14 HID over I2C provides support for various Human Interface Devices over the
33 - const: hid-over-i2c
34 - description: Just "hid-over-i2c" alone is allowed, but not recommended.
35 const: hid-over-i2c
79 compatible = "hid-over-i2c";
H A Dhid-over-i2c.txt1 * 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/crypto/openssl/test/ssl-tests/
H A D08-npn.cnf17 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/stand/forth/
H A Dsupport.4th95 : 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 …]
H A Dmenu.4th276 over 9 = or ( c bool -- c bool ) \ [ht] horizontal tab
277 over 10 = or ( c bool -- c bool ) \ [nl] newline
278 over 13 = or ( c bool -- c bool ) \ [cr] carriage return
279 over [char] , = or ( c bool -- c bool ) \ comma
305 2swap 2over compare 0= if
338 over c@ delim? ( c-addr/u -- c-addr/u bool )
363 over c@ delim? if
375 over kernlen @ kerndefault count compare if
387 over kernlen @ ( c-addr/u -- c-addr/u c-addr/u2 )
394 2over strcat
[all …]
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-default.pod29 =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 DOSSL_PROVIDER-FIPS.pod19 =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 …]
/freebsd/contrib/unbound/doc/
H A Dunbound-control.8.in25 It reads the configuration file, contacts the Unbound server over SSL
500 summed over threads.
503 summed over threads.
506 summed over threads.
509 summed over threads.
512 summed over threads.
515 summed over threads.
518 summed over threads.
521 summed over threads.
524 summed over threads.
[all …]
H A Dunbound-control.825 It reads the configuration file, contacts the Unbound server over SSL
431 summed over threads.
434 summed over threads.
437 summed over threads.
440 summed over threads.
443 summed over threads.
446 summed over threads.
449 summed over threads.
452 summed over threads.
455 summed over threads.
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fmemopen.c75 TESTSTR("\0he quick brown fox jumps over the lazy dog"),
76 TESTSTR("T\0e quick brown fox jumps over the lazy dog"),
77 TESTSTR("Th\0 quick brown fox jumps over the lazy dog"),
78 TESTSTR("The\0quick brown fox jumps over the lazy dog"),
79 TESTSTR("The \0uick brown fox jumps over the lazy dog"),
80 TESTSTR("The q\0ick brown fox jumps over the lazy dog"),
81 TESTSTR("The qu\0ck brown fox jumps over the lazy dog"),
82 TESTSTR("The qui\0k brown fox jumps over the lazy dog"),
83 TESTSTR("The quic\0 brown fox jumps over the lazy dog"),
84 TESTSTR("The quick\0brown fox jumps over the lazy dog"),
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator.yaml122 regulator-over-current-protection:
123 description: Enable over current protection.
127 description: Set over current protection limit. This is a limit where
133 description: Set over current error limit. This is a limit where part of
139 description: Set over current warning limit. This is a limit where hardware
146 description: Set over voltage protection limit. This is a limit where
153 description: Set over voltage error limit. This is a limit where part of
160 description: Set over voltage warning limit. This is a limit where hardware
168 description: Set over under voltage protection limit. This is a limit where
182 description: Set over unde
[all...]
/freebsd/sys/net/
H A Dif_types.h69 IFT_EON = 0x19, /* ISO over IP */
71 IFT_NSIP = 0x1b, /* XNS over IP */
72 IFT_SLIP = 0x1c, /* IP over generic TTY */
93 IFT_AAL5 = 0x31, /* AAL5 over ATM */
136 IFT_FRAMERELAYMPI = 0x5c, /* Multiproto Interconnect over FR */
148 IFT_VOICEOVERIP = 0x68, /* voice over IP encapsulation */
182 IFT_DIGITALPOWERLINE = 0x8a, /* IP over Power Lines */
183 IFT_MEDIAMAILOVERIP = 0x8b, /* (xxx) Multimedia Mail over IP */
196 IFT_VOICEOVERATM = 0x98, /* Voice over ATM */
197 IFT_VOICEOVERFRAMERELAY = 0x99, /* Voice Over Frame Relay */
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DPassManager.h12 /// which supports a method to 'run' it over a unit of IR can be used as
14 /// which run over a particular IR construct, and run each of them in sequence
15 /// over each such construct in the containing IR construct. As there is no
16 /// containing IR construct for a Module, a manager for passes over modules
17 /// forms the base case which runs its managed passes in sequence over the
20 /// The core IR library provides managers for running passes over
23 /// * FunctionPassManager can run over a Module, runs each pass over
25 /// * ModulePassManager must be directly run, runs each pass over the Module.
146 /// Manages a sequence of passes over a particular unit of IR.
148 /// A pass manager contains a sequence of passes to run over a particular unit
[all …]
/freebsd/sys/dev/qlxgb/
H A DREADME.txt38 * 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 DREADME.txt38 * 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/qlxgbe/
H A DREADME.txt38 * 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

12345678910>>...158