Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp786 u32 may_turn_off = 0; /* BR with max bound, non-dots, squashed, etc */ in getEffectiveAccelStates() local
793 may_turn_off |= 1U << accel_id; in getEffectiveAccelStates()
798 may_turn_off |= 1U << accel_id; in getEffectiveAccelStates()
803 may_turn_off |= 1U << accel_id; in getEffectiveAccelStates()
809 may_turn_off |= 1U << accel_id; in getEffectiveAccelStates()
840 u32 stuck_dominators = dominated_by[accel_id] & ~may_turn_off; in getEffectiveAccelStates()