Lines Matching refs:bot
78 int bot, top, half; in blockvector_for_pc_sect() local
95 bot = 0; in blockvector_for_pc_sect()
98 while (top - bot > 1) in blockvector_for_pc_sect()
100 half = (top - bot + 1) >> 1; in blockvector_for_pc_sect()
101 b = BLOCKVECTOR_BLOCK (bl, bot + half); in blockvector_for_pc_sect()
103 bot += half; in blockvector_for_pc_sect()
105 top = bot + half; in blockvector_for_pc_sect()
110 while (bot >= 0) in blockvector_for_pc_sect()
112 b = BLOCKVECTOR_BLOCK (bl, bot); in blockvector_for_pc_sect()
116 *pindex = bot; in blockvector_for_pc_sect()
119 bot--; in blockvector_for_pc_sect()