Home
last modified time | relevance | path

Searched refs:mt1 (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c610 struct nv50_miptree *mt0, *mt1; in nv84_video_buffer_create() local
673 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()
/third_party/boost/libs/units/example/
Dsystems.cpp668 quantity<minute_time> mt1(1.0*minutes); in BOOST_UNITS_DEFINE_SINGLE_UNIT_SYSTEM() local
673 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()
/third_party/iptables/iptables/
Dnft-shared.h172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dnft-shared.c927 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() argument
933 for (mp1 = mt1, mp2 = mt2; mp1 && mp2; mp1 = mp1->next, mp2 = mp2->next) { in compare_matches()