Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
Drandom.c161 #define SEP_3 3 macro
175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
235 static int *fptr = &randtbl[SEP_3 + 1];
251 static int rand_sep = SEP_3;
372 rand_sep = SEP_3; in initstate()