Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A D0001-remove-glibc-assumption.patch36 mnum == 12) && dnum > 31)
37 || ((mnum == 4 || mnum == 6 || mnum == 9 ||
38 mnum == 11) && dnum > 30)
39 - || (mnum == 2 && dnum > 29 && __isleap(ynum+1900))
40 - || (mnum == 2 && dnum > 28 && !__isleap(ynum+1900))
41 + || (mnum == 2 && dnum > 29 && is_leap_year(ynum+1900))
47 mnum == 12) && dnum > 31)
48 || ((mnum == 4 || mnum == 6 || mnum == 9 ||
49 mnum == 11) && dnum > 30)
50 - || (mnum == 2 && dnum > 29 && __isleap(ynum+1900))
[all …]
/openbmc/linux/lib/zstd/compress/
H A Dzstd_opt.c590 U32 mnum = 0; in ZSTD_insertBtAndGetAllMatches() local
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()
716 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
717 mnum++; in ZSTD_insertBtAndGetAllMatches()
763 matches[mnum].len = (U32)matchLength; in ZSTD_insertBtAndGetAllMatches()
764 mnum++; in ZSTD_insertBtAndGetAllMatches()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A 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()