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

/haiku/src/system/libroot/posix/stdlib/
H A Drandom.c118 #define DEG_3 31 macro
134 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
151 static uint32_t randtbl[DEG_3 + 1] = {
190 static int rand_deg = DEG_3;
192 static uint32_t *end_ptr = &randtbl[DEG_3 + 1];
341 rand_deg = DEG_3;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Drandom_r.c123 #define DEG_3 31 macro
147 { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 }

Completed in 85 milliseconds