Searched refs:last_byte (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c658 static int curbit, lastbit, done, last_byte;
675 buf[0] = buf[last_byte-2];
676 buf[1] = buf[last_byte-1];
681 last_byte = 2 + count;
655 static int curbit, lastbit, done, last_byte; local

Completed in 11 milliseconds