Home
last modified time | relevance | path

Searched defs:curMatch2 (Results 1 – 2 of 2) sorted by relevance

/external/lzma/C/
DLzFindMt.c560 UInt32 hash2Value, curMatch2; in MixMatches2() local
566 curMatch2 = hash[hash2Value]; in MixMatches2() local
580 UInt32 hash2Value, hash3Value, curMatch2, curMatch3; in MixMatches3() local
586 curMatch2 = hash[ hash2Value]; in MixMatches3() local
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java153 int curMatch2 = _hash[hash2Value]; in GetMatches() local