mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
add new include file
This commit is contained in:
parent
5eabceddcf
commit
bc1a1127cf
@ -40,6 +40,7 @@
|
|||||||
#include "nfa/shufti.h"
|
#include "nfa/shufti.h"
|
||||||
#include "nfa/truffle.h"
|
#include "nfa/truffle.h"
|
||||||
#include "nfa/vermicelli.h"
|
#include "nfa/vermicelli.h"
|
||||||
|
#include "nfa/vermicelli.hpp"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#define MIN_ACCEL_LEN_BLOCK 16
|
#define MIN_ACCEL_LEN_BLOCK 16
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include "shufti.h"
|
#include "shufti.h"
|
||||||
#include "truffle.h"
|
#include "truffle.h"
|
||||||
#include "vermicelli.h"
|
#include "vermicelli.h"
|
||||||
|
#include "vermicelli.hpp"
|
||||||
#include "ue2common.h"
|
#include "ue2common.h"
|
||||||
|
|
||||||
const u8 *run_accel(const union AccelAux *accel, const u8 *c, const u8 *c_end) {
|
const u8 *run_accel(const union AccelAux *accel, const u8 *c, const u8 *c_end) {
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include "shufti.h"
|
#include "shufti.h"
|
||||||
#include "truffle.h"
|
#include "truffle.h"
|
||||||
#include "vermicelli.h"
|
#include "vermicelli.h"
|
||||||
|
#include "vermicelli.hpp"
|
||||||
#include "util/bitutils.h"
|
#include "util/bitutils.h"
|
||||||
#include "util/multibit.h"
|
#include "util/multibit.h"
|
||||||
#include "util/partial_store.h"
|
#include "util/partial_store.h"
|
||||||
|
@ -41,6 +41,7 @@
|
|||||||
#include "shufti.h"
|
#include "shufti.h"
|
||||||
#include "truffle.h"
|
#include "truffle.h"
|
||||||
#include "vermicelli.h"
|
#include "vermicelli.h"
|
||||||
|
#include "vermicelli.hpp"
|
||||||
#include "util/partial_store.h"
|
#include "util/partial_store.h"
|
||||||
#include "util/unaligned.h"
|
#include "util/unaligned.h"
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
#include "accel.h"
|
#include "accel.h"
|
||||||
#include "nfa_internal.h"
|
#include "nfa_internal.h"
|
||||||
#include "vermicelli.h"
|
#include "vermicelli.h"
|
||||||
|
#include "vermicelli.hpp"
|
||||||
#include "util/unaligned.h"
|
#include "util/unaligned.h"
|
||||||
|
|
||||||
static really_inline
|
static really_inline
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "vermicelli.h"
|
#include "vermicelli.h"
|
||||||
|
#include "vermicelli.hpp"
|
||||||
|
|
||||||
static really_inline
|
static really_inline
|
||||||
const u8 *find_xverm_run(char c, char nocase, u32 repeat, UNUSED const u8 *buf,
|
const u8 *find_xverm_run(char c, char nocase, u32 repeat, UNUSED const u8 *buf,
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "nfa/vermicelli.h"
|
#include "nfa/vermicelli.h"
|
||||||
|
#include "nfa/vermicelli.hpp"
|
||||||
|
|
||||||
#define BOUND (~(VERM_BOUNDARY - 1))
|
#define BOUND (~(VERM_BOUNDARY - 1))
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
#include "nfa/vermicelli.h"
|
#include "nfa/vermicelli.h"
|
||||||
|
#include "nfa/vermicelli.hpp"
|
||||||
|
|
||||||
TEST(Vermicelli, ExecNoMatch1) {
|
TEST(Vermicelli, ExecNoMatch1) {
|
||||||
char t1[] = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb";
|
char t1[] = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user