Home
last modified time | relevance | path

Searched refs:iLimit (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_lazy.c381 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch() argument
388 ZSTD_updateDUBT(ms, ip, iLimit, mls); in ZSTD_BtFindBestMatch()
389 return ZSTD_DUBT_findBestMatch(ms, ip, iLimit, offsetPtr, mls, dictMode); in ZSTD_BtFindBestMatch()
395 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_selectMLS() argument
411 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_dictMatchState_selectMLS() argument
427 const BYTE* ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch_extDict_selectMLS() argument
483 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_generic() argument
515 currentMl = ZSTD_count(ip, match, iLimit); in ZSTD_HcFindBestMatch_generic()
573 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_selectMLS() argument
589 const BYTE* ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch_dictMatchState_selectMLS() argument
[all …]
H A Dzstd_opt.c513 const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches() argument
576 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches()
604 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches()
616 mlen = ZSTD_count(ip, match, iLimit); in ZSTD_insertBtAndGetAllMatches()
619 mlen = ZSTD_count_2segments(ip, match, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches()
633 (ip+mlen == iLimit) ) { /* best possible length */ in ZSTD_insertBtAndGetAllMatches()
652 matchLength += ZSTD_count(ip+matchLength, match+matchLength, iLimit); in ZSTD_insertBtAndGetAllMatches()
656 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dictEnd, prefixStar… in ZSTD_insertBtAndGetAllMatches()
672 | (ip+matchLength == iLimit) /* equal : no way to know if inf or sup */) { in ZSTD_insertBtAndGetAllMatches()
704 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dmsEnd, prefixStart… in ZSTD_insertBtAndGetAllMatches()
[all …]
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_lazy.c383 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_BtFindBestMatch() argument
390 ZSTD_updateDUBT(ms, ip, iLimit, mls); in ZSTD_BtFindBestMatch()
391 return ZSTD_DUBT_findBestMatch(ms, ip, iLimit, offsetPtr, mls, dictMode); in ZSTD_BtFindBestMatch()
565 if (ip+currentMl == iLimit) { in ZSTD_dedicatedDictSearch_lazy_search()
650 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_HcFindBestMatch() argument
695 currentMl = ZSTD_count(ip, match, iLimit); in ZSTD_HcFindBestMatch()
873 U32 idx, const BYTE* const iLimit) in ZSTD_row_fillHashCache() argument
878 U32 const maxElemsToPrefetch = (base + idx) > iLimit ? 0 : (U32)(iLimit - (base + idx) + 1); in ZSTD_row_fillHashCache()
1131 const BYTE* const ip, const BYTE* const iLimit, in ZSTD_RowFindBestMatch() argument
1237 currentMl = ZSTD_count(ip, match, iLimit); in ZSTD_RowFindBestMatch()
[all …]
H A Dzstd_opt.c560 const BYTE* const ip, const BYTE* const iLimit, const ZSTD_dictMode_e dictMode, in ZSTD_insertBtAndGetAllMatches() argument
623 repLen = (U32)ZSTD_count(ip+minMatch, ip+minMatch-repOffset, iLimit) + minMatch; in ZSTD_insertBtAndGetAllMatches()
651 | (ip+repLen == iLimit) ) { /* best possible */ in ZSTD_insertBtAndGetAllMatches()
663 mlen = ZSTD_count(ip, match, iLimit); in ZSTD_insertBtAndGetAllMatches()
666 mlen = ZSTD_count_2segments(ip, match, iLimit, dictEnd, prefixStart); in ZSTD_insertBtAndGetAllMatches()
680 (ip+mlen == iLimit) ) { /* best possible length */ in ZSTD_insertBtAndGetAllMatches()
699 matchLength += ZSTD_count(ip+matchLength, match+matchLength, iLimit); in ZSTD_insertBtAndGetAllMatches()
703 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dictEnd, prefixStar… in ZSTD_insertBtAndGetAllMatches()
719 | (ip+matchLength == iLimit) /* equal : no way to know if inf or sup */) { in ZSTD_insertBtAndGetAllMatches()
751 …matchLength += ZSTD_count_2segments(ip+matchLength, match+matchLength, iLimit, dmsEnd, prefixStart… in ZSTD_insertBtAndGetAllMatches()
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.h9105 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
9126 void (*xTruncate)(sqlite3_pcache*, unsigned iLimit);
H A Dsqlite3.c44386 int iLimit = 0;
66180 if( iLimit ){
139484 if( iLimit<-1 ) iLimit = -1;
139486 iLimit = sqlite3PagerJournalSizeLimit(pPager, iLimit);
143671 if( iLimit ){
143679 if( iLimit ){
144123 if( p->iLimit
145358 int iLimit = 0;
145374 p->iLimit = iLimit = ++pParse->nMem;
145829 pPrior->iLimit = p->iLimit;
[all …]
H A Dshell.c6048 sqlite3_int64 iLimit = sqlite3_value_int64(argv[i++]); in seriesFilter() local
6056 if( iLimit>=0 ){ in seriesFilter()
6057 iTerm = pCur->ss.iBase + (iLimit - 1)*pCur->ss.iStep; in seriesFilter()
27376 int iLimit = -1; in do_meta_command() local
27380 if( iLimit<0 ){ in do_meta_command()
27381 iLimit = i; in do_meta_command()
27389 if( iLimit<0 ){ in do_meta_command()
27397 sqlite3_limit(p->db, aLimit[iLimit].limitCode, in do_meta_command()
27400 sputf(stdout, "%20s %d\n", aLimit[iLimit].zLimitName, in do_meta_command()
27401 sqlite3_limit(p->db, aLimit[iLimit].limitCode, -1)); in do_meta_command()