rand_type         213 user/lib/libc/stdlib/random.c static long rand_type = TYPE_3;
rand_type         236 user/lib/libc/stdlib/random.c 	if (rand_type == TYPE_0)
rand_type         295 user/lib/libc/stdlib/random.c 	if (rand_type == TYPE_0)
rand_type         296 user/lib/libc/stdlib/random.c 		state[-1] = rand_type;
rand_type         298 user/lib/libc/stdlib/random.c 		state[-1] = MAX_TYPES * (rptr - state) + rand_type;
rand_type         303 user/lib/libc/stdlib/random.c 		rand_type = TYPE_0;
rand_type         307 user/lib/libc/stdlib/random.c 		rand_type = TYPE_1;
rand_type         311 user/lib/libc/stdlib/random.c 		rand_type = TYPE_2;
rand_type         315 user/lib/libc/stdlib/random.c 		rand_type = TYPE_3;
rand_type         319 user/lib/libc/stdlib/random.c 		rand_type = TYPE_4;
rand_type         326 user/lib/libc/stdlib/random.c 	if (rand_type == TYPE_0)
rand_type         327 user/lib/libc/stdlib/random.c 		long_arg_state[0] = rand_type;
rand_type         329 user/lib/libc/stdlib/random.c 		long_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;
rand_type         368 user/lib/libc/stdlib/random.c 	if (rand_type == TYPE_0)
rand_type         369 user/lib/libc/stdlib/random.c 		state[-1] = rand_type;
rand_type         371 user/lib/libc/stdlib/random.c 		state[-1] = MAX_TYPES * (rptr - state) + rand_type;
rand_type         378 user/lib/libc/stdlib/random.c 		rand_type = type;
rand_type         387 user/lib/libc/stdlib/random.c 	if (rand_type != TYPE_0) {
rand_type         420 user/lib/libc/stdlib/random.c 	if (rand_type == TYPE_0) {