OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MINMATCH
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
lz4.c
296
#define
MINMATCH
4
312
#define MFLIMIT (COPYLENGTH +
MINMATCH
)
365
#define LZ4_HASH_FUNCTION(i) (((i) * 2654435761U) >> ((
MINMATCH
* 8) - \
556
ip +=
MINMATCH
;
557
ref +=
MINMATCH
; /*
MinMatch
verified */
654
#define LZ4_HASH64K_FUNCTION(i) (((i) * 2654435761U) >> ((
MINMATCH
*8) - \
749
ip +=
MINMATCH
;
750
ref +=
MINMATCH
; /*
MinMatch
verified *
[
all
...]
/src/external/bsd/zstd/dist/lib/common/
zstd_internal.h
98
#define
MINMATCH
3
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress_internal.h
88
U16 mlBase; /* mlBase == matchLength -
MINMATCH
*/
124
* indicated by longLengthPos and longLengthType, and adds
MINMATCH
back to matchLength.
130
seqLen.matchLength = seq->mlBase +
MINMATCH
;
599
* note : mlBase = matchLength -
MINMATCH
;
732
* @matchLength : must be >=
MINMATCH
756
assert(matchLength >=
MINMATCH
);
757
{ size_t const mlBase = matchLength -
MINMATCH
;
772
* @matchLength : must be >=
MINMATCH
zstd_compress_sequences.c
342
(unsigned)sequences[n].mlBase +
MINMATCH
,
zstd_compress_superblock.c
455
inSize = sp[0].litLength + (sp[0].mlBase+
MINMATCH
);
461
inSize += sp[n].litLength + (sp[n].mlBase+
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
...]
zstd_compress.c
818
CCtxParams->cParams.
minMatch
= (U32)value;
819
return CCtxParams->cParams.
minMatch
;
1052
*value = (int)CCtxParams->cParams.
minMatch
;
1202
FORWARD_IF_ERROR(ZSTD_CCtx_setParameter(cctx, ZSTD_c_minMatch, (int)cparams.
minMatch
), "");
1394
BOUNDCHECK(ZSTD_c_minMatch, (int)cParams.
minMatch
);
1417
CLAMP(ZSTD_c_minMatch, cParams.
minMatch
);
1632
if (overrides->
minMatch
) cParams->
minMatch
= overrides->
minMatch
;
1664
U32 const hashLog3 = (forCCtx && cParams->
minMatch
==3) ? MIN(ZSTD_HASHLOG3_MAX, cParams->windowLog) : 0
[
all
...]
zstd_lazy.c
231
if (bestLength >=
MINMATCH
) {
382
if (bestLength >=
MINMATCH
) {
444
U32 const h = (U32)ZSTD_hashPtr(base + idx, hashLog, ms->cParams.
minMatch
);
513
U32 const h = (U32)ZSTD_hashPtr(base + idx, hashLog, ms->cParams.
minMatch
)
661
return ZSTD_insertAndFindFirstIndex_internal(ms, cParams, ip, ms->cParams.
minMatch
, /* lazySkipping*/ 0);
952
const U32 mls = MIN(ms->cParams.
minMatch
, 6 /* mls caps out at 6 */);
1371
assert(MAX(4, MIN(6, ms->cParams.
minMatch
)) == mls); \
1381
assert(MAX(4, MIN(6, ms->cParams.
minMatch
)) == mls); \
1391
assert(MAX(4, MIN(6, ms->cParams.
minMatch
)) == mls); \
1531
const U32 mls = BOUNDED(4, ms->cParams.
minMatch
, 6)
[
all
...]
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
1287
#define
MINMATCH
4
1706
matchLength +=
MINMATCH
;
1781
if (endMatch > oend-(16-
MINMATCH
))
zstd_v03.c
2298
#define
MINMATCH
4
2672
matchLength +=
MINMATCH
;
2738
if (oMatchEnd > oend-(16-
MINMATCH
))
zstd_v04.c
309
#define
MINMATCH
4
2799
matchLength +=
MINMATCH
;
2858
if (op > oend_8 || sequence.matchLength <
MINMATCH
) {
2882
if (oMatchEnd > oend-(16-
MINMATCH
))
zstd_v05.c
414
#define
MINMATCH
4
3152
matchLength +=
MINMATCH
;
3218
if (op > oend_8 || sequence.matchLength <
MINMATCH
) {
3241
if (oMatchEnd > oend-(16-
MINMATCH
)) {
zstd_v06.c
435
#define
MINMATCH
3
2830
bit 4 :
minmatch
4(0) or 3(1)
3290
seq->matchLength = ML_base[mlCode] +
MINMATCH
+ ((mlCode>31) ? BITv06_readBits(&(seqState->DStream), mlBits) : 0); /* <= 16 bits */
3348
if (op > oend_8 || sequence.matchLength <
MINMATCH
) {
3373
if (oMatchEnd > oend-(16-
MINMATCH
)) {
zstd_v02.c
2658
#define
MINMATCH
4
3032
matchLength +=
MINMATCH
;
3099
if (oMatchEnd > oend-(16-
MINMATCH
))
zstd_v07.c
2670
#define
MINMATCH
3
3573
if (op > oend_w || sequence.matchLength <
MINMATCH
) {
3598
if (oMatchEnd > oend-(16-
MINMATCH
)) {
/src/external/bsd/zstd/dist/contrib/match_finders/
zstd_edist.c
399
* of length
MINMATCH
or greater. Matches less than
MINMATCH
425
/* Discard matches that are less than
MINMATCH
*/
426
if (combinedMatches[nbCombinedMatches - 1].matchLength <
MINMATCH
) {
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_lha.c
51
#define
MINMATCH
3 /* Minimum match length. */
57
* | 0 ... 255 |
MINMATCH
... MAXMATCH |
62
#define LT_BITLEN_SIZE (UCHAR_MAX + 1 + MAXMATCH -
MINMATCH
+ 1)
2402
copy_len = c - (UCHAR_MAX + 1) +
MINMATCH
;
Completed in 64 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026