Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_internal.h139 u32 squashOffset; /* rel. to start of LimExNFA; for accept squashing */ \
H A Dlimex_compile.cpp2133 const u32 squashOffset, const u32 reportListOffset) { in writeAccepts()
2137 acceptsOffset, acceptsEodOffset, squashOffset); in writeAccepts()
2149 a.squash = squashOffset + a.squash * sizeof(tableRow_t); in writeAccepts()
2173 limex->squashOffset = squashOffset; in writeAccepts()
2175 tableRow_t *mask = (tableRow_t *)(limex_base + squashOffset); in writeAccepts()
2300 const u32 squashOffset = offset; in generateNfa() local
2335 limex, acceptsOffset, acceptsEodOffset, squashOffset, in generateNfa()
H A Dlimex_dump.cpp227 const u8 *squashMask = (const u8 *)limex + limex->squashOffset; in dumpSquash()