Home
last modified time | relevance | path

Searched refs:ilimit (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/zstd/lib/compress/
H A Dzstd_fast.c67 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_generic() local
90 while (ip1 < ilimit) { /* < instead of <=, because check at ip0+2 */ in ZSTD_compressBlock_fast_generic()
157 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_generic()
223 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_dictMatchState_generic() local
258 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_fast_dictMatchState_generic()
317 if (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
324 while (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
398 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_fast_extDict_generic() local
408 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_fast_extDict_generic()
447 if (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c70 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_generic() local
125 while (ip < ilimit) { /* < instead of <=, because repcode check at (ip+1) */ in ZSTD_compressBlock_doubleFast_generic()
260 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_generic()
272 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_generic()
295 while ( (ip <= ilimit) in ZSTD_compressBlock_doubleFast_generic()
373 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_doubleFast_extDict_generic() local
393 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_doubleFast_extDict_generic()
464 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
475 while (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
H A Dzstd_lazy.c866 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_lazy_generic() local
943 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
982 while (ip<ilimit) { in ZSTD_compressBlock_lazy_generic()
1017 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_generic()
1082 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_generic()
1103 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic()
1213 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_lazy_extDict_generic() local
1241 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1274 while (ip<ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1305 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
H A Dzstd_ldm.c293 BYTE const* const ilimit = iend - MAX(minMatchLength, HASH_READ_SIZE); in ZSTD_ldm_generateSequences_internal() local
301 while (ip <= ilimit) { in ZSTD_ldm_generateSequences_internal()
420 if (ip + mLength <= ilimit) { in ZSTD_ldm_generateSequences_internal()
H A Dzstd_opt.c942 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_opt_generic() local
968 while (ip < ilimit) { in ZSTD_compressBlock_opt_generic()
1075 if (inr > ilimit) continue; in ZSTD_compressBlock_opt_generic()