Lines Matching refs:ilimit

1020 	const BYTE *const ilimit = iend - HASH_READ_SIZE;  in ZSTD_compressBlock_fast_generic()  local
1035 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_fast_generic()
1070 if (ip <= ilimit) { in ZSTD_compressBlock_fast_generic()
1075 while ((ip <= ilimit) && ((offset_2 > 0) & (ZSTD_read32(ip) == ZSTD_read32(ip - offset_2)))) { in ZSTD_compressBlock_fast_generic()
1132 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_fast_extDict_generic() local
1136 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_fast_extDict_generic()
1180 if (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
1185 while (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
1268 const BYTE *const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_generic() local
1283 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_doubleFast_generic()
1346 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_generic()
1353 while ((ip <= ilimit) && ((offset_2 > 0) & (ZSTD_read32(ip) == ZSTD_read32(ip - offset_2)))) { in ZSTD_compressBlock_doubleFast_generic()
1413 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_doubleFast_extDict_generic() local
1417 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_doubleFast_extDict_generic()
1500 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1507 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
1904 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_lazy_generic() local
1926 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
1954 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
1975 if ((depth == 2) && (ip < ilimit)) { in ZSTD_compressBlock_lazy_generic()
2024 while ((ip <= ilimit) && ((offset_2 > 0) & (ZSTD_read32(ip) == ZSTD_read32(ip - offset_2)))) { in ZSTD_compressBlock_lazy_generic()
2065 const BYTE *const ilimit = iend - 8; in ZSTD_compressBlock_lazy_extDict_generic() local
2087 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
2124 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
2159 if ((depth == 2) && (ip < ilimit)) { in ZSTD_compressBlock_lazy_extDict_generic()
2218 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()