Home | History | Annotate | Download | only in dist

Lines Matching defs:bot

81 int top, bot;
115 bot = 0;
116 while (top > bot)
118 int mid = (top + bot) / 2;
123 if (c > 0) bot = mid + 1; else top = mid;
164 int top, bot;
199 bot = 0;
200 while (top > bot)
202 int mid = (top + bot) / 2;
234 if (c > 0) bot = mid + 1; else top = mid;