Searched refs:matches (Results 1 – 3 of 3) sorted by relevance
/lib/zstd/ |
D | zstd_opt.h | 236 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_insertBtAndGetAllMatches() argument 282 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3; in ZSTD_insertBtAndGetAllMatches() 283 matches[mnum].len = (U32)currMl; in ZSTD_insertBtAndGetAllMatches() 316 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex; in ZSTD_insertBtAndGetAllMatches() 317 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches() 356 …*const ip, const BYTE *const iLimit, const U32 maxNbAttempts, const U32 mls, ZSTD_match_t *matches, in ZSTD_BtGetAllMatches() argument 362 return ZSTD_insertBtAndGetAllMatches(zc, ip, iLimit, maxNbAttempts, mls, 0, matches, minMatchLen); in ZSTD_BtGetAllMatches() 367 ZSTD_match_t *matches, const U32 minMatchLen) in ZSTD_BtGetAllMatches_selectMLS() argument 370 case 3: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 3, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS() 372 case 4: return ZSTD_BtGetAllMatches(zc, ip, iHighLimit, maxNbAttempts, 4, matches, minMatchLen); in ZSTD_BtGetAllMatches_selectMLS() [all …]
|
/lib/zlib_deflate/ |
D | defutil.h | 223 uInt matches; /* number of string matches in current block */ member
|
D | deftree.c | 339 s->last_lit = s->matches = 0; in init_block() 981 s->matches++; 1006 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
|