Searched refs:hash2Table (Results 1 – 1 of 1) sorted by relevance
24 private final int[] hash2Table; field in Hash23454 hash2Table = arrayCache.getIntArray(HASH_2_SIZE, true); in Hash234()65 arrayCache.putArray(hash2Table); in putArraysToCache()80 return hash2Table[hash2Value]; in getHash2Pos()92 hash2Table[hash2Value] = pos; in updateTables()98 LZEncoder.normalize(hash2Table, HASH_2_SIZE, normalizeOffset); in normalize()