Lines Matching refs:ilimit
123 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_noDict_generic() local
173 if (ip1 > ilimit) { in ZSTD_compressBlock_doubleFast_noDict_generic()
240 } while (ip1 <= ilimit); in ZSTD_compressBlock_doubleFast_noDict_generic()
298 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_noDict_generic()
309 while ( (ip <= ilimit) in ZSTD_compressBlock_doubleFast_noDict_generic()
348 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
385 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
508 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
519 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
625 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_doubleFast_extDict_generic() local
645 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_doubleFast_extDict_generic()
716 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
727 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()