OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:minMatch
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.c
604
ZSTD_ldm_skipSequences(RawSeqStore_t* rawSeqStore, size_t srcSize, U32 const
minMatch
)
618
if (seq->matchLength <
minMatch
) {
641
U32 const remaining, U32 const
minMatch
)
655
if (sequence.matchLength <
minMatch
) {
660
ZSTD_ldm_skipSequences(rawSeqStore, remaining,
minMatch
);
687
unsigned const
minMatch
= cParams->
minMatch
;
712
(U32)(iend - ip),
minMatch
);
zstd_opt.c
331
U32 const mlBase = matchLength -
MINMATCH
;
332
assert(matchLength >=
MINMATCH
);
382
{ U32 const mlBase = matchLength -
MINMATCH
;
584
ZSTD_updateTree_internal(ms, ip, iend, ms->cParams.
minMatch
, ZSTD_noDict);
606
U32 const
minMatch
= (mls==3) ? 3 : 4;
657
if ((repIndex >= windowLow) & (ZSTD_readMINMATCH(ip,
minMatch
) == ZSTD_readMINMATCH(ip - repOffset,
minMatch
))) {
658
repLen = (U32)ZSTD_count(ip+
minMatch
, ip+
minMatch
-repOffset, iLimit) +
minMatch
;
[
all
...]
/src/external/bsd/zstd/dist/lib/
zstd.h
566
* => compressionLevel, hashLog, chainLog, searchLog,
minMatch
, targetLength and strategy.
1357
unsigned
minMatch
; /**< match length searched : larger == faster decompression, sometimes less compression */
Completed in 29 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026