Lines Matching refs:bottom
1568 int bottom;
1616 bottom=0;
1620 dev->frontend.set_offset(0, (top + bottom) / 2);
1621 dev->frontend.set_offset(1, (top + bottom) / 2);
1622 dev->frontend.set_offset(2, (top + bottom) / 2);
1654 * else it is the new bottom */
1657 top=(top+bottom)/2;
1661 bottom=(top+bottom)/2;
1664 } while ((top-bottom)>1 && turn < 100);