Lines Matching refs:remainder
703 ssize_t remainder = 512 - partial;704 memset(buf + nRead, 0, remainder);705 nRead += remainder;