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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java145 static public int hash(short index, byte lastbyte) { argument
146 return ((int)((short)(lastbyte << 8) ^ index) & 0xFFFF) % HASHSIZE;

Completed in 37 milliseconds