Searched defs:distances (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | LzFind.c | 340 UInt32 *distances, UInt32 maxLen) 347 return distances; 359 *distances++ = maxLen = len; 360 *distances++ = delta - 1; 362 return distances; 371 UInt32 *distances, UInt32 maxLen) 382 return distances; 396 *distances++ = maxLen = len; 397 *distances++ = delta - 1; 402 return distances; 338 Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument 369 GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, UInt32 _cyclicBufferPos, UInt32 _cyclicBufferSize, UInt32 cutValue, UInt32 *distances, UInt32 maxLen) argument 500 Bt2_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument 511 Bt3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument 522 Bt3_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument 555 Bt4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument 602 Hc4_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument 651 Hc3Zip_MatchFinder_GetMatches(CMatchFinder *p, UInt32 *distances) argument [all...] |
Completed in 17 milliseconds