Searched refs:INTS_PER_STATEBLOCK (Results 1 – 1 of 1) sorted by relevance
301 #define INTS_PER_STATEBLOCK (int)(sizeof(stateblock)/sizeof(int)) macro563 wscount = (wscount - (wscount % (INTS_PER_STATEBLOCK * 2))) / in internal_dfa_match()564 (2 * INTS_PER_STATEBLOCK); in internal_dfa_match()3351 workspace[1] > (int)((wscount - 2)/INTS_PER_STATEBLOCK)) in pcre2_dfa_match()