Home
last modified time | relevance | path

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

/external/bzip2/
Ddecompress.c527 for (i = 0; i <= 256; i++) s->cftabCopy[i] = s->cftab[i]; in BZ2_decompress()
532 SET_LL(i, s->cftabCopy[uc]); in BZ2_decompress()
533 s->cftabCopy[uc]++; in BZ2_decompress()
Dbzlib_private.h378 Int32 cftabCopy[257]; member