Home
last modified time | relevance | path

Searched refs:INTS_PER_STATEBLOCK (Results 1 – 1 of 1) sorted by relevance

/external/pcre/dist/
Dpcre_dfa_exec.c290 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) macro
439 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_exec()
440 (2 * INTS_PER_STATEBLOCK); in internal_dfa_exec()
3235 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK) in pcre_dfa_exec()