Home
last modified time | relevance | path

Searched refs:intervals (Results 1 – 25 of 110) sorted by relevance

12345

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-mo.c190 struct interval *intervals[2]; in write_table() local
204 intervals[M_ID] = NULL; in write_table()
206 intervals[M_STR] = NULL; in write_table()
221 &intervals[M_ID], &nintervals[M_ID]); in write_table()
224 struct interval *id_intervals = intervals[M_ID]; in write_table()
253 intervals[M_STR] = in write_table()
255 xrealloc (intervals[M_STR], in write_table()
260 intervals[M_STR][nintervals[M_STR] + i].startpos = in write_table()
262 intervals[M_STR][nintervals[M_STR] + i].endpos = in write_table()
304 pre->segments[i].segsize = intervals[m][i].startpos - lastpos; in write_table()
[all …]
H A Dformat-c.c916 struct interval *intervals = in get_sysdep_c_format_directives() local
922 intervals[i].startpos = descr->sysdep_directives[2 * i] - string; in get_sysdep_c_format_directives()
923 intervals[i].endpos = descr->sysdep_directives[2 * i + 1] - string; in get_sysdep_c_format_directives()
925 *intervalsp = intervals; in get_sysdep_c_format_directives()
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dfs_poll.rst54 For maximum portability, use multi-second intervals. Sub-second intervals will not detect
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dpackage.d13 $(LI Types to represent intervals of time.)
14 $(LI Types to represent ranges over intervals of time.)
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Drb_stat_example.txt5 other intervals as arguments to the script.
H A Dtcl_stat_example.txt5 other intervals as arguments to the script.
H A Dsh_stat_example.txt5 other intervals as arguments to the script.
H A Dj_stat_example.txt5 other intervals as arguments to the script.
H A Dcpudists_example.txt46 intervals each time. Processes have taken fom 10 to 60 microseconds;
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Drb_stat_example.txt5 other intervals as arguments to the script.
H A Dtcl_stat_example.txt5 other intervals as arguments to the script.
H A Dsh_stat_example.txt5 other intervals as arguments to the script.
H A Dj_stat_example.txt5 other intervals as arguments to the script.
H A Dcpudists_example.txt46 intervals each time. Processes have taken fom 10 to 60 microseconds;
/netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/date_based/
H A DREADME12 reg_search) over a range of dates at specified intervals.
/netbsd-src/external/gpl3/gcc/dist/contrib/reghunt/date_based/
H A DREADME12 reg_search) over a range of dates at specified intervals.
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc3706.txt95 reliance upon their messages to be sent at regular intervals. In the
97 these message intervals. Similarly, because rapid detection of the
106 intervals. This informational document describes the current
159 rather frequent intervals -- around 10 seconds or so. In this
306 HELLOs at regular intervals. By contrast, with DPD, each peer's DPD
309 intervals. This asynchronous property of DPD exchanges allows fewer
349 even define the DPD messages to be at regular intervals following
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/
H A DMsfFile.rst108 at intervals of BlockSize. Because each FPM block is of size ``BlockSize``
110 that the first block of each FPM refers to the first 8 intervals of the file
/netbsd-src/external/bsd/ntp/dist/html/hints/
H A Dsgi39 one-second intervals - I am probably seeing sampling aliasing between
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntpd-opts.def100 one or more configured servers over a range of designated poll intervals.
331 the file at hourly intervals.
360 possibly several external servers is polled at intervals determined
366 will start with 64s intervals and eventually increase in steps to
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d436 sorted code point intervals (as in $(LREF InversionList)) are insufficient.
438 over intervals is not fast enough for some heavy-duty algorithms.
2105 this(Range)(Range intervals) pure
2109 foreach (v; intervals) in foreach() argument
2119 private static fromIntervals(Range)(Range intervals) pure in fromIntervals()
2123 auto flattened = roundRobin(intervals.save.map!"a[0]"(), in fromIntervals()
2124 intervals.save.map!"a[1]"()); in fromIntervals()
2130 private static fromIntervals()(uint[] intervals...) pure in fromIntervals()
2134 assert(intervals.length % 2 == 0, "Odd number of interval bounds [a, b)!"); in fromIntervals()
2135 for (uint i = 0; i < intervals.length; i += 2) in fromIntervals()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/
H A D2000-12-06-MeetingSummary.txt46 detection of intervals and natural loops.
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d434 sorted code point intervals (as in $(LREF InversionList)) are insufficient.
436 over intervals is not fast enough for some heavy-duty algorithms.
2073 this(Range)(Range intervals) pure
2077 foreach (v; intervals)
2087 private static fromIntervals(Range)(Range intervals) pure
2091 auto flattened = roundRobin(intervals.save.map!"a[0]"(),
2092 intervals.save.map!"a[1]"());
2098 private static fromIntervals()(uint[] intervals...) pure
2102 assert(intervals.length % 2 == 0, "Odd number of interval bounds [a, b)!");
2103 for (uint i = 0; i < intervals.length; i += 2)
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A DREADME.md63 per algorithm locking being used for longer intervals.
/netbsd-src/external/mpl/bind/dist/lib/bind9/
H A Dcheck.c

12345