Home | History | Annotate | Download | only in tests

Lines Matching refs:numZ

621       Int32    numZ;
3476 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3477 s->numZ++;
3488 s->zbits[s->numZ] \
3490 s->numZ++; \
3930 nBytes = s->numZ;
3941 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
3953 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3956 nBytes = s->numZ;
3969 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3972 nBytes = s->numZ;
4024 VPrintf1( "codes %d\n", s->numZ-nBytes );
4036 if (s->blockNo > 1) s->numZ = 0;
4496 s->numZ = 0;
4719 if (s->state_out_pos >= s->numZ) break;
4746 if (s->state_out_pos < s->numZ) break;
4823 s->state_out_pos < s->numZ) return BZ_FLUSH_OK;
4834 s->state_out_pos < s->numZ) return BZ_FINISH_OK;