OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intervals
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
write-mo.c
190
struct interval *
intervals
[2];
local
204
intervals
[M_ID] = NULL;
206
intervals
[M_STR] = NULL;
221
&
intervals
[M_ID], &nintervals[M_ID]);
224
struct interval *id_intervals =
intervals
[M_ID];
253
intervals
[M_STR] =
255
xrealloc (
intervals
[M_STR],
260
intervals
[M_STR][nintervals[M_STR] + i].startpos =
262
intervals
[M_STR][nintervals[M_STR] + i].endpos =
304
pre->segments[i].segsize =
intervals
[m][i].startpos - lastpos
[
all
...]
format-c.c
916
struct interval *
intervals
=
local
922
intervals
[i].startpos = descr->sysdep_directives[2 * i] - string;
923
intervals
[i].endpos = descr->sysdep_directives[2 * i + 1] - string;
925
*intervalsp =
intervals
;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
random.h
5830
intervals
() const
function in struct:piecewise_constant_distribution::param_type
5902
* @brief Returns a vector of the
intervals
.
5905
intervals
() const
function in class:piecewise_constant_distribution
6110
intervals
() const
function in struct:piecewise_linear_distribution::param_type
6183
* @brief Return the
intervals
of the distribution.
6186
intervals
() const
function in class:piecewise_linear_distribution
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
random.h
5553
intervals
() const
function in struct:piecewise_constant_distribution::param_type
5623
* @brief Returns a vector of the
intervals
.
5626
intervals
() const
function in class:piecewise_constant_distribution
5824
intervals
() const
function in struct:piecewise_linear_distribution::param_type
5895
* @brief Return the
intervals
of the distribution.
5898
intervals
() const
function in class:piecewise_linear_distribution
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc
855
auto &
intervals
= m_fpr_ranges[fpr];
local
856
if (
intervals
.is_empty ())
860
for (unsigned int i = 0; i <
intervals
.length (); ++i)
862
auto &interval =
intervals
[i];
/src/external/mpl/bind/dist/lib/isccfg/
check.c
1282
static intervaltable
intervals
[] = {
local
1399
for (i = 0; i < sizeof(
intervals
) / sizeof(
intervals
[0]); i++) {
1402
(void)cfg_map_get(options,
intervals
[i].name, &obj);
1411
if (val >
intervals
[i].max) {
1414
intervals
[i].name, val,
intervals
[i].max);
1416
} else if (val > (UINT32_MAX /
intervals
[i].scale)) {
1419
intervals
[i].name, val);
/src/external/public-domain/sqlite/dist/
shell.c
7506
LONGLONG
intervals
;
local
7513
intervals
= Int32x32To64(mtime, 10000000) + 116444736000000000;
7514
lastWrite.dwLowDateTime = (DWORD)
intervals
;
7515
lastWrite.dwHighDateTime =
intervals
>> 32;
Completed in 59 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026