Searched refs:um2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/unordered_map/operators/
H A D1.cc30 std::unordered_map<int, int> um1, um2; local
31 VERIFY( um1 == um2 );
32 VERIFY( !(um1 != um2) );
35 um2.insert(Pair(1, -1));
36 VERIFY( um1 == um2 );
37 VERIFY( !(um1 != um2) );
40 um2.insert(Pair(2, -1));
41 VERIFY( um1 == um2 );
42 VERIFY( !(um1 != um2) );
45 um2
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/all/
H A Dweakref4.s5 .weakref Wum2, um2
6 .weakref Wum2, um2
7 .long um2
/netbsd-6-1-5-RELEASE/usr.sbin/altq/libaltq/
H A Dqop_hfsc.c145 u_int m1, d, m2, rm1, rd, rm2, fm1, fd, fm2, um1, ud, um2; local
150 rm1 = rd = rm2 = fm1 = fd = fm2 = um1 = ud = um2 = 0;
166 um1 = m1; ud = d; um2 = m2;
171 um2 = atobps(*argv);
270 if (error == 0 && (um1 != 0 || um2 != 0)) {
272 um1, ud, um2, HFSC_UPPERLIMITSC);

Completed in 171 milliseconds