Searched defs:distances (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzFind.c319 UInt32 *distances, UInt32 maxLen)
326 return distances;
338 *distances++ = maxLen = len;
339 *distances++ = delta - 1;
341 return distances;
350 UInt32 *distances, UInt32 maxLen)
361 return distances;
375 *distances++ = maxLen = len;
376 *distances++ = delta - 1;
381 return distances;
317 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
348 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument
479 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
490 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
501 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
534 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
581 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
630 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument
[all...]

Completed in 70 milliseconds