Home | History | Annotate | Download | only in bzip2

Lines Matching refs:numZ

49       s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
50 s->numZ++;
61 s->zbits[s->numZ] \
63 s->numZ++; \
503 nBytes = s->numZ;
514 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
518 nBytes = s->numZ;
526 VPrintf1( "selectors %d, ", s->numZ-nBytes );
529 nBytes = s->numZ;
542 VPrintf1 ( "code lengths %d, ", s->numZ-nBytes );
545 nBytes = s->numZ;
597 VPrintf1( "codes %d\n", s->numZ-nBytes );
609 if (s->blockNo > 1) s->numZ = 0;