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

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c101 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog); local
H A Dzstd_fast.c142 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, curr, cParams->windowLog); local
H A Dzstd_opt.c440 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, target, cParams->windowLog); local
584 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog); local
[all...]
H A Dzstd_lazy.c88 U32 const windowLow = (curr - windowValid > maxDistance) ? curr - maxDistance : windowValid; local
245 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog); local
1513 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, curr, ms->cParams.windowLog); local
1911 { const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr+1, windowLog); local
1943 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog); local
1975 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog); local
2022 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, repCurrent, windowLog); local
[all...]

Completed in 217 milliseconds