Lines Matching refs:top
1140 int mid, bot, top; in intable() local
1148 top = (int)(size / sizeof(struct interval) - 1); in intable()
1149 while (top >= bot) in intable()
1151 mid = (bot + top) / 2; in intable()
1155 top = mid - 1; in intable()
2872 int top = ARRAY_LENGTH(classes) - 1; in utf_class_buf() local
2890 while (top >= bot) in utf_class_buf()
2892 mid = (bot + top) / 2; in utf_class_buf()
2896 top = mid - 1; in utf_class_buf()
5470 int mid, bot, top; in cw_value() local
5481 top = (int)cw_table_size - 1; in cw_value()
5482 while (top >= bot) in cw_value()
5484 mid = (bot + top) / 2; in cw_value()
5488 top = mid - 1; in cw_value()