Home
last modified time | relevance | path

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

/external/bzip2/
Ddecompress.c81 gSel = s->selector[groupNo]; \
82 gMinlen = s->minLens[gSel]; \
83 gLimit = &(s->limit[gSel][0]); \
84 gPerm = &(s->perm[gSel][0]); \
85 gBase = &(s->base[gSel][0]); \
133 Int32 gSel; in BZ2_decompress() local
187 gSel = s->save_gSel; in BZ2_decompress()
635 s->save_gSel = gSel; in BZ2_decompress()
/external/u-boot/lib/bzip2/
Dbzlib_decompress.c124 gSel = s->selector[groupNo]; \
125 gMinlen = s->minLens[gSel]; \
126 gLimit = &(s->limit[gSel][0]); \
127 gPerm = &(s->perm[gSel][0]); \
128 gBase = &(s->base[gSel][0]); \
176 Int32 gSel; in BZ2_decompress() local
230 gSel = s->save_gSel; in BZ2_decompress()
662 s->save_gSel = gSel; in BZ2_decompress()