Searched refs:ilimit (Results 1 – 8 of 8) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_fast.c | 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() [all …]
|
| H A D | zstd_double_fast.c | 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 [all …]
|
| H A D | zstd_lazy.c | 1528 …const BYTE* const ilimit = (searchMethod == search_rowHash) ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE … in ZSTD_compressBlock_lazy_generic() local 1571 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_generic() 1581 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic() 1630 while (ip<ilimit) { in ZSTD_compressBlock_lazy_generic() 1666 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_generic() 1731 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_generic() 1738 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_generic() 1759 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic() 1948 …const BYTE* const ilimit = searchMethod == search_rowHash ? iend - 8 - ZSTD_ROW_HASH_CACHE_SIZE : … in ZSTD_compressBlock_lazy_extDict_generic() local 1969 ZSTD_row_fillHashCache(ms, base, rowLog, mls, ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_extDict_generic() [all …]
|
| H A D | zstd_ldm.c | 363 BYTE const* const ilimit = iend - HASH_READ_SIZE; in ZSTD_ldm_generateSequences_internal() local 382 while (ip < ilimit) { in ZSTD_ldm_generateSequences_internal() 387 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
|
| H A D | zstd_opt.c | 1090 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_opt_generic() local 1120 while (ip < ilimit) { in ZSTD_compressBlock_opt_generic() 1265 if (inr > ilimit) continue; in ZSTD_compressBlock_opt_generic()
|
| /linux/arch/arm64/boot/dts/marvell/ |
| H A D | cn9130-cf.dtsi | 74 usb3-ilimit-hog {
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-388-clearfog.dtsi | 156 usb3-ilimit-hog {
|
| H A D | armada-388-helios4.dts | 191 usb3-ilimit-hog {
|