Searched refs:NextByte (Results 1 – 1 of 1) sorted by relevance
42 GifByteType *NextByte);999 GifByteType NextByte; in DGifDecompressInput() local1009 if (DGifBufferedInput(GifFile, Private->Buf, &NextByte) == GIF_ERROR) { in DGifDecompressInput()1013 ((unsigned long)NextByte) << Private->CrntShiftState; in DGifDecompressInput()1042 DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf, GifByteType *NextByte) in DGifBufferedInput() argument1063 *NextByte = Buf[1]; in DGifBufferedInput()1067 *NextByte = Buf[Buf[1]++]; in DGifBufferedInput()