Searched refs:NextByte (Results 1 – 1 of 1) sorted by relevance
42 GifByteType *NextByte);974 GifByteType NextByte; in DGifDecompressInput() local984 if (DGifBufferedInput(GifFile, Private->Buf, &NextByte) == GIF_ERROR) { in DGifDecompressInput()988 ((unsigned long)NextByte) << Private->CrntShiftState; in DGifDecompressInput()1017 DGifBufferedInput(GifFileType *GifFile, GifByteType *Buf, GifByteType *NextByte) in DGifBufferedInput() argument1045 *NextByte = Buf[1]; in DGifBufferedInput()1049 *NextByte = Buf[Buf[1]++]; in DGifBufferedInput()