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

/barrelfish-master/lib/libc/stdlib/
H A Drandom.c127 #define SEP_3 3 macro
143 static const int seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
183 static uint32_t *fptr = &randtbl[SEP_3 + 1];
199 static int rand_sep = SEP_3;
340 rand_sep = SEP_3;
/barrelfish-master/lib/posixcompat/
H A Drandom.c130 #define SEP_3 3 macro
150 static const int seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
201 static uint32_t *fptr = &randtbl[SEP_3 + 1];
217 static int rand_sep = SEP_3;
385 rand_sep = SEP_3;

Completed in 35 milliseconds