Lines Matching refs:offset
458 #define MOVE_POS_RET MOVE_POS return offset;
472 #define GET_MATCHES_FOOTER(offset, maxLen) \
473 offset = (UInt32)(GetMatchesSpec1(lenLimit, curMatch, MF_PARAMS(p), \
474 distances + offset, maxLen) - distances); MOVE_POS_RET;
481 UInt32 offset;
486 offset = 0;
487 GET_MATCHES_FOOTER(offset, 1)
492 UInt32 offset;
497 offset = 0;
498 GET_MATCHES_FOOTER(offset, 2)
503 UInt32 hash2Value, delta2, maxLen, offset;
516 offset = 0;
524 offset = 2;
531 GET_MATCHES_FOOTER(offset, maxLen)
536 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
550 offset = 0;
555 offset = 2;
560 distances[offset + 1] = delta3 - 1;
561 offset += 2;
564 if (offset != 0)
569 distances[offset - 2] = maxLen;
578 GET_MATCHES_FOOTER(offset, maxLen)
583 UInt32 hash2Value, hash3Value, delta2, delta3, maxLen, offset;
597 offset = 0;
602 offset = 2;
607 distances[offset + 1] = delta3 - 1;
608 offset += 2;
611 if (offset != 0)
616 distances[offset - 2] = maxLen;
625 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),
626 distances + offset, maxLen) - (distances));
632 UInt32 offset;
637 offset = (UInt32)(Hc_GetMatchesSpec(lenLimit, curMatch, MF_PARAMS(p),