Home
last modified time | relevance | path

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

/glibc-2.36/stdlib/
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()
/glibc-2.36/hurd/
Dcatch-exc.c106 thread_state_t old_state, in _S_catch_exception_raise_state() argument
123 thread_state_t old_state, in _S_catch_exception_raise_state_identity() argument
Dhurdfault.c89 thread_state_t old_state, in _hurdsig_fault_catch_exception_raise_state() argument
107 thread_state_t old_state, in _hurdsig_fault_catch_exception_raise_state_identity() argument
/glibc-2.36/posix/
Dregexec.c1104 re_dfastate_t *old_state = cur_state; in check_matching() local
1140 if (old_state == cur_state) in check_matching()