mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Use rose_inline rather than really_inline
This commit is contained in:
parent
fb8747295e
commit
bba8b62635
@ -283,7 +283,7 @@ done_queue_empty:
|
||||
return roseHaltIfExhausted(t, scratch);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
static rose_inline
|
||||
hwlmcb_rv_t ensureQueueFlushed(const struct RoseEngine *t,
|
||||
struct hs_scratch *scratch, u32 qi, s64a loc,
|
||||
char in_anchored) {
|
||||
@ -355,7 +355,7 @@ hwlmcb_rv_t roseTriggerSuffix(const struct RoseEngine *t,
|
||||
return HWLM_CONTINUE_MATCHING;
|
||||
}
|
||||
|
||||
static really_inline
|
||||
static rose_inline
|
||||
char roseTestLeftfix(const struct RoseEngine *t, struct hs_scratch *scratch,
|
||||
u32 qi, u32 leftfixLag, ReportID leftfixReport, u64a end) {
|
||||
struct core_info *ci = &scratch->core_info;
|
||||
@ -593,7 +593,7 @@ hwlmcb_rv_t roseCatchUpAndHandleChainMatch(const struct RoseEngine *t,
|
||||
return roseHandleChainMatch(t, scratch, r, end, in_anchored, 0);
|
||||
}
|
||||
|
||||
static really_inline
|
||||
static rose_inline
|
||||
void roseHandleSom(const struct RoseEngine *t, struct hs_scratch *scratch,
|
||||
ReportID id, u64a end) {
|
||||
DEBUG_PRINTF("id=%u, end=%llu, minMatchOffset=%llu\n", id, end,
|
||||
|
Loading…
x
Reference in New Issue
Block a user