Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Drandom.c218 static int rand_sep = SEP_3; variable
239 fptr = &state[rand_sep]; in srandom()
275 rand_sep = SEP_0; in initstate()
281 rand_sep = SEP_1; in initstate()
287 rand_sep = SEP_2; in initstate()
293 rand_sep = SEP_3; in initstate()
299 rand_sep = SEP_4; in initstate()
345 rand_sep = seps[type]; in setstate()
357 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate()