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

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drandom.c126 #define DEG_3 31 macro
142 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
159 static uint32_t randtbl[DEG_3 + 1] = {
198 static int rand_deg = DEG_3;
200 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
339 rand_deg = DEG_3;
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c129 #define DEG_3 31 macro
149 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
166 static uint32_t randtbl[DEG_3 + 1] = {
216 static int rand_deg = DEG_3;
218 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
384 rand_deg = DEG_3;

Completed in 31 milliseconds