Searched refs:bottom_lo (Results 1 – 1 of 1) sorted by relevance
449 int bottom_lo, bottom_hi, top_lo, top_hi, cur; in Parrot_pf_subs_by_tag() local452 bottom_lo = top_lo = cur = 0; in Parrot_pf_subs_by_tag()457 if (bottom_lo == top_hi) { in Parrot_pf_subs_by_tag()462 cur = (bottom_lo + top_hi)/2; in Parrot_pf_subs_by_tag()466 bottom_lo = cur + 1; in Parrot_pf_subs_by_tag()483 while (bottom_lo < bottom_hi) { in Parrot_pf_subs_by_tag()484 cur = (bottom_lo + bottom_hi)/2; in Parrot_pf_subs_by_tag()488 bottom_lo = cur + 1; in Parrot_pf_subs_by_tag()501 for (i = bottom_lo; i < top_hi; i++) in Parrot_pf_subs_by_tag()