Lines Matching defs:remaining
596 int i, j, remaining, current_count, buffer_offset, ret = num;
715 remaining = p->len;
718 while (remaining) {
719 if (remaining > 15)
722 current_count = remaining;
754 remaining -= current_count;
758 while (remaining) {
759 if (remaining > 15)
762 current_count = remaining;
795 remaining -= current_count;