Searched refs:nZ (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/bzip2/
H A Dunzcrash.c44 int nIn, nOut, nZ; variable
95 nZ = M_BLOCK;
97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 );
100 fprintf ( stderr, "%d after compression\n", nZ );
102 for (bit = 0; bit < nZ*8; bit++) {
107 outbuf, &nOut, zbuf, nZ, 0, 0 );

Completed in 96 milliseconds