Searched refs:int_arg_state (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/libc/stdlib/
H A Drandom.c317 uint32_t *int_arg_state = (uint32_t *)arg_state; local
346 state = int_arg_state + 1; /* first location */
350 int_arg_state[0] = rand_type;
352 int_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;
/barrelfish-2018-10-04/lib/posixcompat/
H A Drandom.c359 uint32_t *int_arg_state = (uint32_t *)arg_state; local
391 state = int_arg_state + 1; /* first location */
395 int_arg_state[0] = rand_type;
397 int_arg_state[0] = MAX_TYPES * (rptr - state) + rand_type;

Completed in 30 milliseconds