Lines Matching refs:zc
32 JLONG zc; /* counter for pending 0x00 output values which might * member
154 if (e->zc) in finish_pass()
156 while (--e->zc); in finish_pass()
161 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in finish_pass()
165 ++e->zc; in finish_pass()
167 if (e->zc) in finish_pass()
169 while (--e->zc); in finish_pass()
173 if (e->zc) in finish_pass()
175 while (--e->zc); in finish_pass()
184 if (e->zc) /* output final pending zero bytes */ in finish_pass()
186 while (--e->zc); in finish_pass()
274 if (e->zc) in arith_encode()
276 while (--e->zc); in arith_encode()
281 e->zc += e->sc; /* carry-over converts stacked 0xFF bytes to 0x00 */ in arith_encode()
292 ++e->zc; in arith_encode()
294 if (e->zc) in arith_encode()
296 while (--e->zc); in arith_encode()
300 if (e->zc) in arith_encode()
302 while (--e->zc); in arith_encode()
353 entropy->zc = 0; in emit_restart()
893 entropy->zc = 0; in start_pass()