add new include file

This commit is contained in:
Konstantinos Margaritis 2021-10-27 12:32:54 +03:00 committed by Konstantinos Margaritis
parent 5eabceddcf
commit bc1a1127cf
8 changed files with 10 additions and 2 deletions

View File

@ -40,6 +40,7 @@
#include "nfa/shufti.h"
#include "nfa/truffle.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
#include <string.h>
#define MIN_ACCEL_LEN_BLOCK 16

View File

@ -31,6 +31,7 @@
#include "shufti.h"
#include "truffle.h"
#include "vermicelli.h"
#include "vermicelli.hpp"
#include "ue2common.h"
const u8 *run_accel(const union AccelAux *accel, const u8 *c, const u8 *c_end) {

View File

@ -41,6 +41,7 @@
#include "shufti.h"
#include "truffle.h"
#include "vermicelli.h"
#include "vermicelli.hpp"
#include "util/bitutils.h"
#include "util/multibit.h"
#include "util/partial_store.h"

View File

@ -41,6 +41,7 @@
#include "shufti.h"
#include "truffle.h"
#include "vermicelli.h"
#include "vermicelli.hpp"
#include "util/partial_store.h"
#include "util/unaligned.h"

View File

@ -36,6 +36,7 @@
#include "accel.h"
#include "nfa_internal.h"
#include "vermicelli.h"
#include "vermicelli.hpp"
#include "util/unaligned.h"
static really_inline

View File

@ -27,6 +27,7 @@
*/
#include "vermicelli.h"
#include "vermicelli.hpp"
static really_inline
const u8 *find_xverm_run(char c, char nocase, u32 repeat, UNUSED const u8 *buf,

View File

@ -31,6 +31,7 @@
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
#define BOUND (~(VERM_BOUNDARY - 1))
@ -563,4 +564,4 @@ TEST(RNVermicelli16, Exec5) {
}
}
#endif // HAVE_SVE2
#endif // HAVE_SVE2

View File

@ -31,6 +31,7 @@
#include "gtest/gtest.h"
#include "nfa/vermicelli.h"
#include "nfa/vermicelli.hpp"
TEST(Vermicelli, ExecNoMatch1) {
char t1[] = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb";
@ -1150,4 +1151,4 @@ TEST(DoubleVermicelliMasked16, Exec5) {
}
}
#endif // HAVE_SVE2
#endif // HAVE_SVE2