Lines Matching refs:ilimit
109 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_noDict_generic() local
159 if (ip3 >= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
250 } while (ip3 < ilimit); in ZSTD_compressBlock_fast_noDict_generic()
296 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
303 while ( (ip0 <= ilimit) && (MEM_read32(ip0) == MEM_read32(ip0 - rep_offset2)) ) { in ZSTD_compressBlock_fast_noDict_generic()
388 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_dictMatchState_generic() local
425 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_fast_dictMatchState_generic()
484 if (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
491 while (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
571 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_fast_extDict_generic() local
583 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_fast_extDict_generic()
622 if (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
627 while (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()