Searched defs:windowLow (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_lazy.c | 89 … U32 const windowLow = (current - windowValid > maxDistance) ? current - maxDistance : windowValid; in ZSTD_insertDUBT1() local 246 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, current, cParams->windowLog); in ZSTD_DUBT_findBestMatch() local 672 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, ms->cParams.windowLog); in ZSTD_compressBlock_lazy_generic() local 975 { const U32 windowLow = ZSTD_getLowestMatchIndex(ms, current+1, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 1007 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, current, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 1039 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, current, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 1086 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, repCurrent, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local
|
H A D | zstd_opt.c | 395 U32 const windowLow = ms->window.lowLimit; in ZSTD_insertBt1() local 538 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, current, cParams->windowLog); in ZSTD_insertBtAndGetAllMatches() local
|
H A D | zstd_double_fast.c | 113 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog); in ZSTD_compressBlock_doubleFast_generic() local
|
H A D | zstd_fast.c | 77 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog); in ZSTD_compressBlock_fast_generic() local
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_lazy.c | 88 U32 const windowLow = (curr - windowValid > maxDistance) ? curr - maxDistance : windowValid; in ZSTD_insertDUBT1() local 245 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog); in ZSTD_DUBT_findBestMatch() local 1514 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, curr, ms->cParams.windowLog); in ZSTD_compressBlock_lazy_generic() local 1913 { const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr+1, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 1945 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 1977 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, curr, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local 2024 const U32 windowLow = ZSTD_getLowestMatchIndex(ms, repCurrent, windowLog); in ZSTD_compressBlock_lazy_extDict_generic() local
|
H A D | zstd_fast.c | 142 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, curr, cParams->windowLog); in ZSTD_compressBlock_fast_noDict_generic() local
|
H A D | zstd_opt.c | 440 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, target, cParams->windowLog); in ZSTD_insertBt1() local 584 U32 const windowLow = ZSTD_getLowestMatchIndex(ms, curr, cParams->windowLog); in ZSTD_insertBtAndGetAllMatches() local
|
H A D | zstd_double_fast.c | 101 U32 const windowLow = ZSTD_getLowestPrefixIndex(ms, current, cParams->windowLog); in ZSTD_compressBlock_doubleFast_noDict_generic() local
|