Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
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()
641 s->save_gSel = gSel; in BZ2_decompress()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c5449 USHORT gSel, lSel; /* Will not cross 64K boundary */ in myDosGetInfoSeg() local
5453 _THUNK_FLAT (&gSel); in myDosGetInfoSeg()
5458 *pGlobal = MAKEPGINFOSEG(gSel); in myDosGetInfoSeg()