Searched refs:state_ptr (Results 1 – 3 of 3) sorted by relevance
343 int *state_ptr, *chk_ptr;413 state_ptr = &state[1];418 if (*(state_ptr++) != 0 && *chk_ptr != 0)781 int *state_ptr;802 state_ptr = &state[1];804 for (i = 1; i <= numecs; ++i, ++state_ptr)805 if (*state_ptr != 0) {807 nxt[position + i] = *state_ptr;345 int *state_ptr, *chk_ptr; global() local 790 int *state_ptr; global() local
5931 state_t *state_ptr; local5935 for (state_ptr = states; state_ptr < states + states_num; state_ptr++)5937 (*state_ptr)->equiv_class_num_1 = 1;5938 (*state_ptr)->next_equiv_class_state = result_equiv_class;5939 result_equiv_class = *state_ptr;6025 state_t *state_ptr; local6041 for (state_ptr = VLA_PTR_BEGIN (all_achieved_states);6042 state_ptr <= (state_t *) VLA_PTR_LAST (all_achieved_states);6043 state_ptr++)6045 (*state_ptr)->equiv_class_num_2 = (*state_ptr)->equiv_class_num_1;[all …]
1291 emit_state **state_ptr; in xtensa_end_directive() local1325 state_ptr = &state; /* use state_ptr to avoid type-punning warning */ in xtensa_end_directive()1327 (const void **) state_ptr); in xtensa_end_directive()