Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_dump.cpp59 static const u32 size = 512;
60 typedef NFAException512 exception_type;
63 static const u32 size = 384;
64 typedef NFAException384 exception_type;
67 static const u32 size = 256;
68 typedef NFAException256 exception_type;
71 static const u32 size = 128;
75 static const u32 size = 64;
76 typedef NFAException64 exception_type;
79 static const u32 size = 32;
[all …]