Searched refs:in_bytes (Results 1 - 1 of 1) sorted by relevance

/external/libpng/contrib/tools/
H A Dpngfix.c2279 png_uint_32 in_bytes = 0; local
2284 while (in_bytes < nbytes && endrc == ZLIB_OK)
2436 in_bytes += 1 - zlib->z.avail_in;
2439 assert(in_bytes == nbytes || endrc != ZLIB_OK);
2443 zlib->compressed_digits, in_bytes - zlib->z.avail_in);
2472 if (in_bytes < nbytes)
2475 zlib->extra_bytes = nbytes - in_bytes;

Completed in 189 milliseconds