Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp1564 u32 maxVarShift = 0; in findMaxVarShift() local
1566 maxVarShift = findAndClearLSB_32(&shiftMask); in findMaxVarShift()
1569 return maxVarShift; in findMaxVarShift()
1575 u32 maxVarShift = nShifts; in getLimexScore() local
1579 maxVarShift = findMaxVarShift(args, nShifts); in getLimexScore()
1588 if (isExceptionalTransition(from, to, args, maxVarShift)) { in getLimexScore()