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

/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Dgif_lib_private.h60 EOFCode, /* The EOF LZ code. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c804 Private->EOFCode = Private->ClearCode + 1;
805 Private->RunningCode = Private->EOFCode + 1;
830 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
839 EOFCode = Private->EOFCode;
857 if (CrntCode == EOFCode) {
867 Private->RunningCode = Private->EOFCode + 1;
988 if (*Code == Private->EOFCode) {
998 Private->RunningCode = Private->EOFCode + 1;

Completed in 94 milliseconds