Lines Matching refs:byte_count
2077 s->byte_count = s->reader->params.pixel_xs;
2131 DBG (5, "sane_read: start (line %d of %d, byte_count %d of %d)\n",
2132 s->line, s->reader->params.pixel_ys, s->byte_count,
2136 && s->byte_count >= s->reader->params.pixel_xs)
2159 if (s->byte_count >= s->reader->params.pixel_xs)
2171 s->byte_count = 0;
2213 (((buffer_pointers[0][s->byte_count] >> 8) & 0xff) >
2217 s->byte_count++;
2229 buf[*len] = buffer_pointers[color][s->byte_count] & 0xff;
2232 (buffer_pointers[color][s->byte_count] >> 8) & 0xff;
2238 (buffer_pointers[color][s->byte_count] >> 8) & 0xff;
2240 buf[*len] = buffer_pointers[color][s->byte_count] & 0xff;
2243 s->byte_count++;
2249 buf[*len] = (buffer_pointers[color][s->byte_count] >> 8) & 0xff;
2251 s->byte_count++;
2269 buf[*len] = buffer_pointers[0][s->byte_count] & 0xff;
2272 (buffer_pointers[0][s->byte_count] >> 8) & 0xff;
2278 (buffer_pointers[0][s->byte_count] >> 8) & 0xff;
2280 buf[*len] = buffer_pointers[0][s->byte_count] & 0xff;
2282 s->byte_count++;
2287 buf[*len] = (buffer_pointers[0][s->byte_count] >> 8) & 0xff;
2289 s->byte_count++;
2296 DBG (4, "sane_read: exit (line %d of %d, byte_count %d of %d, %d bytes, "
2298 s->line, s->reader->params.pixel_ys, s->byte_count,