Home
last modified time | relevance | path

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

/third_party/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java24 static final int kBT2HashSize = 1 << 16; field in BinTree
97 int hs = kBT2HashSize; in Create()
/third_party/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs24 const UInt32 kBT2HashSize = 1 << 16; field in SevenZip.Compression.LZ.BinTree
97 UInt32 hs = kBT2HashSize; in Create()

Completed in 2 milliseconds