Lines Matching defs:remainder
736 int remainder; /* must be signed */
905 remainder = PAGESIZE - (byte_offset % PAGESIZE);
906 if (bufs[count].b_bcount > remainder) {
907 bufs[count].b_bcount = remainder;
945 if ((remainder - bufs[count].b_bcount) < 1) {
1021 int remainder; /* must be signed */
1280 remainder = PAGESIZE - (byte_offset % PAGESIZE);
1281 if (bufs[count].b_bcount > remainder) {
1282 bufs[count].b_bcount = remainder;
1326 if ((remainder - bufs[count].b_bcount) < 1) {