Lines Matching refs:rem
22 size_t rem = (endp - eos); in path_vextend() local
32 } else if ((1 + len + 1) < rem) { /* /, ep, EOS */ in path_vextend()
92 unsigned int rem = len; in testfs_write_constant() local
96 while (rem > 0) { in testfs_write_constant()
99 if (count > rem) { in testfs_write_constant()
100 count = rem; in testfs_write_constant()
109 rem -= count; in testfs_write_constant()
160 unsigned int rem = len; in testfs_write_incrementing() local
162 while (rem > 0) { in testfs_write_incrementing()
165 if (count > rem) { in testfs_write_incrementing()
166 count = rem; in testfs_write_incrementing()
179 rem -= count; in testfs_write_incrementing()