Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfagraph/
H A Dng_lbr.cpp81 const depth &repeatMax, u32 minPeriod, enum RepeatType rtype) { in fillNfa()
133 const depth &repeatMax) { in makeLbrNfa()
148 const depth &repeatMax, u32 minPeriod, in buildLbrDot()
168 const depth &repeatMax, u32 minPeriod, in buildLbrVerm()
191 const depth &repeatMax, u32 minPeriod, in buildLbrNVerm()
214 const depth &repeatMax, u32 minPeriod, in buildLbrShuf()
234 const depth &repeatMax, u32 minPeriod, in buildLbrTruf()
252 const depth &repeatMax, u32 minPeriod, in constructLBR()
H A Dng_repeat.h66 depth repeatMax; //!< maximum repeat bound member
112 depth repeatMax; /**< effective max bound */ member
H A Dng_misc_opt.h56 depth repeatMax; //!< maximum repeat bound. member
H A Dng_repeat.cpp115 depth repeatMax{0}; member
494 bool tooLargeToImplement(const depth &repeatMin, const depth &repeatMax) { in tooLargeToImplement()
2524 depth repeatMax = rsi.repeatMax; in findRepeats() local
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Drepeatcompile.cpp51 u32 numRangeSlots(u32 repeatMin, u32 repeatMax) { in numRangeSlots()
78 u32 repeatRecurTable(struct RepeatStateInfo *info, const depth &repeatMax, in repeatRecurTable()
95 u32 findOptimalPatchSize(struct RepeatStateInfo *info, const depth &repeatMax, in findOptimalPatchSize()
124 const depth &repeatMax, u32 minPeriod) in RepeatStateInfo()
227 const depth &repeatMax, u32 minPeriod) { in packedSize()
236 const depth &repeatMax, u32 minPeriod) { in streamStateSize()
241 enum RepeatType chooseRepeatType(const depth &repeatMin, const depth &repeatMax, in chooseRepeatType()
H A Drepeat_internal.h109 u32 repeatMax; //!< maximum number of repeats, or REPEAT_INF if unbounded. member
/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Drepeat.cpp50 depth repeatMax; member
760 u32 repeatMax = info->patchSize; in SetUp() local
/dports/textproc/teckit/teckit-2.5.7/source/
H A DCompiler.h149 UInt8 repeatMax; member
H A DCompiler.cpp948 int repeatMax = 15; in Compiler() local
2360 Compiler::SetMinMax(int repeatMin, int repeatMax) in SetMinMax()
H A DEngine.cpp704 int repeatMax = READ(m.flags.repeat) & 0x0f; in match() local