HomeSort by: relevance | last modified time | path
    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 14 milliseconds