MAX_TYPES 153 user/lib/libc/stdlib/random.c static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
MAX_TYPES 154 user/lib/libc/stdlib/random.c static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
MAX_TYPES 298 user/lib/libc/stdlib/random.c state[-1] = MAX_TYPES * (rptr - state) + rand_type;
MAX_TYPES 329 user/lib/libc/stdlib/random.c long_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;
MAX_TYPES 364 user/lib/libc/stdlib/random.c type = (int)(new_state[0] % MAX_TYPES);
MAX_TYPES 365 user/lib/libc/stdlib/random.c rear = (int)(new_state[0] / MAX_TYPES);
MAX_TYPES 371 user/lib/libc/stdlib/random.c state[-1] = MAX_TYPES * (rptr - state) + rand_type;