HomeSort by relevance Sort by last modified time
    Searched refs:LastCode (Results 1 - 2 of 2) sorted by null

  /external/giflib/
gif_lib_private.h 41 LastCode, /* The code before the current code. */
dgif_lib.c 715 Private->LastCode = NO_SUCH_CODE;
738 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
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;
    [all...]

Completed in 246 milliseconds