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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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.h375 Int32 unzftab[256]; member in struct:__anon822
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbzip2_inflate.c324 Int32 unzftab[256]; member in struct:__anon20332
1443 for (i = 0; i <= 255; i++) s->unzftab[i] = 0;
1480 s->unzftab[uc] += es;
1557 s->unzftab[s->seqToUnseq[uc]]++;
1582 for (i = 1; i <= 256; i++) s->cftab[i] = s->unzftab[i-1];

Completed in 57 milliseconds