new_state 323 maint/gnulib/lib/random_r.c int32_t *new_state = 1 + (int32_t *) arg_state; new_state 340 maint/gnulib/lib/random_r.c type = get_int32 (&new_state[-1]) % MAX_TYPES; new_state 350 maint/gnulib/lib/random_r.c int rear = get_int32 (&new_state[-1]) / MAX_TYPES; new_state 351 maint/gnulib/lib/random_r.c buf->rptr = &new_state[rear]; new_state 352 maint/gnulib/lib/random_r.c buf->fptr = &new_state[(rear + separation) % degree]; new_state 354 maint/gnulib/lib/random_r.c buf->state = new_state; new_state 356 maint/gnulib/lib/random_r.c buf->end_ptr = &new_state[degree]; new_state 1454 maint/gnulib/lib/regex_internal.c re_dfastate_t *new_state; new_state 1479 maint/gnulib/lib/regex_internal.c new_state = create_ci_newstate (dfa, nodes, hash); new_state 1480 maint/gnulib/lib/regex_internal.c if (__glibc_unlikely (new_state == NULL)) new_state 1483 maint/gnulib/lib/regex_internal.c return new_state; new_state 1502 maint/gnulib/lib/regex_internal.c re_dfastate_t *new_state; new_state 1526 maint/gnulib/lib/regex_internal.c new_state = create_cd_newstate (dfa, nodes, context, hash); new_state 1527 maint/gnulib/lib/regex_internal.c if (__glibc_unlikely (new_state == NULL)) new_state 1530 maint/gnulib/lib/regex_internal.c return new_state;