Lines Matching refs:zc
35 JLONG zc; /* counter for pending 0x00 output values which might * member
157 if (e->zc) in finish_pass()
159 while (--e->zc); in finish_pass()
164 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
168 ++e->zc; in finish_pass()
170 if (e->zc) in finish_pass()
172 while (--e->zc); in finish_pass()
176 if (e->zc) in finish_pass()
178 while (--e->zc); in finish_pass()
187 if (e->zc) /* output final pending zero bytes */ in finish_pass()
189 while (--e->zc); in finish_pass()
277 if (e->zc) in arith_encode()
279 while (--e->zc); in arith_encode()
284 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in arith_encode()
295 ++e->zc; in arith_encode()
297 if (e->zc) in arith_encode()
299 while (--e->zc); in arith_encode()
303 if (e->zc) in arith_encode()
305 while (--e->zc); in arith_encode()
356 entropy->zc = 0; in emit_restart()
897 entropy->zc = 0; in start_pass()