Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Ddf.c216 struct mtab_list *mt2, *mt3; in df_main() local
223 for (mt2 = mt->prev; mt2; mt2 = mt2->prev) { in df_main()
224 if (mt->stat.st_dev == mt2->stat.st_dev) { in df_main()
226 if (!strcmp(mt->device, mt2->device)) { in df_main()
228 mt3 = mt2; in df_main()
229 } else mt2->stat.st_dev = 0; in df_main()
/third_party/boost/libs/units/example/
Dsystems.cpp669 quantity<hour_time> mt2(1.0*hours); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local
674 << mt2 << " = " << quantity<si::time>(mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
680 << mt4 << "/" << mt2 << " = " << quantity<si::dimensionless>(mt4/mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
685 << mt2 << " = " << quantity<minute_time>(mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
691 << mt2 << " = " << quantity<hour_time>(mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
697 << mt2 << " = " << quantity<day_time>(mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
703 << mt2 << " = " << quantity<year_time>(mt2) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
/third_party/iptables/iptables/
Diptables.c826 struct xtables_match *match, *mt, *mt2; in print_match_save() local
830 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save()
832 if (!mt2) in print_match_save()
833 mt2 = match; in print_match_save()
834 printf(" -m %s", mt2->alias ? mt2->alias(e) : name); in print_match_save()
Dip6tables.c829 struct xtables_match *match, *mt, *mt2; in print_match_save() local
833 mt = mt2 = xtables_find_match_revision(name, XTF_TRY_LOAD, in print_match_save()
835 if (!mt2) in print_match_save()
836 mt2 = match; in print_match_save()
837 printf(" -m %s", mt2->alias ? mt2->alias(e) : name); in print_match_save()
Dnft-shared.h172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dnft-shared.c928 struct xtables_rule_match *mt2) in compare_matches() argument
933 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) { in compare_matches()
/third_party/node/deps/npm/node_modules/jsbn/
Dindex.js460 this.mt2 = 2*m.t;
482 while(x.t <= this.mt2) // pad x so am has enough room later