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

/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c356 for (i = 0; i <= 255; i++) s->unzftab[i] = 0;
400 s->unzftab[uc] += es;
477 s->unzftab[s->seqToUnseq[uc]]++;
495 /* Check: unzftab entries in range. */
497 if (s->unzftab[i] < 0 || s->unzftab[i] > nblock)
502 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1];
H A Dbzlib_private.h380 Int32 unzftab[256]; member in struct:__anon1949

Completed in 63 milliseconds