Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dnfa_internal.h160 static really_inline int isGoughType(u8 t) { in isGoughType() function
189 return isMcClellanType(t) || isGoughType(t) || isShengType(t) in isDfaType()
H A Dgoughdump.cpp61 assert(isGoughType(n->type)); in goughGetTransitions()