Lines Matching defs:remaining
581 int i, j, remaining, current_count, buffer_offset, ret = num;
700 remaining = p->len;
703 while (remaining) {
704 if (remaining > 15)
707 current_count = remaining;
739 remaining -= current_count;
743 while (remaining) {
744 if (remaining > 15)
747 current_count = remaining;
780 remaining -= current_count;