Lines Matching refs:ilimit
1528 …const BYTE* const ilimit = (searchMethod == search_rowHash) ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE … in ZSTD_compressBlock_lazy_generic() local
1571 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_generic()
1581 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
1630 while (ip<ilimit) { in ZSTD_compressBlock_lazy_generic()
1666 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_generic()
1731 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_generic()
1738 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_generic()
1759 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic()
1948 …const BYTE* const ilimit = searchMethod == search_rowHash ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE : … in ZSTD_compressBlock_lazy_extDict_generic() local
1969 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_extDict_generic()
1979 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
2022 while (ip<ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
2054 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_extDict_generic()
2105 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_extDict_generic()
2111 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()