Home
last modified time | relevance | path

Searched full:interval (Results 1 – 25 of 1726) sorted by relevance

12345678910>>...70

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalPartition.h
H A DInterval.h
H A DIntervalIterator.h
/freebsd-src/contrib/ntp/html/
H A Dselect.html24interval</em> [&theta;<sub>0</sub> &minus; &lambda;, &theta;<sub>0</sub> + &lambda;] of points wh…
25interval represents the best estimate of the offset for each candidate. The best point is at the …
27 <p>Figure 1. Intersection Interval</p>
29 …e interval labeled DTSS. In the figure there are three truechimers A, B and C, and one falsetic…
30interval? Fortunately, we already have the maximum likelihood estimate at the midpoint of each cor…
31 …nal outcome; that is, they are truechimers. Samples in the intersection interval are usually of ve…
35interval. Then, do the same, but moving from the rightmost endpoint towards the leftmost endpoint;…
36interval for a candidate is greater than the left endpoint of the intersection interval, or if the…
37interval can be quite small, especially when the candidates are multiple reference clocks. In such…
H A Ddiscipline.html31interval described on the <a href="poll.html">Poll Program</a> page. However, in NTP symmetric mo…
33interval exponent. Thus, the default poll exponent of 6 corresponds to a poll interval of 64 s an…
34 …cs of the PLL are affected by the time constant and poll interval. At the default poll interval o…
36 … by one-tenth. The response scales exactly with poll interval, so that response at a poll interva…
37interval, depends on the network time jitter and the oscillator frequency wander. Errors due to j…
43 …quency over a five-min interval. This generally results in a residual frequency error less than 1…
44 …ontinued for an interval of five-min, after which the clock offset error is usually no more than a…
45 …l updates before setting the system clock. As the default minimum poll interval in most configura…
46interval of several minutes without regular sources before switching to backup sources. This is g…
H A Dclock.html30 …ever, if offset spikes greater than the step threshold persist for an interval more than the ste…
33 …ize each second the clock is outside the acceptable range. During this interval the clock will no…
35interval the hold timer is set to the stepout threshold and decrements at one second intervals un…
39 <dt>Training interval</dt>
40interval is used at startup when the frequency file is nor present at startup. It begins when the …
41 <dt>Startup interval</dt>
42interval is used at startup to amortize the residual offset while not affecting the frequency. If …
43 <dt>Step interval</dt>
44 …<dd>This interval is used as a spike blanker during periods when the offsets exceed the step thres…
45 <dt>Sync Interval</dt>
[all …]
H A Dassoc.html27 <li class="inline"><a href="#poll">Poll Interval Management</a></li>
39 <p>Ordinarily, the program automatically manages the poll interval between the default minimum and …
59 <h4 id="poll">Poll Interval Management</h4>
60interval for maximum accuracy consistent with minimum network overhead. The algorithm measures the…
61interval range is suitable for most conditions, but can be changed using options on the <a href="c…
62 <p>In the NTPv4 specification and reference implementation, the poll interval is expressed in log<s…
63interval increases by a factor of four. The poll interval algorithm slowly increases the poll inte…
64 <p>There is normally no need to change the poll limits, as the poll interval is managed automatical…
68 …<li>The poll interval should not be modified for reference clocks, with the single exception the A…
71 …s necessary to send packets temporarily at intervals less than the poll interval. For instance, wi…
[all …]
/freebsd-src/share/doc/psd/15.yacc/
H A Dssc43 does floating point interval arithmetic.
58 There are 26 interval valued variables ``A'' through ``Z''
62 the (floating or interval) value.
69 This structure is given a type name, INTERVAL, by using
79 division by an interval containing 0, and an interval presented in
86 keep track of the type (e.g. scalar or interval) of intermediate
88 Note that a scalar can be automatically promoted to an interval if
89 the context demands an interval value.
100 Notice that the 2.5 is to be used in an interval valued expression
105 tokens to decide whether to convert a scalar to an interval.
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DIntervalPartition.cpp
H A DInterval.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.h140 // Current live interval.
176 /// analyze - set CurLI to the specified interval, and analyze how it may be
181 /// new interval.
184 /// getParent - Return the last analyzed interval.
256 /// - Start a new live interval with openIntv.
257 /// - Mark the places where the new interval is entered using enterIntv*
258 /// - Mark the ranges where the new interval is used with useIntv*
259 /// - Mark the places where the interval is exited with exitIntv*.
260 /// - Finish the current interval with closeIntv and repeat from 2.
276 /// created. SplitEditor automatically creates interval 0 to contain
[all …]
/freebsd-src/contrib/byacc/test/
H A Dvarsyntax_calc1.y11 typedef struct interval struct
15 INTERVAL; typedef
17 INTERVAL vmul(double, double, INTERVAL);
18 INTERVAL vdiv(double, double, INTERVAL);
23 int dcheck(INTERVAL);
26 INTERVAL vreg[26];
36 INTERVAL vval; // interval values argument
43 %type <vval> vexp // interval expression */
121 (void) printf("interval out of order\n");
251 static INTERVAL
[all …]
H A Dcalc1.y10 typedef struct interval struct
14 INTERVAL; typedef
16 INTERVAL vmul(double, double, INTERVAL);
17 INTERVAL vdiv(double, double, INTERVAL);
22 int dcheck(INTERVAL);
25 INTERVAL vreg[26];
35 INTERVAL vval;
42 %type <vval> vexp /* interval expression */
119 (void) printf("interval out of order\n");
249 static INTERVAL
[all …]
H A Dbtyacc_calc1.y11 typedef struct interval struct
15 INTERVAL; typedef
17 INTERVAL vmul(double, double, INTERVAL);
18 INTERVAL vdiv(double, double, INTERVAL);
20 int dcheck(INTERVAL);
23 INTERVAL vreg[26];
33 INTERVAL vval;
40 %type <vval> vexp /* interval expression */
117 (void) printf("interval out of order\n");
268 static INTERVAL
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp42 BuildResult<Node> Interval; in buildInterval() local
43 Interval.Nodes.push_back(Header); in buildInterval()
61 // Contains successors of blocks in the interval that couldn't be added to the in buildInterval()
62 // interval on their first encounter. This occurs when they have a predecessor in buildInterval()
63 // that is either definitively outside the interval or hasn't been considered in buildInterval()
65 // from the interval. At the end of processing the worklist, we filter out any in buildInterval()
66 // that ended up in the interval to produce the output set of interval in buildInterval()
76 // Check whether all predecessors are in the interval, in which case `B` in buildInterval()
79 return llvm::is_contained(Interval.Nodes, P); in buildInterval()
82 Interval.Nodes.push_back(B); in buildInterval()
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DIntervalPartition.h68 // An interval is a strongly-connected component of the CFG along with a
69 // trailing acyclic structure. An interval can be constructed directly from CFG
70 // blocks or from a graph of other intervals. Each interval has one _header_
71 // block, from which the interval is built. The _header_ of the interval is
73 // interval. All other blocks in the interval have only predecessors also in the
74 // interval.
89 // Unique identifier of this interval relative to other intervals in the same
95 // Predessor intervals of this interval: those intervals for which there
96 // exists an edge from a node in that other interval to the head of this
97 // interval.
[all …]
/freebsd-src/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtimer.h112 isc_interval_t *interval,
123 isc_time_t *expires, isc_interval_t *interval,
172 isc_interval_t *interval,
179 * are specified by 'expires' and 'interval'. Events will be posted to
186 * 'interval' seconds. The value of 'expires' is ignored.
190 * timeout will be generated. 'interval' specifies how long the timer
196 * If 'interval' is NULL, the zero interval will be used.
208 *\li 'interval' points to a valid interval, or is NULL.
211 * ('expires' and 'interval' are not both 0)
222 * timer's interval if 'timer' is a once timer with a non-zero
[all …]
/freebsd-src/contrib/tzcode/
H A Dzdump.842 on the command line, output an interval-format description of the
45 .Sx "INTERVAL FORMAT"
79 Cut off interval output at the given year(s).
90 Cut off interval output at the given time(s),
100 .Sh "INTERVAL FORMAT"
101 The interval format is a compact text representation that is intended
109 .Dq "\*- \*- \fIinterval\fP"
110 describing the time interval before the first transition if any, and
112 .Dq "\fIdate time interval\fP",
113 one line for each transition time and following interval.
[all …]
/freebsd-src/contrib/wpa/wpa_supplicant/
H A Dautoscan_exponential.c19 int interval; member
84 if (data->interval >= data->limit) in autoscan_exponential_notify_scan()
87 if (data->interval <= 0) in autoscan_exponential_notify_scan()
88 data->interval = data->base; in autoscan_exponential_notify_scan()
90 data->interval = data->interval * data->base; in autoscan_exponential_notify_scan()
91 if (data->interval > data->limit) in autoscan_exponential_notify_scan()
95 return data->interval; in autoscan_exponential_notify_scan()
/freebsd-src/contrib/ntp/
H A DREADME.leapsmear69 sent to its clients, so that after some predefined interval the leap second
70 offset is compensated. The smear interval should be long enough,
80 UTC before the leap second, up to the beginning of the smear interval, and
82 finished, at the end of the smear interval. By examining the first byte of
96 - During the smear interval the time provided by smearing NTP servers
108 certain interval, which is what we call smearing the leap second.
128 depended on the poll interval. The system time was off by 1 second for
158 those few servers accordingly. If the smear interval is long enough so that
164 the clients during the smear interval is as small as possible, compared to
167 particular smear interval it's easy to determine the start point of the
[all …]
/freebsd-src/contrib/jemalloc/src/
H A Dbackground_thread.c98 /* Minimal sleep interval 100 ms. */
102 decay_npurge_after_interval(arena_decay_t *decay, size_t interval) {
105 for (i = 0; i < interval; i++) {
109 sum += decay->backlog[i] * (h_steps[i] - h_steps[i - interval]);
119 /* Use minimal interval if decay is contended. */
123 uint64_t interval;
127 interval = BACKGROUND_THREAD_INDEFINITE_SLEEP;
131 uint64_t decay_interval_ns = nstime_ns(&decay->interval);
143 interval = BACKGROUND_THREAD_INDEFINITE_SLEEP;
148 /* Use max interval. */
[all …]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp88 std::string formatSI(double interval, int width, char unit) { in formatSI() argument
103 if (interval == 0.0) { in formatSI()
110 if (interval < 0.0) { in formatSI()
112 interval = -interval; in formatSI()
116 if (interval * ranges[i].scale < 1.e0) { in formatSI()
117 interval = interval * 1000.e0 * ranges[i].scale; in formatSI()
119 << std::right << (negative ? -interval : interval) << std::setw(2) in formatSI()
127 << interval << std::setw(3) << unit; in formatSI()
/freebsd-src/tools/tools/mwl/mwlstats/
H A Dmain.c34 * mwlstats [-i interface] [-l] [-o fmtstring] [interval]
36 * (default interface is mv0). If interval is specified a rolling output
37 * a la netstat -i is displayed every interval seconds. The format of
80 errx(-1, "usage: %s [-a] [-i ifname] [-l] [-o fmt] [interval]\n", argv[0]); in main()
88 u_long interval = strtoul(argv[0], NULL, 0); in main() local
91 if (interval < 1) in main()
92 interval = 1; in main()
95 alarm(interval); in main()
114 alarm(interval); in main()
/freebsd-src/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Diostat-1s29 interval=1
34 interval=10
46 ${interval:+"-w $interval"} \
47 ${interval:+"-c 1"} \
52 ${interval:+"$interval"} \
53 ${interval:+"1"} \
H A Diostat-10s29 interval=1
34 interval=10
46 ${interval:+"-w $interval"} \
47 ${interval:+"-c 1"} \
52 ${interval:+"$interval"} \
53 ${interval:+"1"} \

12345678910>>...70