Searched refs:randtbl (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drandom.c148 * initstate(1, randtbl, 128);
159 static uint32_t randtbl[DEG_3 + 1] = { variable
177 * initstate(1, randtbl, 128);
180 * in the initialization of randtbl) because the state table pointer is set
181 * to point to randtbl[1] (as explained below).
183 static uint32_t *fptr = &randtbl[SEP_3 + 1];
184 static uint32_t *rptr = &randtbl[1];
196 static uint32_t *state = &randtbl[1];
200 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
235 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c155 * initstate(1, randtbl, 128);
166 static uint32_t randtbl[DEG_3 + 1] = { variable
195 * initstate(1, randtbl, 128);
198 * in the initialization of randtbl) because the state table pointer is set
199 * to point to randtbl[1] (as explained below).
201 static uint32_t *fptr = &randtbl[SEP_3 + 1];
202 static uint32_t *rptr = &randtbl[1];
214 static uint32_t *state = &randtbl[1];
218 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
263 * introduced by the L.C.R.N.G. Note that the initialization of randtbl[]
[all...]

Completed in 38 milliseconds