Searched refs:CrntCode (Results 1 - 2 of 2) sorted by last modified time

/external/giflib/
H A Ddgif_lib.c738 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
762 if (DGifDecompressInput(GifFile, &CrntCode) == GIF_ERROR)
765 if (CrntCode == EOFCode) {
774 } else if (CrntCode == ClearCode) {
786 if (CrntCode < ClearCode) {
788 Line[i++] = CrntCode;
794 if (Prefix[CrntCode] == NO_SUCH_CODE) {
795 /* Only allowed if CrntCode is exactly the running code:
796 * In that case CrntCode = XXXCode, CrntCode o
[all...]
H A Dgif_lib_private.h42 CrntCode, /* Current algorithm code. */ member in struct:GifFilePrivateType

Completed in 43 milliseconds