Home | History | Annotate | Download | only in util

Lines Matching defs:hashes

71         hashes = new int[INDEXCOUNT];
77 hashes[i] = 0;
216 if (hashes[i] == hashes[j] &&
228 hashes[j] = hashes[i];
245 hashes = null;
272 hashes[i] = (hashes[i] + (value<<1)) | 1;
280 return hashes[i] != 0;
320 if (hashes != null) other.hashes = hashes.clone();
380 hashes = new int[INDEXCOUNT];
404 private int[] hashes;