Home | History | Annotate | Download | only in src

Lines Matching refs:active_states

523 stateblock *active_states, *new_states, *temp_states;
560 active_states = (stateblock *)(workspace + 2);
561 next_new_state = new_states = active_states + wscount;
653 memcpy(new_states, active_states, (size_t)new_count * sizeof(stateblock));
694 temp_states = active_states;
695 active_states = new_states;
705 next_active_state = active_states + active_count;
734 stateblock *current_state = active_states + i;
768 if (active_states[j].offset == state_offset &&
769 active_states[j].count == current_state->count)
3095 next_active_state = active_states;