Home
last modified time | relevance | path

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

/dports/devel/hyperscan/hyperscan-5.4.0/unit/internal/
H A Dvermicelli.cpp360 rv = vermicelliDoubleMaskedExec('B', 'B', 0xff, CASE_CLEAR, in TEST()
379 rv = vermicelliDoubleMaskedExec('B', 'A', 0xff, 0xff, in TEST()
405 rv = vermicelliDoubleMaskedExec('a', 'B', 0xff, CASE_CLEAR, in TEST()
411 rv = vermicelliDoubleMaskedExec('A', 'b', CASE_CLEAR, 0xff, in TEST()
417 rv = vermicelliDoubleMaskedExec('b', 'a', 0xff, 0xff, in TEST()
448 rv = vermicelliDoubleMaskedExec('a', 'A', 0xff, CASE_CLEAR, in TEST()
454 rv = vermicelliDoubleMaskedExec('A', 'a', CASE_CLEAR, 0xff, in TEST()
480 rv = vermicelliDoubleMaskedExec('A', 'A', 0xff, 0xff, in TEST()
486 rv = vermicelliDoubleMaskedExec('a', 'A', 0xff, 0xff, in TEST()
492 rv = vermicelliDoubleMaskedExec('a', 'A', 0xff, CASE_CLEAR, in TEST()
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Daccel.c91 rv = vermicelliDoubleMaskedExec(accel->dverm.c1, accel->dverm.c2, in run_accel()
H A Dvermicelli.h249 const u8 *vermicelliDoubleMaskedExec(char c1, char c2, char m1, char m2, in vermicelliDoubleMaskedExec() function