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        1490 maint/gnulib/lib/regex_internal.c   re_dfastate_t *new_state;
new_state        1515 maint/gnulib/lib/regex_internal.c   new_state = create_ci_newstate (dfa, nodes, hash);
new_state        1516 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
new_state        1519 maint/gnulib/lib/regex_internal.c   return new_state;
new_state        1538 maint/gnulib/lib/regex_internal.c   re_dfastate_t *new_state;
new_state        1562 maint/gnulib/lib/regex_internal.c   new_state = create_cd_newstate (dfa, nodes, context, hash);
new_state        1563 maint/gnulib/lib/regex_internal.c   if (__glibc_unlikely (new_state == NULL))
new_state        1566 maint/gnulib/lib/regex_internal.c   return new_state;