Home
last modified time | relevance | path

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

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