mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
add new include file
This commit is contained in:
committed by
Konstantinos Margaritis
parent
5eabceddcf
commit
bc1a1127cf
@@ -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) {
|
||||
|
@@ -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"
|
||||
|
@@ -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"
|
||||
|
||||
|
@@ -36,6 +36,7 @@
|
||||
#include "accel.h"
|
||||
#include "nfa_internal.h"
|
||||
#include "vermicelli.h"
|
||||
#include "vermicelli.hpp"
|
||||
#include "util/unaligned.h"
|
||||
|
||||
static really_inline
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user