OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:master_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgfortran/intrinsics/
random.c
228
/*
master_state
is the only variable protected by random_lock. */
229
static prng_state
master_state
= { .init = false, .s = {
variable
384
if (!
master_state
.init)
388
for (uint64_t i = 0; i < sizeof (
master_state
.s) / sizeof (uint64_t); i++)
391
master_state
.s[i] = os_seed;
393
master_state
.init = true;
395
memcpy (&rs->s,
master_state
.s, sizeof (
master_state
.s));
396
jump (&
master_state
);
847
/* Number of elements in
master_state
array. *
[
all
...]
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
random.c
228
/*
master_state
is the only variable protected by random_lock. */
229
static prng_state
master_state
= { .init = false, .s = {
variable
384
if (!
master_state
.init)
388
for (uint64_t i = 0; i < sizeof (
master_state
.s) / sizeof (uint64_t); i++)
391
master_state
.s[i] = os_seed;
393
master_state
.init = true;
395
memcpy (&rs->s,
master_state
.s, sizeof (
master_state
.s));
396
jump (&
master_state
);
847
/* Number of elements in
master_state
array. *
[
all
...]
Completed in 35 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026