Lines Matching refs:bot
1140 int mid, bot, top; in intable() local
1147 bot = 0; in intable()
1149 while (top >= bot) in intable()
1151 mid = (bot + top) / 2; in intable()
1153 bot = mid + 1; in intable()
2871 int bot = 0; in utf_class_buf() local
2890 while (top >= bot) in utf_class_buf()
2892 mid = (bot + top) / 2; in utf_class_buf()
2894 bot = mid + 1; in utf_class_buf()
5470 int mid, bot, top; in cw_value() local
5480 bot = 0; in cw_value()
5482 while (top >= bot) in cw_value()
5484 mid = (bot + top) / 2; in cw_value()
5486 bot = mid + 1; in cw_value()