Home
last modified time | relevance | path

Searched defs:kEmptyHashValue (Results 1 – 4 of 4) sorted by relevance

/third_party/lzma/C/
DLzFindOpt.c37 #define kEmptyHashValue 0 macro
DLzFind.c17 #define kEmptyHashValue 0 macro
/third_party/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs27 const UInt32 kEmptyHashValue = 0; field in SevenZip.Compression.LZ.BinTree
/third_party/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java27 static final int kEmptyHashValue = 0; field in BinTree