Lines Matching refs:remainder
709 ssize_t remainder = 512 - partial;710 memset(buf + nRead, 0, remainder);711 nRead += remainder;