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

/forgerock/web-agents-v4/pcre/
H A Dpcre_dfa_exec.c290 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) macro
439 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) /
440 (2 * INTS_PER_STATEBLOCK);
3234 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK)

Completed in 34 milliseconds