Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
Drandom_r.c239 int old_type = buf->rand_type; in weak_alias() local
240 if (old_type == TYPE_0) in weak_alias()
243 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()
299 int old_type; in weak_alias() local
307 old_type = buf->rand_type; in weak_alias()
309 if (old_type == TYPE_0) in weak_alias()
312 old_state[-1] = (MAX_TYPES * (buf->rptr - old_state)) + old_type; in weak_alias()