Lines Matching refs:total_bytes
2078 s->total_bytes = 0;
2164 *len, s->total_bytes);
2225 SANE_Int color = (s->total_bytes / 2) % 3;
2226 if ((s->total_bytes % 2) == 0)
2242 if (s->total_bytes % (inflate_x * 6) == (inflate_x * 6 - 1))
2248 SANE_Int color = s->total_bytes % 3;
2250 if (s->total_bytes % (inflate_x * 3) == (inflate_x * 3 - 1))
2266 if ((s->total_bytes % 2) == 0)
2281 if (s->total_bytes % (2 * inflate_x) == (2 * inflate_x - 1))
2288 if (s->total_bytes % inflate_x == (inflate_x - 1))
2293 s->total_bytes++;
2299 s->reader->params.pixel_xs, *len, s->total_bytes);
2313 if (s->total_bytes != (s->params.bytes_per_line * s->params.lines))
2315 "bytes\n", s->total_bytes,
2327 s->total_bytes, secs);
2331 s->average_white / s->total_bytes, s->max_white, s->min_black);