Home
last modified time | relevance | path

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

/linux-6.6.21/lib/zstd/compress/
Dzstd_opt.c590 U32 mnum = 0; in ZSTD_insertBtAndGetAllMatches() local
647 … matches[mnum].off = STORE_REPCODE(repCode - ll0 + 1); /* expect value between 1 and 3 */ in ZSTD_insertBtAndGetAllMatches()
648 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches()
649 mnum++; in ZSTD_insertBtAndGetAllMatches()
652 return mnum; in ZSTD_insertBtAndGetAllMatches()
675 assert(mnum==0); /* no prior solution */ in ZSTD_insertBtAndGetAllMatches()
678 mnum = 1; in ZSTD_insertBtAndGetAllMatches()
715 matches[mnum].off = STORE_OFFSET(curr - matchIndex); in ZSTD_insertBtAndGetAllMatches()
716 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
717 mnum++; in ZSTD_insertBtAndGetAllMatches()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c253 __u16 mnum; in find_field_offset_aux() local
267 mnum = btf_vlen(type); in find_field_offset_aux()
269 for (i = 0; i < mnum; ++i, ++m) { in find_field_offset_aux()