Home | History | Annotate | Download | only in util

Lines Matching refs:hashes

69         hashes = new int[INDEXCOUNT];
75 hashes[i] = 0;
214 if (hashes[i] == hashes[j] &&
226 hashes[j] = hashes[i];
243 hashes = null;
270 hashes[i] = (hashes[i] + (value<<1)) | 1;
278 return hashes[i] != 0;
318 if (hashes != null) other.hashes = hashes.clone();
378 hashes = new int[INDEXCOUNT];
402 private int[] hashes;