Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/
H A Dgrey.cpp157 limitRoseEngineCount(8000000), // 8M engines in Grey()
329 G_UPDATE(limitRoseEngineCount); in applyGreyOverrides()
H A Dgrey.h199 u32 limitRoseEngineCount; //!< max prefix/infix/suffix/outfix engines member
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_bytecode.cpp3670 if (queue_count > cc.grey.limitRoseEngineCount) { in buildFinalEngine()