OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reach_p
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/tre/dist/lib/
tre-match-approx.c
487
tre_tnfa_approx_reach_t *
reach_p
;
local
493
reach_p
= *deque_start;
494
id =
reach_p
- reach_next;
495
depth =
reach_p
->depth;
498
cost =
reach_p
->costs[depth][TRE_M_COST];
499
if (
reach_p
->params.cost_del != TRE_PARAM_UNSET)
500
cost +=
reach_p
->params.cost_del;
504
if (cost >
reach_p
->params.max_cost
505
|| (
reach_p
->costs[depth][TRE_M_NUM_DEL] + 1
506
>
reach_p
->params.max_del
[
all
...]
Completed in 15 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026