Searched refs:LastCode (Results 1 – 2 of 2) sorted by relevance
/external/giflib/ |
D | dgif_lib.c | 715 Private->LastCode = NO_SUCH_CODE; 738 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local 749 LastCode = Private->LastCode; 781 LastCode = Private->LastCode = NO_SUCH_CODE; 800 CrntPrefix = LastCode; 803 LastCode, 834 if (LastCode != NO_SUCH_CODE) { 835 Prefix[Private->RunningCode - 2] = LastCode; 843 DGifGetPrefixChar(Prefix, LastCode, ClearCode); 849 LastCode = CrntCode; [all …]
|
D | gif_lib_private.h | 41 LastCode, /* The code before the current code. */ member
|