Home
last modified time | relevance | path

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

/linux/lib/zstd/compress/
H A Dzstd_opt.c626 U32 mnum = 0; in ZSTD_insertBtAndGetAllMatches() local
683 … matches[mnum].off = REPCODE_TO_OFFBASE(repCode - ll0 + 1); /* expect value between 1 and 3 */ in ZSTD_insertBtAndGetAllMatches()
684 matches[mnum].len = (U32)repLen; in ZSTD_insertBtAndGetAllMatches()
685 mnum++; in ZSTD_insertBtAndGetAllMatches()
688 return mnum; in ZSTD_insertBtAndGetAllMatches()
711 assert(mnum==0); /* no prior solution */ in ZSTD_insertBtAndGetAllMatches()
714 mnum = 1; in ZSTD_insertBtAndGetAllMatches()
751 matches[mnum].off = OFFSET_TO_OFFBASE(curr - matchIndex); in ZSTD_insertBtAndGetAllMatches()
752 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
753 mnum++; in ZSTD_insertBtAndGetAllMatches()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c256 __u16 mnum; in find_field_offset_aux() local
270 mnum = btf_vlen(type); in find_field_offset_aux()
272 for (i = 0; i < mnum; ++i, ++m) { in find_field_offset_aux()