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

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Drandom.c148 #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;
294 rand_sep = SEP_3;
/freebsd-10.0-release/contrib/gcclibs/libiberty/
H A Drandom.c148 #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;
294 rand_sep = SEP_3;
/freebsd-10.0-release/contrib/ntp/libntp/
H A Dntp_random.c138 #define SEP_3 3 macro
152 static long seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
203 static long *fptr = &randtbl[SEP_3 + 1];
219 static long rand_sep = SEP_3;
369 rand_sep = SEP_3;
/freebsd-10.0-release/lib/libc/stdlib/
H A Drandom.c128 #define SEP_3 3 macro
148 static const int seps [MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
199 static uint32_t *fptr = &randtbl[SEP_3 + 1];
215 static int rand_sep = SEP_3;
368 rand_sep = SEP_3;

Completed in 119 milliseconds