Searched refs:mt1 (Results 1 – 4 of 4) sorted by relevance
610 struct nv50_miptree *mt0, *mt1; in nv84_video_buffer_create() local673 mt1 = nv50_miptree(buffer->resources[1]); in nv84_video_buffer_create()675 bo_size = mt0->total_size + mt1->total_size; in nv84_video_buffer_create()689 nouveau_bo_ref(buffer->interlaced, &mt1->base.bo); in nv84_video_buffer_create()690 mt1->base.domain = NOUVEAU_BO_VRAM; in nv84_video_buffer_create()691 mt1->base.offset = mt0->total_size; in nv84_video_buffer_create()692 mt1->base.address = buffer->interlaced->offset + mt0->total_size; in nv84_video_buffer_create()
668 quantity<minute_time> mt1(1.0*minutes); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local673 std::cout << mt1 << " = " << quantity<si::time>(mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()679 std::cout << mt4 << "/" << mt1 << " = " << quantity<si::dimensionless>(mt4/mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()684 std::cout << mt1 << " = " << quantity<minute_time>(mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()690 std::cout << mt1 << " = " << quantity<hour_time>(mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()696 std::cout << mt1 << " = " << quantity<day_time>(mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()702 std::cout << mt1 << " = " << quantity<year_time>(mt1) << std::endl in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM()
172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
927 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() argument933 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) { in compare_matches()