Home | History | Annotate | Download | only in tools

Lines Matching defs:bIn

2293       png_byte bIn = reread_byte(file);
2300 int file_bits = 8+(bIn >> 4);
2314 bIn = (png_byte)((bIn & 0xf) + ((new_bits-8) << 4));
2317 zlib->header[0] = bIn;
2323 int b2 = bIn & 0xe0; /* top 3 bits */
2329 if (bIn != b2)
2337 bIn = (png_byte)b2;
2341 zlib->header[1] = bIn;
2355 zlib->z.next_in = &bIn;