new_state 356 user/lib/libc/stdlib/random.c long *new_state; new_state 363 user/lib/libc/stdlib/random.c new_state = (long *)(void *)arg_state; new_state 364 user/lib/libc/stdlib/random.c type = (int)(new_state[0] % MAX_TYPES); new_state 365 user/lib/libc/stdlib/random.c rear = (int)(new_state[0] / MAX_TYPES); new_state 386 user/lib/libc/stdlib/random.c state = (long *) (new_state + 1);