Home
last modified time | relevance | path

Searched refs:mv2 (Results 1 – 6 of 6) sorted by relevance

/external/libcxx/test/std/containers/associative/map/map.modifiers/
Dinsert_or_assign.pass.cpp90 Moveable mv2(9, 9.0); in main() local
91 r = m.insert_or_assign(3, std::move(mv2)); in main()
94 assert(mv2.moved()); // was moved from in main()
126 Moveable mv2(5, 5.0); in main() local
127 r = m.try_emplace(std::move(mvkey2), std::move(mv2)); in main()
130 assert(mv2.moved()); // was moved from in main()
151 Moveable mv2(5, 5.0); in main() local
152 r = m.insert_or_assign(it, 3, std::move(mv2)); in main()
154 assert(mv2.moved()); // was moved from in main()
177 Moveable mv2(5, 5.0); in main() local
[all …]
Dtry.emplace.pass.cpp86 Moveable mv2(5, 3.0); in main() local
87 r = m.try_emplace(5, std::move(mv2)); in main()
90 assert(mv2.moved()); // was moved from in main()
95 r = m.try_emplace(117, std::move(mv2)); in main()
98 assert(mv2.moved()); // was moved from in main()
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Dinsert_or_assign.pass.cpp96 Moveable mv2(9, 9.0); in main() local
97 r = m.insert_or_assign(3, std::move(mv2)); in main()
100 assert(mv2.moved()); // was moved from in main()
132 Moveable mv2(5, 5.0); in main() local
133 r = m.try_emplace(std::move(mvkey2), std::move(mv2)); in main()
136 assert(mv2.moved()); // was moved from in main()
157 Moveable mv2(5, 5.0); in main() local
158 r = m.insert_or_assign(it, 3, std::move(mv2)); in main()
160 assert(mv2.moved()); // was moved from in main()
183 Moveable mv2(5, 5.0); in main() local
[all …]
Dtry.emplace.pass.cpp93 Moveable mv2(5, 3.0); in main() local
94 r = m.try_emplace(5, std::move(mv2)); in main()
97 assert(mv2.moved()); // was moved from in main()
102 r = m.try_emplace(117, std::move(mv2)); in main()
105 assert(mv2.moved()); // was moved from in main()
/external/valgrind/memcheck/tests/
Dsh-mem-random.c116 U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0; in do_test_at() local
146 mv2++; in do_test_at()
223 mv1, mv2, mv4, mv8, mv4f, mv8f); in do_test_at()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_video.c240 int mv2 = mc_header & NV17_MPEG_CMD_CHROMA_MV_HEADER_COUNT_2; in nouveau_vpe_mb_mv() local
243 if (mv2) in nouveau_vpe_mb_mv()
263 if (!mv2) in nouveau_vpe_mb_mv()
295 case PIPE_MPEG12_MO_TYPE_FIELD: goto mv2; in nouveau_vpe_mb_mv_header()
317 case PIPE_MPEG12_MO_TYPE_16x8: goto mv2; in nouveau_vpe_mb_mv_header()
351 mv2: in nouveau_vpe_mb_mv_header()