Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzFindMt.c236 … UInt32 *_distances, UInt32 _maxLen, const UInt32 *hash, Int32 limit, UInt32 size, UInt32 *posRes) in GetMatchesSpecN() argument
240 UInt32 *distances = _distances + 1; in GetMatchesSpecN()
298 UInt32 num = (UInt32)(distances - _distances); in GetMatchesSpecN()
299 *_distances = num - 1; in GetMatchesSpecN()
300 _distances += num; in GetMatchesSpecN()