Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lz/
DBinTree.java31 int kFixHashSize = kHash2Size + kHash3Size; field in BinTree
38 kFixHashSize = kHash2Size + kHash3Size; in SetType()
42 kFixHashSize = 0; in SetType()
86 hs += kFixHashSize; in Create()
119 int curMatch = _hash[kFixHashSize + hashValue]; in GetMatches()
141 _hash[kFixHashSize + hashValue] = _pos; in GetMatches()
229 int curMatch = _hash[kFixHashSize + hashValue]; in Skip()
230 _hash[kFixHashSize + hashValue] = _pos; in Skip()
/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()