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

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c147 #define DEG_3 31 macro
162 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
176 static long int randtbl[DEG_3 + 1] =
216 static int rand_deg = DEG_3;
293 rand_deg = DEG_3;
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c147 #define DEG_3 31 macro
162 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
176 static long int randtbl[DEG_3 + 1] =
216 static int rand_deg = DEG_3;
293 rand_deg = DEG_3;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c135 #define DEG_3 31 macro
159 static unsigned long randtbl[DEG_3 + 1] = {
209 static long rand_deg = DEG_3;
211 static unsigned long *end_ptr = &randtbl[DEG_3 + 1];
321 static long degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
380 rand_deg = DEG_3;
/freebsd-11-stable/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;

Completed in 168 milliseconds