HomeSort by relevance Sort by last modified time
    Searched full:new_states (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/include/
srec.h 213 nodeID max_new_states; /*the num allocated in the new_states array - if the search is exceeding this,
  /external/pcre/
pcre_dfa_exec.c 385 stateblock *active_states, *new_states, *temp_states; local
425 next_new_state = new_states = active_states + wscount;
520 memcpy(new_states, active_states, new_count * sizeof(stateblock));
558 active_states = new_states;
559 new_states = temp_states;
580 next_new_state = new_states;
    [all...]
  /external/srec/srec/crec/
srec.c     [all...]

Completed in 397 milliseconds