Searched refs:exhaustionVector (Results 1 – 6 of 6) sorted by relevance
/dports/devel/hyperscan/hyperscan-5.4.0/src/ |
H A D | report.h | 318 !isExhausted(ci->rose, ci->exhaustionVector, ekey)); in roseDeliverReport() 335 markAsMatched(ci->rose, ci->exhaustionVector, ekey); in roseDeliverReport() 367 !isExhausted(ci->rose, ci->exhaustionVector, ekey)); in roseDeliverSomReport() 385 markAsMatched(ci->rose, ci->exhaustionVector, ekey); in roseDeliverSomReport()
|
H A D | runtime.c | 131 s->core_info.exhaustionVector = state + rose->stateOffsets.exhausted; in populateCoreInfo() 358 clearEvec(rose, scratch->core_info.exhaustionVector); in hs_scan() 587 if (isAllExhausted(rose, scratch->core_info.exhaustionVector)) { in rawEodExec() 604 if (isAllExhausted(t, scratch->core_info.exhaustionVector)) { in soleOutfixEodExec() 795 isAllExhausted(rose, scratch->core_info.exhaustionVector)) { in rawStreamExec() 827 isAllExhausted(rose, scratch->core_info.exhaustionVector)) { in pureLiteralStreamExec()
|
H A D | scratch.h | 101 char *exhaustionVector; /**< pointer to evec for this stream */ member
|
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/ |
H A D | catchup.c | 298 scratch->core_info.exhaustionVector); in roseNfaFinalBlastAdaptor() 320 scratch->core_info.exhaustionVector)) { in add_to_queue() 379 scratch->core_info.exhaustionVector)) { in roseCatchUpMPV_i() 472 scratch->core_info.exhaustionVector); in roseNfaBlastAdaptor() 512 scratch->core_info.exhaustionVector)) { in buildSufPQ_final()
|
H A D | match.h | 306 if (isAllExhausted(t, ci->exhaustionVector)) { in roseHaltIfExhausted()
|
H A D | program_runtime.c | 568 assert(!isExhausted(ci->rose, ci->exhaustionVector, ekey)); in roseSetExhaust() 570 markAsMatched(ci->rose, ci->exhaustionVector, ekey); in roseSetExhaust() 2051 const char *evec = scratch->core_info.exhaustionVector; in flushActiveCombinations() 2095 const char *evec = scratch->core_info.exhaustionVector; in checkPurelyNegatives() 2730 const char *evec = scratch->core_info.exhaustionVector; in roseRunProgram() 3344 const char *evec = scratch->core_info.exhaustionVector; in roseRunProgram_l()
|