Home
last modified time | relevance | path

Searched full:between (Results 1 – 25 of 3653) sorted by relevance

12345678910>>...147

/freebsd/lib/libc/xdr/
H A Dxdr.376 A filter primitive that translates between variable-length
96 filter that translates between
108 A filter primitive that translates between booleans (C
122 A filter primitive that translates between counted byte
142 A filter primitive that translates between C characters
180 A filter primitive that translates between C
192 A filter primitive that translates between C
204 A filter primitive that translates between C
258 A filter primitive that translates between ANSI C
297 A filter primitive that translates between C integers
[all …]
/freebsd/crypto/openssl/
H A DNEWS.md4 This file gives a brief overview of the major changes between each OpenSSL
21 ### Major changes between OpenSSL 3.0.14 and OpenSSL 3.0.15 [3 Sep 2024]
34 ### Major changes between OpenSSL 3.0.13 and OpenSSL 3.0.14 [4 Jun 2024]
46 ### Major changes between OpenSSL 3.0.12 and OpenSSL 3.0.13 [30 Jan 2024]
58 ### Major changes between OpenSSL 3.0.11 and OpenSSL 3.0.12 [24 Oct 2023]
63 ### Major changes between OpenSSL 3.0.10 and OpenSSL 3.0.11 [19 Sep 2023]
68 ### Major changes between OpenSSL 3.0.9 and OpenSSL 3.0.10 [1 Aug 2023]
74 ### Major changes between OpenSSL 3.0.8 and OpenSSL 3.0.9 [30 May 2023]
85 ### Major changes between OpenSSL 3.0.7 and OpenSSL 3.0.8 [7 Feb 2023]
97 ### Major changes between OpenSSL 3.0.6 and OpenSSL 3.0.7 [1 Nov 2022]
[all …]
/freebsd/lib/libdevstat/
H A Ddevstat.3185 subelement is used to store state between calls, and should not be modified
216 change between the time the client gets the generation and the time the
494 The total number of bytes transferred between the acquisition of
505 between the acquisition of
513 The total number of transfers between the acquisition of
524 The total number of transactions of the specified type between
533 The total duration of transactions, in seconds, between the acquisition of
544 The total duration of transactions of the specified type between
554 between the acquisition of
562 The total number of blocks transferred between the acquisition of
[all …]
/freebsd/contrib/less/
H A DNEWS14 Major changes between "less" versions 661 and 668
47 Major changes between "less" versions 643 and 661
148 Major changes between "less" versions 633 and 643
179 Major changes between "less" versions 632 and 633
186 Major changes between "less" versions 608 and 632
257 Major changes between "less" versions 590 and 608
324 Major changes between "less" versions 581 and 590
349 Major changes between "less" versions 563 and 581
394 Major changes between "less" versions 551 and 563
419 Major changes between "les
[all...]
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait.1ntp-waitmdoc28 .Ar secs\-between\-tries
53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries
54 How long to sleep between tries.
57 .Ar secs\-between\-tries
62 We will sleep for \fIsecs\-between\-tries\fP after each query
H A Dntp-wait.mdoc.in28 .Ar secs\-between\-tries
53 .It Fl s Ar secs\-between\-tries , Fl \-sleep Ns = Ns Ar secs\-between\-tries
54 How long to sleep between tries.
57 .Ar secs\-between\-tries
62 We will sleep for \fIsecs\-between\-tries\fP after each query
H A Dntp-wait.1ntp-waitman43 \f\*[I-Font]secs-between-tries\f[]
71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[]
72 How long to sleep between tries.
75 \f\*[I-Font]secs\-between\-tries\f[]
80 We will sleep for \fIsecs-between-tries\fP after each query
H A Dntp-wait.man.in43 \f\*[I-Font]secs-between-tries\f[]
71 .NOP \f\*[B-Font]\-s\f[] \f\*[I-Font]secs\-between\-tries\f[], \f\*[B-Font]\-\-sleep\f[]=\f\*[I-Font]secs\-between\-tries\f[]
72 How long to sleep between tries.
75 \f\*[I-Font]secs\-between\-tries\f[]
80 We will sleep for \fIsecs-between-tries\fP after each query
H A Dinvoke-ntp-wait.texi22 @kbd{secs-between-tries}
68 -s, --sleep=num How long to sleep between tries
90 This is the ``how long to sleep between tries'' option.
91 This option takes a number argument @file{secs-between-tries}.
92 We will sleep for @file{secs-between-tries} after each query
H A Dntp-wait-opts.def30 arg-name = "secs-between-tries";
32 descrip = "How long to sleep between tries";
34 We will sleep for @file{secs-between-tries} after each query
62 .Ar secs-between-tries
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc49 // Implements the Between(m, n) cardinality.
106 // Describes the Between(m, n) cardinality in human-friendly text.
122 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo()
139 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast()
142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost()
147 // Creates a cardinality that allows between min and max calls.
148 GTEST_API_ Cardinality Between(int min, int max) { in Between() function
153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h26 /// Diagnose ODR mismatch between 2 FunctionDecl.
32 /// Diagnose ODR mismatch between 2 EnumDecl.
38 /// Diagnose ODR mismatch between 2 CXXRecordDecl.
48 /// Diagnose ODR mismatch between 2 RecordDecl that are not CXXRecordDecl.
54 /// Diagnose ODR mismatch between 2 ObjCInterfaceDecl.
61 /// Diagnose ODR mismatch between ObjCInterfaceDecl with different
70 /// Diagnose ODR mismatch between 2 ObjCProtocolDecl.
80 /// Diagnose ODR mismatch between ObjCProtocolDecl with different definitions.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dti-aemif.txt96 Time between the end of one asynchronous memory
99 between a read followed by read or a write
103 Time between the beginning of a memory cycle
108 Time between the activation and deactivation of
113 Time between the deactivation of the read
120 Time between the beginning of a memory cycle
125 Time between the activation and deactivation of
130 Time between the deactivation of the write
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc46 using testing::Between;
237 // Tests Between(m, n).
242 Between(-1, 2); in TEST()
250 Between(1, -2); in TEST()
258 Between(2, 1); in TEST()
265 const Cardinality c = Between(0, 0); in TEST()
279 const Cardinality c = Between(0, 2); in TEST()
296 const Cardinality c = Between(3, 3); in TEST()
313 const Cardinality c = Between(3, 5); in TEST()
329 EXPECT_PRED_FORMAT2(IsSubstring, "called between 3 and 5 times", ss.str()); in TEST()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dcdns,qspi-nor-peripheral-props.yaml25 outputs are de-asserted between transactions.
29 Delay in nanoseconds between one chip select being de-activated
34 Delay in nanoseconds between last bit of current transaction and
39 Delay in nanoseconds between setting qspi_n_ss_out low and
/freebsd/sys/contrib/ncsw/inc/flib/
H A Dfsl_enet.h177 /**< SGMII/QSGII interface with 1000BaseX auto-negotiation between MAC
179 Note: 1000BaseX auto-negotiation relates only to interface between MAC
211 /**< 10 Mbps SGMII with auto-negotiation between MAC and
214 /**< 100 Mbps SGMII with auto-negotiation between MAC and
217 /**< 1000 Mbps SGMII with auto-negotiation between MAC and
221 /**< 10 Mbps SGMII with 1000BaseX auto-negotiation between
225 /**< 100 Mbps SGMII with 1000BaseX auto-negotiation between
229 /**< 1000 Mbps SGMII with 1000BaseX auto-negotiation between
232 /**< 1000 Mbps QSGMII with auto-negotiation between MAC and
236 /**< 1000 Mbps QSGMII with 1000BaseX auto-negotiation between
/freebsd/contrib/flex/
H A DONEWS1 Changes between release 2.5.4 (11Sep96) and release 2.5.3:
12 Changes between release 2.5.3 (29May96) and release 2.5.2:
28 Changes between release 2.5.2 (25Apr95) and release 2.5.1:
95 Changes between release 2.5.1 (28Mar95) and release 2.4.7:
272 themselves must appear between the '[' and ']' of a character
511 - A broken example in documentation of the difference between
534 Changes between release 2.4.7 (03Aug94) and release 2.4.6:
550 Changes between release 2.4.6 (04Jan94) and release 2.4.5:
560 Changes between release 2.4.5 (11Dec93) and release 2.4.4:
587 Changes between release 2.4.4 (07Dec93) and release 2.4.3:
[all …]
/freebsd/contrib/mandoc/
H A Dman.7113 .It Ic BI Ta alternate between boldface and italic fonts
114 .It Ic BR Ta alternate between boldface and roman fonts
115 .It Ic IB Ta alternate between italic and boldface fonts
116 .It Ic IR Ta alternate between italic and roman fonts
117 .It Ic RB Ta alternate between roman and boldface fonts
118 .It Ic RI Ta alternate between roman and italic fonts
148 Whitespace between arguments is omitted in output.
155 Whitespace between arguments is omitted in output.
210 Whitespace between arguments is omitted in output.
232 Whitespace between arguments is omitted in output.
[all …]
/freebsd/share/man/man9/
H A Dvm_page_bits.967 range of bytes between
76 flags the byte range between
99 clears the dirty bits within a page in the range between
110 blocks between
135 blocks between
/freebsd/lib/libc/rpc/
H A Drpcbind.336 maintains a list of mappings between programs
103 can be used to synchronize the time between the
141 service, which establishes a mapping between the triple
165 service, which destroys the mapping between the triple
174 destroys all mapping between the triple
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRangeSelector.h59 /// Selects the range between `R1` and `R2.
60 inline RangeSelector between(RangeSelector R1, RangeSelector R2) { in between() function
86 // source between the call's parentheses).
91 // this is the range between parentheses or braces.
95 // statements (all source between the braces).
99 // (all source between the braces).
/freebsd/share/doc/psd/20.ipctut/
H A Dtutor.me109 4.2BSD this expanded to include IPC between machines. This expansion
159 Initially, the only difference between the two will be the value returned by
220 Let us now examine a program that creates a pipe for communication between
248 Figure 2\ \ Sharing a pipe between parent and child
301 between sockets on the same machine.
323 Figure 4\ \ Sharing a socketpair between parent and child
329 Pipes and socketpairs are a simple solution for communicating between
330 a parent and child or between child processes.
337 and then have messages sent between them. This is often the
341 send messages between them.
[all …]
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h83 auto-negotiation between MAC and phy
86 only to interface between MAC and phy/backplane,
130 /**< 10 Mbps SGMII with auto-negotiation between MAC and
133 /**< 100 Mbps SGMII with auto-negotiation between MAC and
136 /**< 1000 Mbps SGMII with auto-negotiation between MAC and
140 /**< 10 Mbps SGMII with 1000BaseX auto-negotiation between
143 /**< 100 Mbps SGMII with 1000BaseX auto-negotiation between
146 /**< 1000 Mbps SGMII with 1000BaseX auto-negotiation between
149 /**< 1000 Mbps QSGMII with auto-negotiation between MAC and
152 … /**< 1000 Mbps QSGMII with 1000BaseX auto-negotiation between
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml18 The CTI component properties define the connections between the individual
31 In general the connections between CTI and components via the trigger signals
36 between CTI and the CPU core and ETM if present. In the case of a v8
45 on the connections between the CTI and other components for correct operation.
49 between CTI and other CoreSight components.
51 Certain triggers between CoreSight devices and the CTI have specific types
107 propagated between sockets.
133 between this CTI and another hardware device. This device may be a CPU,
H A Darm,coresight-cti.yaml17 The CTI component properties define the connections between the individual
30 In general the connections between CTI and components via the trigger signals
35 between CTI and the CPU core and ETM if present. In the case of a v8
44 on the connections between the CTI and other components for correct operation.
48 between CTI and other CoreSight components.
50 Certain triggers between CoreSight devices and the CTI have specific types
106 propagated between sockets.
134 between this CTI and another hardware device. This device may be a CPU,

12345678910>>...147