Home
last modified time | relevance | path

Searched refs:hash2Table (Results 1 – 1 of 1) sorted by relevance

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DHash234.java22 private final int[] hash2Table = new int[HASH_2_SIZE]; field in Hash234
67 return hash2Table[hash2Value]; in getHash2Pos()
79 hash2Table[hash2Value] = pos; in updateTables()
85 LZEncoder.normalize(hash2Table, normalizeOffset); in normalize()