Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A 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()