Lines Matching refs:ilimit
206 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_noDict_generic() local
256 if (ip3 >= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
347 } while (ip3 < ilimit); in ZSTD_compressBlock_fast_noDict_generic()
403 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
410 while ( (ip0 <= ilimit) && (MEM_read32(ip0) == MEM_read32(ip0 - rep_offset2)) ) { in ZSTD_compressBlock_fast_noDict_generic()
499 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_dictMatchState_generic() local
541 while (ip1 <= ilimit) { /* repcode check at (ip0 + 1) is safe because ip0 < ip1 */ in ZSTD_compressBlock_fast_dictMatchState_generic()
626 if (ip1 > ilimit) goto _cleanup; in ZSTD_compressBlock_fast_dictMatchState_generic()
637 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
644 while (ip0 <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
730 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_fast_extDict_generic() local
780 if (ip3 >= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
881 } while (ip3 < ilimit); in ZSTD_compressBlock_fast_extDict_generic()
935 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
941 while (ip0 <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()