mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
rose: group final ids by fragment
This commit is contained in:
committed by
Matthew Barr
parent
07a6b6510c
commit
eb14792a63
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2015-2016, Intel Corporation
|
||||
* Copyright (c) 2015-2017, Intel Corporation
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions are met:
|
||||
@@ -361,6 +361,17 @@ struct RoseEngine {
|
||||
*/
|
||||
u32 reportProgramCount;
|
||||
|
||||
/**
|
||||
* \brief Offset of u32 array of program offsets for delayed replay of
|
||||
* literals.
|
||||
*/
|
||||
u32 delayProgramOffset;
|
||||
|
||||
/**
|
||||
* \brief Offset of u32 array of program offsets for anchored literals.
|
||||
*/
|
||||
u32 anchoredProgramOffset;
|
||||
|
||||
/**
|
||||
* \brief Number of entries in the arrays pointed to by litProgramOffset,
|
||||
* litDelayRebuildProgramOffset.
|
||||
|
||||
Reference in New Issue
Block a user