Home
last modified time | relevance | path

Searched refs:cftabCopy (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c528 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
533 SET_LL(i, s->cftabCopy[uc]); in BZ2_decompress()
534 s->cftabCopy[uc]++; in BZ2_decompress()
H A Dbzlib_private.h383 Int32 cftabCopy[257]; member