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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A 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; local
187 gSel = s->save_gSel;
634 s->save_gSel = gSel;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbzip2_inflate.c1135 gSel = s->selector[groupNo]; \
1136 gMinlen = s->minLens[gSel]; \
1137 gLimit = &(s->limit[gSel][0]); \
1138 gPerm = &(s->perm[gSel][0]); \
1139 gBase = &(s->base[gSel][0]); \
1220 Int32 gSel; local
1274 gSel = s->save_gSel;
1693 s->save_gSel = gSel;

Completed in 99 milliseconds