Home
last modified time | relevance | path

Searched refs:NextByte (Results 1 – 1 of 1) sorted by relevance

/external/giflib/
Ddgif_lib.c42 GifByteType *NextByte);
999 GifByteType NextByte; in DGifDecompressInput() local
1009 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() argument
1063 *NextByte = Buf[1]; in DGifBufferedInput()
1067 *NextByte = Buf[Buf[1]++]; in DGifBufferedInput()