Home
last modified time | relevance | path

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

/Linux-v5.10/lib/zstd/
Dzstd_opt.h258 U32 mnum = 0; in ZSTD_insertBtAndGetAllMatches() local
282 matches[mnum].off = ZSTD_REP_MOVE_OPT + curr - matchIndex3; in ZSTD_insertBtAndGetAllMatches()
283 matches[mnum].len = (U32)currMl; in ZSTD_insertBtAndGetAllMatches()
284 mnum++; 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()
318 mnum++; in ZSTD_insertBtAndGetAllMatches()
352 return mnum; in ZSTD_insertBtAndGetAllMatches()