Lines Matching defs:total
227 unsigned long total = 0;
230 diff = write(fd, p+total, len-total);
236 total += diff;
237 } while (len > total);
247 unsigned long total = 0;
250 diff = read(fd, p+total, len-total);
258 total += diff;
259 } while (len > total);
324 /* The scanner's idea of the number of scanlines in total */
734 total up to 0 (or 256 if you're left-handed).
740 int total=0,i;
742 total-=(signed char)p[i];
743 total &=0xFF;
744 return total;
1179 unsigned long total = 0;
1184 total+= MAKE_SHORT(image->image_data[2*p],
1188 return total;