Lines Matching refs:ilimit
68 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_noDict_generic() local
113 if (ip1 > ilimit) { in ZSTD_compressBlock_doubleFast_noDict_generic()
175 } while (ip1 <= ilimit); in ZSTD_compressBlock_doubleFast_noDict_generic()
227 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_noDict_generic()
238 while ( (ip <= ilimit) in ZSTD_compressBlock_doubleFast_noDict_generic()
276 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
307 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
429 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
440 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
544 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_doubleFast_extDict_generic() local
564 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_doubleFast_extDict_generic()
635 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
646 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()