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

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DLZWStringTable.java53 short[] strHsh; // hash table to find predecessor + char pairs field in class:LZWStringTable
69 strHsh = new short[HASHSIZE];
87 while (strHsh[hshidx] != HASH_FREE) {
91 strHsh[hshidx] = numStrings;
118 while ((nxtidx = strHsh[hshidx]) != HASH_FREE) { // search
136 strHsh[q] = HASH_FREE;

Completed in 29 milliseconds