Searched defs:hash3Value (Results 1 – 4 of 4) sorted by relevance
| /external/lzma/Java/SevenZip/Compression/LZ/ |
| D | BinTree.java | 137 int hashValue, hash2Value = 0, hash3Value = 0; in GetMatches() local 280 int hash3Value = temp & (kHash3Size - 1); in Skip() local
|
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/lz/ |
| D | Hash234.java | 27 private int hash3Value = 0; field in Hash234
|
| /external/lzma/C/ |
| D | LzFind.c | 543 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Bt4_MatchFinder_GetMatches() local 590 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset; in Hc4_MatchFinder_GetMatches() local 694 UInt32 hash2Value, hash3Value; in Bt4_MatchFinder_Skip() local 710 UInt32 hash2Value, hash3Value; in Hc4_MatchFinder_Skip() local
|
| D | LzFindMt.c | 580 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; in MixMatches3() local
|