Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Drandom_r.c318 int32_t *new_state = 1 + (int32_t *) arg_state; in libc_hidden_def() local
335 type = new_state[-1] % MAX_TYPES; in libc_hidden_def()
345 int rear = new_state[-1] / MAX_TYPES; in libc_hidden_def()
346 buf->rptr = &new_state[rear]; in libc_hidden_def()
347 buf->fptr = &new_state[(rear + separation) % degree]; in libc_hidden_def()
349 buf->state = new_state; in libc_hidden_def()
351 buf->end_ptr = &new_state[degree]; in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c1387 re_dfastate_t *new_state; in re_acquire_state() local
1408 new_state = create_ci_newstate (dfa, nodes, hash); in re_acquire_state()
1409 if (BE (new_state == NULL, 0)) in re_acquire_state()
1412 return new_state; in re_acquire_state()
1431 re_dfastate_t *new_state; in re_acquire_state_context() local
1451 new_state = create_cd_newstate (dfa, nodes, context, hash); in re_acquire_state_context()
1452 if (BE (new_state == NULL, 0)) in re_acquire_state_context()
1455 return new_state; in re_acquire_state_context()

Completed in 8 milliseconds