Lines Matching refs:bp
34 Ptprefix_t* bp;
39 bp = (Ptprefix_t*)dtfirst(b->dict);
40 while (ap && bp)
42 if (ap->max < bp->min)
44 else if (ap->min > bp->max)
45 bp = (Ptprefix_t*)dtnext(b->dict, bp);
48 if (!ptinsert(t, (ap->min > bp->min) ? ap->min : bp->min, (ap->max < bp->max) ? ap->max : bp->max))
50 if (ap->max < bp->max)
52 else if (ap->max > bp->max)
53 bp = (Ptprefix_t*)dtnext(b->dict, bp);
57 bp = (Ptprefix_t*)dtnext(b->dict, bp);