Searched refs:ms (Results 1 - 25 of 49) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/g77/
H A D13060.f5 integer ms,n,ne(2) local in subroutine:geo2
9 ms = 1
13 n = ne(ms)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/
H A Drange_access.cc28 std::multiset<int> ms{1, 2, 3};
29 std::begin(ms);
30 std::end(ms);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dreload3.C10 explicit QTime(int ms = 0) : ds(ms) {}
12 QTime addMSecs(int ms) const;
20 QTime QTime::addMSecs(int ms) const
23 if ( ms < 0 ) {
25 int negdays = (MSECS_PER_DAY-ms) / MSECS_PER_DAY;
26 t.ds = ((int)ds + ms + negdays*MSECS_PER_DAY)
29 t.ds = ((int)ds + ms) % MSECS_PER_DAY;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/capacity/
H A D29134.cc28 std::multiset<int> ms; local
30 VERIFY( ms.max_size()
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Ddarwin-misaligned.c17 UDVselect ms; variable
22 ms.rcClip.sh1 = 1;
23 ms.rcClip.sh4 = 4;
24 return UDV(ms.rcClip);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/6_containers/unordered_multiset/requirements/
H A Diterator_neg.cc29 Mset ms; local
31 Mset::const_iterator cit = ms.begin();
34 Mset::const_local_iterator clit = ms.begin(0);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/multiset/modifiers/emplace/
H A D1.cc49 Mset ms; local
53 auto it = ms.emplace('a', coord1);
54 VERIFY( ms.size() == 1 );
58 it = ms.emplace('a', coord1);
59 VERIFY( ms.size() == 2 );
63 it = ms.emplace_hint(ms.begin(), 'b', coord1);
64 VERIFY( it != ms.end() );
69 it = ms.emplace('c', std::move(coord1));
70 VERIFY( ms
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multiset/modifiers/
H A Demplace.cc58 Mset ms; local
62 auto it = ms.emplace('a', coord1);
63 VERIFY( ms.size() == 1 );
67 it = ms.emplace('a', coord1);
68 VERIFY( ms.size() == 2 );
72 it = ms.emplace_hint(ms.begin(), 'b', coord1);
73 VERIFY( it != ms.end() );
78 it = ms.emplace('c', std::move(coord1));
79 VERIFY( ms
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/performance/23_containers/insert/
H A Dunordered_multiset_hint.cc54 ums_t& ms)
59 hints.push_back(ms.insert(str));
63 ms.insert(hints[i], strs[i]);
68 ums_t& ms)
73 hints.push_back(ms.insert(str));
77 ms.insert(hints[i], strs[i]);
85 ums_t& ms)
90 hints.push_back(ms.insert(str));
94 hints[i] = ms.insert(hints[i], strs[i]);
104 ums_t& ms)
53 insert_with_perfect_hint1(const std::vector<std::string>& strs, ums_t& ms) argument
67 insert_with_perfect_hint2(const std::vector<std::string>& strs, ums_t& ms) argument
84 insert_with_good_hint(const std::vector<std::string>& strs, ums_t& ms) argument
103 insert_with_bad_hint(const std::vector<std::string>& strs, ums_t& ms) argument
117 insert_without_hint1(const std::vector<std::string>& strs, ums_t& ms) argument
135 insert_without_hint2(const std::vector<std::string>& strs, ums_t& ms) argument
149 insert_with_any_hint1(const std::vector<std::string>& strs, ums_t& ms) argument
167 insert_with_any_hint2(const std::vector<std::string>& strs, ums_t& ms) argument
201 ums_t ms; local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/this_thread/
H A D4.cc39 chr::microseconds ms(500);
41 std::this_thread::sleep_until(chr::system_clock::now() + ms);
43 VERIFY( (chr::system_clock::now() - begin) >= ms );
H A D3.cc39 chr::microseconds ms(500);
41 std::this_thread::sleep_for(ms);
43 VERIFY( (chr::system_clock::now() - begin) >= ms );
/haiku-buildtools/binutils/libiberty/
H A Dpex-msdos.c109 struct pex_msdos *ms; local
112 ms = (struct pex_msdos *) obj->sysdep;
116 if (ms->files[i] == NULL)
118 ms->files[i] = xstrdup (name);
130 pex_msdos_fdindex (struct pex_msdos *ms, int fd) argument
133 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL)
144 struct pex_msdos *ms; local
147 ms = (struct pex_msdos *) obj->sysdep;
148 fdindex = pe_msdos_fdindex (ms, fd);
149 free (ms
162 struct pex_msdos *ms; local
291 struct pex_msdos *ms; local
308 struct pex_msdos *ms; local
[all...]
H A Dphysmem.c174 MEMORYSTATUS ms; local
175 GlobalMemoryStatus (&ms);
176 return (double) ms.dwTotalPhys;
275 MEMORYSTATUS ms; local
276 GlobalMemoryStatus (&ms);
277 return (double) ms.dwAvailPhys;
/haiku-buildtools/legacy/binutils/libiberty/
H A Dpex-msdos.c108 struct pex_msdos *ms; local
111 ms = (struct pex_msdos *) obj->sysdep;
115 if (ms->files[i] == NULL)
117 ms->files[i] = xstrdup (name);
129 pex_msdos_fdindex (struct pex_msdos *ms, int fd) argument
132 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL)
143 struct pex_msdos *ms; local
146 ms = (struct pex_msdos *) obj->sysdep;
147 fdindex = pe_msdos_fdindex (ms, fd);
148 free (ms
160 struct pex_msdos *ms; local
289 struct pex_msdos *ms; local
306 struct pex_msdos *ms; local
[all...]
H A Dphysmem.c174 MEMORYSTATUS ms; local
175 GlobalMemoryStatus (&ms);
176 return (double) ms.dwTotalPhys;
275 MEMORYSTATUS ms; local
276 GlobalMemoryStatus (&ms);
277 return (double) ms.dwAvailPhys;
/haiku-buildtools/gcc/libiberty/
H A Dpex-msdos.c109 struct pex_msdos *ms; local
112 ms = (struct pex_msdos *) obj->sysdep;
116 if (ms->files[i] == NULL)
118 ms->files[i] = xstrdup (name);
130 pex_msdos_fdindex (struct pex_msdos *ms, int fd) argument
133 if (fd < 0 || fd >= PEX_MSDOS_FILE_COUNT || ms->files[fd] == NULL)
144 struct pex_msdos *ms; local
147 ms = (struct pex_msdos *) obj->sysdep;
148 fdindex = pe_msdos_fdindex (ms, fd);
149 free (ms
162 struct pex_msdos *ms; local
291 struct pex_msdos *ms; local
308 struct pex_msdos *ms; local
[all...]
H A Dphysmem.c174 MEMORYSTATUS ms; local
175 GlobalMemoryStatus (&ms);
176 return (double) ms.dwTotalPhys;
275 MEMORYSTATUS ms; local
276 GlobalMemoryStatus (&ms);
277 return (double) ms.dwAvailPhys;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable/members/
H A D2.cc36 std::chrono::microseconds ms(500);
42 std::cv_status result = c1.wait_until(l, then + ms);
44 VERIFY( (std::chrono::steady_clock::now() - then) >= ms );
H A D1.cc36 std::chrono::microseconds ms(500);
42 std::cv_status result = c1.wait_for(l, ms);
44 VERIFY( (std::chrono::system_clock::now() - then) >= ms );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/
H A D2.cc61 std::chrono::microseconds ms(500);
67 std::cv_status result = c1.wait_until(m, then + ms);
69 VERIFY( (std::chrono::steady_clock::now() - then) >= ms );
H A D1.cc60 std::chrono::microseconds ms(500);
66 std::cv_status result = c1.wait_for(m, ms);
68 VERIFY( (std::chrono::system_clock::now() - then) >= ms );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/libstdc++-xmethods/
H A Dassociative-containers.cc30 std::multiset<int> ms, ms1; local
41 ms.insert (i % 5);
54 // { dg-final { note-test ms.size() 100 } }
55 // { dg-final { note-test ms.empty() false } }
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx/
H A Dtest_passing_structs.c33 check_struct_passing2 (struct m256_2_struct ms ATTRIBUTE_UNUSED)
37 assert ((unsigned long)&ms.x1 == rsp+8);
38 assert ((unsigned long)&ms.x2 == rsp+40);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/avx512f/
H A Dtest_passing_structs.c34 check_struct_passing2 (struct m512_2_struct ms ATTRIBUTE_UNUSED)
38 assert ((unsigned long)&ms.x1 == rsp+8);
39 assert ((unsigned long)&ms.x2 == rsp+72);
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Dcomplit.go49 test("ms[i].a", ms[i].a);
50 test("ms[i].b", ms[i].b);
51 test("ms[i].c", ms[i].c);
118 var ms = map[int]S{0:S{5101,5102,5103},1:S{5104,5105,5106},2:S{5107,5108,5109}} var

Completed in 290 milliseconds

12