Searched defs:kEmptyHashValue (Results 1 – 4 of 4) sorted by relevance
| /third_party/lzma/C/ | ||
| D | LzFindOpt.c | 37 #define kEmptyHashValue 0 macro |
| D | LzFind.c | 17 #define kEmptyHashValue 0 macro |
| /third_party/lzma/CS/7zip/Compress/LZ/ | ||
| D | LzBinTree.cs | 27 const UInt32 kEmptyHashValue = 0; field in SevenZip.Compression.LZ.BinTree |
| /third_party/lzma/Java/SevenZip/Compression/LZ/ | ||
| D | BinTree.java | 27 static final int kEmptyHashValue = 0; field in BinTree |