Home | History | Annotate | Download | only in switchback

Lines Matching refs:numZ

598       Int32    numZ;
3452 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3453 s->numZ++;
3464 s->zbits[s->numZ] \
3466 s->numZ++; \
3906 nBytes = s->numZ;
3917 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3921 nBytes = s->numZ;
3929 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3932 nBytes = s->numZ;
3945 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
3948 nBytes = s->numZ;
4000 VPrintf1( "codes %d\n", s->numZ-nBytes );
4012 if (s->blockNo > 1) s->numZ = 0;
4472 s->numZ = 0;
4695 if (s->state_out_pos >= s->numZ) break;
4722 if (s->state_out_pos < s->numZ) break;
4799 s->state_out_pos < s->numZ) return BZ_FLUSH_OK;
4810 s->state_out_pos < s->numZ) return BZ_FINISH_OK;