Home
last modified time | relevance | path

Searched refs:lowLimit (Results 26 – 50 of 745) sorted by relevance

12345678910>>...30

/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/lib/compress/
H A Dzstd_compress_internal.h794 window->lowLimit = end; in ZSTD_window_clear()
804 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
879 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
880 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
888 assert(window->lowLimit <= newCurrent); in ZSTD_window_correctOverflow()
892 window->lowLimit); in ZSTD_window_correctOverflow()
946 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
950 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
1024 window->lowLimit = window->dictLimit; in ZSTD_window_update()
1030 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/lib/compress/
H A Dzstd_compress_internal.h794 window->lowLimit = end; in ZSTD_window_clear()
804 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
879 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
880 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
888 assert(window->lowLimit <= newCurrent); in ZSTD_window_correctOverflow()
892 window->lowLimit); in ZSTD_window_correctOverflow()
946 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
950 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
1024 window->lowLimit = window->dictLimit; in ZSTD_window_update()
1030 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/compress/
H A Dzstd_compress_internal.h810 window->lowLimit = end; in ZSTD_window_clear()
820 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
895 if (window->lowLimit <= correction) window->lowLimit = 1; in ZSTD_window_correctOverflow()
896 else window->lowLimit -= correction; in ZSTD_window_correctOverflow()
904 assert(window->lowLimit <= newCurrent); in ZSTD_window_correctOverflow()
908 window->lowLimit); in ZSTD_window_correctOverflow()
962 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
966 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
1040 window->lowLimit = window->dictLimit; in ZSTD_window_update()
1046 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
[all …]
/dports/graphics/colmap/colmap-3.6/lib/FLANN/ext/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
125 hc4->lowLimit = 64 KB; in LZ4HC_init()
162 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
221 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
596 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
628 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
633 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
634 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/archivers/p5-Compress-LZ4/Compress-LZ4-0.25/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
125 hc4->lowLimit = 64 KB; in LZ4HC_init()
162 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
221 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
596 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
628 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
633 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
634 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/lz4/lib/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
125 hc4->lowLimit = 64 KB; in LZ4HC_init()
162 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
221 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
596 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
628 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
633 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
634 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/compress/
H A Dzstd_compress_internal.h618 window->lowLimit = end; in ZSTD_window_clear()
628 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
700 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
704 window->lowLimit); in ZSTD_window_correctOverflow()
758 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
759 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
762 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
823 window->lowLimit = window->dictLimit; in ZSTD_window_update()
829 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
838 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/DataDog/zstd/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/devel/love10/love-0.10.2/src/libraries/lz4/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
125 hc4->lowLimit = 64 KB; in LZ4HC_init()
162 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
221 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
596 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
628 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
633 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
634 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/zstd/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/lib/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/zstd/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/extra/lz4/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
125 hc4->lowLimit = 64 KB; in LZ4HC_init()
162 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
172 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
221 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
232 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
596 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
628 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
633 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
634 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/fastlz/src/
H A Dlz4hc.c96 U32 lowLimit; /* below that point, no more dict */ member
126 hc4->lowLimit = 64 KB; in LZ4HC_init()
163 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndFindBestMatch() local
173 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndFindBestMatch()
222 …const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) -… in LZ4HC_InsertAndGetWiderMatch() local
233 while ((matchIndex>=lowLimit) && (nbAttempts)) in LZ4HC_InsertAndGetWiderMatch()
628 ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4HC_setExternalDict()
659 const BYTE* dictBegin = ctxPtr->dictBase + ctxPtr->lowLimit; in LZ4_compressHC_continue_generic()
664 ctxPtr->lowLimit = (U32)(sourceEnd - ctxPtr->dictBase); in LZ4_compressHC_continue_generic()
665 if (ctxPtr->dictLimit - ctxPtr->lowLimit < 4) ctxPtr->lowLimit = ctxPtr->dictLimit; in LZ4_compressHC_continue_generic()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/lib/compress/
H A Dzstd_compress_internal.h660 window->lowLimit = end; in ZSTD_window_clear()
670 return window.lowLimit < window.dictLimit; in ZSTD_window_hasExtDict()
742 window->lowLimit -= correction; in ZSTD_window_correctOverflow()
746 window->lowLimit); in ZSTD_window_correctOverflow()
800 if (window->lowLimit < newLowLimit) window->lowLimit = newLowLimit; in ZSTD_window_enforceMaxDist()
801 if (window->dictLimit < window->lowLimit) { in ZSTD_window_enforceMaxDist()
804 window->dictLimit = window->lowLimit; in ZSTD_window_enforceMaxDist()
865 window->lowLimit = window->dictLimit; in ZSTD_window_update()
871 …if (window->dictLimit - window->lowLimit < HASH_READ_SIZE) window->lowLimit = window->dictLimit; … in ZSTD_window_update()
880 window->lowLimit = lowLimitMax; in ZSTD_window_update()
[all …]

12345678910>>...30