Lines Matching refs:bottom
347 es->top = es->bottom = 0;
462 while (es->bottom != es->top) {
468 i = (es->bottom + 1) % ERR_NUM_ERRORS;
470 es->bottom = i;
471 err_clear(es, es->bottom, 0);
478 if (es->bottom == es->top)
485 i = (es->bottom + 1) % ERR_NUM_ERRORS;
489 es->bottom = i;
886 if (es->bottom == es->top)
900 while (es->bottom != es->top
906 if (es->bottom == es->top)
922 while (es->bottom != top
927 if (es->bottom == top)