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

/barrelfish-2018-10-04/lib/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);
3235 workspace[1] > (wscount - 2)/INTS_PER_STATEBLOCK)

Completed in 35 milliseconds