Searched refs:new_state (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dgenerate-random_r.c290 int *new_state = 1 + (int *) arg_state;
307 type = new_state[-1] % MAX_TYPES;
317 int rear = new_state[-1] / MAX_TYPES;
318 buf->rptr = &new_state[rear];
319 buf->fptr = &new_state[(rear + separation) % degree];
321 buf->state = new_state;
323 buf->end_ptr = &new_state[degree];
287 int *new_state = 1 + (int *) arg_state; local
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/gnu-encoding/
H A Dgenerate-random_r.c290 int *new_state = 1 + (int *) arg_state;
307 type = new_state[-1] % MAX_TYPES;
317 int rear = new_state[-1] / MAX_TYPES;
318 buf->rptr = &new_state[rear];
319 buf->fptr = &new_state[(rear + separation) % degree];
321 buf->state = new_state;
323 buf->end_ptr = &new_state[degree];
287 int *new_state = 1 + (int *) arg_state; local
/haiku-buildtools/binutils/libiberty/
H A Drandom.c329 register long int *new_state = (long int *) arg_state;
330 register int type = new_state[0] % MAX_TYPES;
331 register int rear = new_state[0] / MAX_TYPES;
356 state = &new_state[1];
326 register long int *new_state = (long int *) arg_state; local
/haiku-buildtools/gcc/libiberty/
H A Drandom.c329 register long int *new_state = (long int *) arg_state;
330 register int type = new_state[0] % MAX_TYPES;
331 register int rear = new_state[0] / MAX_TYPES;
356 state = &new_state[1];
326 register long int *new_state = (long int *) arg_state; local
/haiku-buildtools/legacy/binutils/libiberty/
H A Drandom.c328 register long int *new_state = (long int *) arg_state;
329 register int type = new_state[0] % MAX_TYPES;
330 register int rear = new_state[0] / MAX_TYPES;
355 state = &new_state[1];
325 register long int *new_state = (long int *) arg_state; local
/haiku-buildtools/legacy/gcc/libiberty/
H A Drandom.c302 register long int *new_state = (long int *) arg_state;
303 register int type = new_state[0] % MAX_TYPES;
304 register int rear = new_state[0] / MAX_TYPES;
329 state = &new_state[1];
299 register long int *new_state = (long int *) arg_state; local
/haiku-buildtools/legacy/gcc/libio/
H A Dstdstreams.cc130 int ios::sync_with_stdio(int new_state) argument
136 if (new_state == use_stdiobuf) // The usual case now.
138 if (new_state) {
150 use_stdiobuf = new_state;
/haiku-buildtools/gcc/gcc/java/
H A Dverify-impl.c1390 state *new_state = make_state_copy (old_state, current_method->max_stack, local
1393 debug_print_state (new_state, "New", npc, current_method->max_stack,
1397 nlink->val = new_state;
1400 new_state->pc = npc;
1401 return new_state;
1424 state *new_state = iter->val; local
1427 if (state_mergeable_p (new_state, from_state,
1436 debug_print_state (new_state, " To", npc, current_method->max_stack,
1438 changed = merge_states (new_state, from_state,
1440 debug_print_state (new_state, "Ne
1453 state *new_state = add_new_state (npc, from_state); local
1491 state *new_state = vfr->next_verify_state; local
2250 state *new_state = pop_jump (); local
[all...]
/haiku-buildtools/legacy/binutils/binutils/
H A Darlex.c549 static void yy_push_state YY_PROTO(( int new_state ));
1688 static void yy_push_state( int new_state )
1690 static void yy_push_state( new_state )
1691 int new_state;
1715 BEGIN(new_state);
H A Ddeflex.c561 static void yy_push_state YY_PROTO(( int new_state ));
1713 static void yy_push_state( int new_state )
1715 static void yy_push_state( new_state )
1716 int new_state;
1740 BEGIN(new_state);
H A Dsyslex.c495 static void yy_push_state YY_PROTO(( int new_state ));
1566 static void yy_push_state( int new_state )
1568 static void yy_push_state( new_state )
1569 int new_state;
1593 BEGIN(new_state);
H A Drclex.c754 static void yy_push_state YY_PROTO(( int new_state ));
2186 static void yy_push_state( int new_state )
2188 static void yy_push_state( new_state )
2189 int new_state;
2213 BEGIN(new_state);
/haiku-buildtools/legacy/binutils/gas/
H A Ditbl-lex.c484 static void yy_push_state YY_PROTO(( int new_state ));
1541 static void yy_push_state( int new_state )
1543 static void yy_push_state( new_state )
1544 int new_state;
1568 BEGIN(new_state);
H A Dbfin-lex.c826 static void yy_push_state YY_PROTO(( int new_state ));
2987 static void yy_push_state( int new_state )
2989 static void yy_push_state( new_state )
2990 int new_state;
3014 BEGIN(new_state);
/haiku-buildtools/legacy/binutils/ld/
H A Dldlex.c1460 static void yy_push_state YY_PROTO(( int new_state ));
3442 static void yy_push_state( int new_state )
3444 static void yy_push_state( new_state )
3445 int new_state;
3469 BEGIN(new_state);
/haiku-buildtools/gcc/gcc/fortran/
H A Dparse.c1378 push_state (gfc_state_data *p, gfc_compile_state new_state, gfc_symbol *sym) argument
1380 p->state = new_state;
2953 gfc_compile_state new_state = COMP_NONE, current_state; local
2983 new_state = COMP_SUBROUTINE;
2985 new_state = COMP_FUNCTION;
3025 if (new_state == COMP_FUNCTION && sym)
3027 else if (new_state == COMP_SUBROUTINE && sym)
3030 current_state = new_state;
3042 push_state (&s2, new_state, gfc_new_block);
3057 if (new_state
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddominance.c1496 set_dom_info_availability (enum cdi_direction dir, enum dom_state new_state) argument
1500 dom_computed[dir_index] = new_state;
H A Dgenautomata.c6161 state_t new_state;
6178 new_state = get_free_state (0, automaton);
6185 curr_state->equiv_class_state = new_state;
6206 new_state->component_states = uniq_sort_alt_states (alt_states);
6138 state_t new_state; local

Completed in 370 milliseconds