Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/lzma/
H A DLzFind.c319 UInt32 *distances, UInt32 maxLen) in Hc_GetMatchesSpec() argument
326 return distances; in Hc_GetMatchesSpec()
338 *distances++ = maxLen = len; in Hc_GetMatchesSpec()
339 *distances++ = delta - 1; in Hc_GetMatchesSpec()
341 return distances; in Hc_GetMatchesSpec()
350 UInt32 *distances, UInt32 maxLen) in GetMatchesSpec1() argument
361 return distances; in GetMatchesSpec1()
375 *distances++ = maxLen = len; in GetMatchesSpec1()
376 *distances++ = delta - 1; in GetMatchesSpec1()
381 return distances; in GetMatchesSpec1()
[all …]
H A DLzFind.h74 UInt32 *distances, UInt32 maxLen);
86 typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances);
102 UInt32 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);
103 UInt32 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances);