Searched refs:DEG_3 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/lib/libc/stdlib/ |
| HD | random.c | 126 #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; in initstate()
|
| /freebsd-11-stable/contrib/ntp/libntp/ |
| HD | ntp_random.c | 135 #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; in ntp_initstate()
|
| /freebsd-11-stable/contrib/gcclibs/libiberty/ |
| HD | random.c | 147 #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; 291 rand_deg = DEG_3; in initstate()
|
| /freebsd-11-stable/contrib/binutils/libiberty/ |
| HD | random.c | 147 #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; 291 rand_deg = DEG_3; in initstate()
|