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

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c160 int byteoff = 0; local
245 block[0] = block[byteoff];
246 byteoff = 0;
274 accumdata += (block[byteoff++] & 0xff) << accumbits;
277 accumdata += (block[byteoff++] & 0xff) << accumbits;

Completed in 29 milliseconds