Home
last modified time | relevance | path

Searched refs:_distances (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
DLzFindMt.c238 … UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
242 UInt32 *distances = _distances + 1; in GetMatchesSpecN()
300 UInt32 num = (UInt32)(distances - _distances); in GetMatchesSpecN()
301 *_distances = num - 1; in GetMatchesSpecN()
302 _distances += num; in GetMatchesSpecN()