Home | History | Annotate | Download | only in tests

Lines Matching refs:numZ

652       Int32    numZ;
3505 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3506 s->numZ++;
3517 s->zbits[s->numZ] \
3519 s->numZ++; \
3958 nBytes = s->numZ;
3969 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3973 nBytes = s->numZ;
3981 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3984 nBytes = s->numZ;
3997 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
4000 nBytes = s->numZ;
4052 VPrintf1( "codes %d\n", s->numZ-nBytes );
4065 if (s->blockNo > 1) s->numZ = 0;
4525 s->numZ = 0;
4748 if (s->state_out_pos >= s->numZ) break;
4775 if (s->state_out_pos < s->numZ) break;
4852 s->state_out_pos < s->numZ) return BZ_FLUSH_OK;
4863 s->state_out_pos < s->numZ) return BZ_FINISH_OK;