ZSTD_getLowestMatchIndex
const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog);
const U32 lowLimit = ZSTD_getLowestMatchIndex(ms, endIndex, cParams->windowLog);
{ const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr+1, windowLog);
const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog);
const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog);
const U32 windowLow = ZSTD_getLowestMatchIndex(ms, repCurrent, windowLog);
U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog);
U32 const windowLow = ZSTD_getLowestMatchIndex(ms, target, cParams->windowLog);
U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog);