Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Ddgif_lib.c1289 GifByteType *Stack, *Suffix; local
1295 Suffix = Private->Suffix;
1349 Suffix[Private->RunningCode - 2] =
1370 Stack[StackPtr++] = Suffix[CrntPrefix];
1394 Suffix[Private->RunningCode - 2] =
1398 Suffix[Private->RunningCode - 2] =
H A Dgif_lib_private.h121 GifByteType Suffix[LZ_MAX_CODE+1]; /* So we can trace the codes. */ member