Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java20 boolean HASH_ARRAY = true; field in BinTree
36 HASH_ARRAY = (numHashBytes > 2); in SetType()
37 if (HASH_ARRAY) in SetType()
99 if (HASH_ARRAY) in Create()
139 if (HASH_ARRAY) in GetMatches()
151 if (HASH_ARRAY) in GetMatches()
274 if (HASH_ARRAY) in Skip()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs20 bool HASH_ARRAY = true; field in SevenZip.Compression.LZ.BinTree
36 HASH_ARRAY = (numHashBytes > 2); in SetType()
37 if (HASH_ARRAY) in SetType()
99 if (HASH_ARRAY) in Create()
139 if (HASH_ARRAY) in GetMatches()
151 if (HASH_ARRAY) in GetMatches()
274 if (HASH_ARRAY) in Skip()