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

  /external/pcre/dist/
pcre_dfa_exec.c 284 typedef struct stateblock { struct
288 } stateblock; typedef in typeref:struct:stateblock
290 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int))
409 stateblock *active_states, *new_states, *temp_states;
410 stateblock *next_active_state, *next_new_state;
452 active_states = (stateblock *)(workspace + 2);
548 memcpy(new_states, active_states, new_count * sizeof(stateblock));
640 stateblock *current_state = active_states + i;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h     [all...]

Completed in 2267 milliseconds