Lines Matching defs:remaining
589 int i, j, remaining, current_count, buffer_offset, ret = num;
708 remaining = p->len;
711 while (remaining) {
712 if (remaining > 15)
715 current_count = remaining;
747 remaining -= current_count;
751 while (remaining) {
752 if (remaining > 15)
755 current_count = remaining;
788 remaining -= current_count;