Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/libbb/
Dxfuncs.c183 off_t bottom = 0, top = 0, pos; in fdlength() local
198 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()
/busybox-1.35.0/scripts/kconfig/
Dzconf.tab.c_shipped805 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);
/busybox-1.35.0/networking/
Dtls_pstm.c572 register pstm_digit *top, *bottom; in pstm_lshd() local
582 bottom = a->dp + a->used - 1 - b; in pstm_lshd()
588 *top-- = *bottom--; in pstm_lshd()