Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_limex_accel.cpp191 struct SAccelScheme { struct
192 SAccelScheme(CharReach cr_in, u32 offset_in) in SAccelScheme() argument
197 SAccelScheme() {} in SAccelScheme() function
199 bool operator<(const SAccelScheme &b) const { in operator <() argument
200 const SAccelScheme &a = *this; in operator <()
227 SAccelScheme *best) { in findBestInternal()
248 small_vector<SAccelScheme, 10> priority_path; in findBestInternal()
273 for (const SAccelScheme &in : priority_path) { in findBestInternal()
290 SAccelScheme curr(terminating, 0U); in findBest()
291 SAccelScheme best; in findBest()
[all …]