Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c109 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_noDict_generic() local
159 if (ip3 >= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
250 } while (ip3 < ilimit); in ZSTD_compressBlock_fast_noDict_generic()
296 if (ip0 <= ilimit) { in ZSTD_compressBlock_fast_noDict_generic()
388 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_dictMatchState_generic() local
484 if (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
491 while (ip <= ilimit) { in ZSTD_compressBlock_fast_dictMatchState_generic()
571 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_fast_extDict_generic() local
583 while (ip < ilimit) { /* < instead of <=, because (ip+1) */ in ZSTD_compressBlock_fast_extDict_generic()
622 if (ip <= ilimit) { in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c68 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
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
635 if (ip <= ilimit) { in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
H A Dzstd_lazy.c1530 ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_generic()
1540 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
1580 while (ip<ilimit) { in ZSTD_compressBlock_lazy_generic()
1616 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_generic()
1681 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_generic()
1702 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic()
1896 ms->nextToUpdate, ilimit); in ZSTD_compressBlock_lazy_extDict_generic()
1906 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1940 while (ip<ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1972 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
H A Dzstd_ldm.c341 BYTE const* const ilimit = iend - HASH_READ_SIZE; in ZSTD_ldm_generateSequences_internal() local
360 while (ip < ilimit) { in ZSTD_ldm_generateSequences_internal()
365 hashed = ZSTD_ldm_gear_feed(&hashState, ip, ilimit - ip, in ZSTD_ldm_generateSequences_internal()
H A Dzstd_opt.c1049 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_opt_generic() local
1077 while (ip < ilimit) { in ZSTD_compressBlock_opt_generic()
1185 if (inr > ilimit) continue; in ZSTD_compressBlock_opt_generic()
/freebsd/sys/contrib/openzfs/module/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.c636 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_lazy_generic() local
690 while (ip < ilimit) { in ZSTD_compressBlock_lazy_generic()
729 while (ip<ilimit) { in ZSTD_compressBlock_lazy_generic()
764 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_generic()
829 while (ip <= ilimit) { in ZSTD_compressBlock_lazy_generic()
851 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic()
939 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_lazy_extDict_generic() local
967 while (ip < ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1001 while (ip<ilimit) { in ZSTD_compressBlock_lazy_extDict_generic()
1033 if ((depth==2) && (ip<ilimit)) { in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
H A Dzstd_ldm.c279 BYTE const* const ilimit = iend - MAX(minMatchLength, HASH_READ_SIZE); in ZSTD_ldm_generateSequences_internal() local
287 while (ip <= ilimit) { in ZSTD_ldm_generateSequences_internal()
405 if (ip + mLength <= ilimit) { in ZSTD_ldm_generateSequences_internal()
H A Dzstd_opt.c808 const BYTE* const ilimit = iend - 8; in ZSTD_compressBlock_opt_generic() local
829 while (ip < ilimit) { in ZSTD_compressBlock_opt_generic()
934 if (inr > ilimit) continue; in ZSTD_compressBlock_opt_generic()
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dhuf_decompress.c155 BYTE const* ilimit; member
171 const BYTE* const ilimit = (const BYTE*)src + 6 + 8; in HUF_DecompressAsmArgs_init() local
243 args->ilimit = ilimit; in HUF_DecompressAsmArgs_init()
687 assert(args.ip[0] >= args.ilimit); in HUF_decompress4X1_usingDTable_internal_bmi2_asm()
1401 assert(args.ip[0] >= args.ilimit); in HUF_decompress4X2_usingDTable_internal_bmi2_asm()
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Darmada-388-clearfog.dtsi156 usb3-ilimit-hog {
H A Darmada-388-helios4.dts191 usb3-ilimit-hog {