Home
last modified time | relevance | path

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

/stdlib/
A Drandom_r.c236 int32_t *old_state = buf->state; in weak_alias() local
237 if (old_state != NULL) in weak_alias()
241 old_state[-1] = TYPE_0; in weak_alias()
243 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()
300 int32_t *old_state; in weak_alias() local
308 old_state = buf->state; in weak_alias()
310 old_state[-1] = TYPE_0; in weak_alias()
312 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()

Completed in 4 milliseconds