Home
last modified time | relevance | path

Searched defs:BoundedRepeatData (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_repeat.h55 struct BoundedRepeatData { struct
56 BoundedRepeatData(enum RepeatType type_in, const depth &a, const depth &z, in BoundedRepeatData() function
64 enum RepeatType type; //!< selected type based on bounds and structure
65 depth repeatMin; //!< minimum repeat bound
66 depth repeatMax; //!< maximum repeat bound
67 u32 minPeriod; //!< min trigger period
68 NFAVertex cyclic; //!< cyclic vertex representing repeat in graph
69 NFAVertex pos_trigger; //!< positive trigger vertex
70 std::vector<NFAVertex> tug_triggers; //!< list of tug trigger vertices