Searched refs:hash3Table (Results 1 – 1 of 1) sorted by relevance
25 private final int[] hash3Table; field in Hash23455 hash3Table = arrayCache.getIntArray(HASH_3_SIZE, true); in Hash234()64 arrayCache.putArray(hash3Table); in putArraysToCache()84 return hash3Table[hash3Value]; in getHash3Pos()93 hash3Table[hash3Value] = pos; in updateTables()99 LZEncoder.normalize(hash3Table, HASH_3_SIZE, normalizeOffset); in normalize()