Home | History | Annotate | Download | only in perf

Lines Matching refs:numZ

614       Int32    numZ;
3467 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3468 s->numZ++;
3479 s->zbits[s->numZ] \
3481 s->numZ++; \
3921 nBytes = s->numZ;
3932 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3936 nBytes = s->numZ;
3944 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3947 nBytes = s->numZ;
3960 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3963 nBytes = s->numZ;
4015 VPrintf1( "codes %d\n", s->numZ-nBytes );
4027 if (s->blockNo > 1) s->numZ = 0;
4487 s->numZ = 0;
4710 if (s->state_out_pos >= s->numZ) break;
4737 if (s->state_out_pos < s->numZ) break;
4814 s->state_out_pos < s->numZ) return BZ_FLUSH_OK;
4825 s->state_out_pos < s->numZ) return BZ_FINISH_OK;