Searched refs:SEP_3 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcclibs/libiberty/ |
| D | random.c | 148 #define SEP_3 3 macro 163 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; 198 static long int *fptr = &randtbl[SEP_3 + 1]; 217 static int rand_sep = SEP_3; 292 rand_sep = SEP_3; in initstate()
|
| /freebsd-12-stable/contrib/binutils/libiberty/ |
| D | random.c | 148 #define SEP_3 3 macro 163 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; 198 static long int *fptr = &randtbl[SEP_3 + 1]; 217 static int rand_sep = SEP_3; 292 rand_sep = SEP_3; in initstate()
|
| /freebsd-12-stable/contrib/ntp/libntp/ |
| D | ntp_random.c | 136 #define SEP_3 3 macro 194 static unsigned long *fptr = &randtbl[SEP_3 + 1]; 210 static long rand_sep = SEP_3; 322 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; 381 rand_sep = SEP_3; in ntp_initstate()
|
| /freebsd-12-stable/lib/libc/stdlib/ |
| D | random.c | 129 #define SEP_3 3 macro 145 static const int seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 }; 185 static uint32_t *fptr = &randtbl[SEP_3 + 1]; 201 static int rand_sep = SEP_3; 350 rand_sep = SEP_3; in initstate()
|