Searched refs:bottom (Results 1 – 3 of 3) sorted by relevance
183 off_t bottom = 0, top = 0, pos; in fdlength() local198 pos = bottom + (top - bottom) / 2; in fdlength()203 if (bottom == top) bottom = top = (top+1) * 2; in fdlength()204 else bottom = pos; in fdlength()208 if (bottom == top) { in fdlength()210 bottom = top/2; in fdlength()214 } while (bottom + 1 != top); in fdlength()
805 yy_stack_print (short int *bottom, short int *top)808 yy_stack_print (bottom, top)809 short int *bottom;814 for (/* Nothing. */; bottom <= top; ++bottom)815 YYFPRINTF (stderr, " %d", *bottom);
572 register pstm_digit *top, *bottom; in pstm_lshd() local582 bottom = a->dp + a->used - 1 - b; in pstm_lshd()588 *top-- = *bottom--; in pstm_lshd()