Home
last modified time | relevance | path

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

/external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/
DHash234.java23 private final int[] hash3Table = new int[HASH_3_SIZE]; field in Hash234
71 return hash3Table[hash3Value]; in getHash3Pos()
80 hash3Table[hash3Value] = pos; in updateTables()
86 LZEncoder.normalize(hash3Table, normalizeOffset); in normalize()