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

/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c170 int oldCode = 0; local
356 curCode = oldCode;
453 prefix[freeCode] = (short)oldCode;
455 oldCode = code;
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageReader.java910 int code, oldCode = 0;
947 newSuffixIndex = oldCode;
956 int oc = oldCode;
980 oldCode = code;

Completed in 32 milliseconds