Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java32 int kFixHashSize = kHash2Size + kHash3Size; field in BinTree
41 kFixHashSize = kHash2Size + kHash3Size; in SetType()
47 kFixHashSize = 0; in SetType()
112 hs += kFixHashSize; in Create()
150 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
287 int curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] = _pos; in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs32 UInt32 kFixHashSize = kHash2Size + kHash3Size; field in SevenZip.Compression.LZ.BinTree
41 kFixHashSize = kHash2Size + kHash3Size; in SetType()
47 kFixHashSize = 0; in SetType()
112 hs += kFixHashSize; in Create()
150 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
179 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
287 UInt32 curMatch = _hash[kFixHashSize + hashValue]; in Skip()
288 _hash[kFixHashSize + hashValue] = _pos; in Skip()