Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c82 gSel = s->selector[groupNo]; \
83 gMinlen = s->minLens[gSel]; \
84 gLimit = &(s->limit[gSel][0]); \
85 gPerm = &(s->perm[gSel][0]); \
86 gBase = &(s->base[gSel][0]); \
134 Int32 gSel; in BZ2_decompress() local
188 gSel = s->save_gSel; in BZ2_decompress()
637 s->save_gSel = gSel; in BZ2_decompress()