Home
last modified time | relevance | path

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

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A 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()
/third_party/lzma/CS/7zip/Compress/LZ/
H A 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()

Completed in 1 milliseconds