Home
last modified time | relevance | path

Searched refs:second (Results 1 – 25 of 4508) sorted by relevance

12345678910>>...181

/netbsd/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Duserdef.cc77 sum.x = x + second.x; in operator +()
78 sum.y = y + second.y; in operator +()
95 diff.x = x - second.x; in operator -()
96 diff.y = y - second.y; in operator -()
104 div.x = x / second.x; in operator /()
105 div.y = y / second.y; in operator /()
113 rem.x = x % second.x; in operator %()
114 rem.y = y % second.y; in operator %()
175 axor.x = x ^ second.x; in operator ^()
276 x = second.x; in operator =()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Duserdef.cc77 sum.x = x + second.x; in operator +()
78 sum.y = y + second.y; in operator +()
95 diff.x = x - second.x; in operator -()
96 diff.y = y - second.y; in operator -()
104 div.x = x / second.x; in operator /()
105 div.y = y / second.y; in operator /()
113 rem.x = x % second.x; in operator %()
114 rem.y = y % second.y; in operator %()
175 axor.x = x ^ second.x; in operator ^()
276 x = second.x; in operator =()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp190 for (const auto &FS : CS->second) { in print()
193 FS.second.print(OS, Indent + 4); in print()
275 if (FS != iter->second.end()) in findFunctionSamplesAt()
276 return &FS->second; in findFunctionSamplesAt()
280 if (FS != iter->second.end()) in findFunctionSamplesAt()
281 return &FS->second; in findFunctionSamplesAt()
294 R = &NameFS.second; in findFunctionSamplesAt()
345 BaseProfile.merge(*I.second); in trimAndMergeColdContextProfiles()
359 if (Ret.second) { in trimAndMergeColdContextProfiles()
366 OrigProfile.merge(I.second); in trimAndMergeColdContextProfiles()
[all …]
/netbsd/usr.bin/make/unit-tests/
H A Descape.exp49 VAR1BSNL0=:first line no space on second line:
50 VAR1BSNLs=:first line one space on second line:
52 VAR1BSNLt=:first line one tab on second line:
63 second line spaces should be retained':
65 second line spaces should be retained:
67 second line tab should be elided':
69 second line tab should be elided:
93 second line spaces should be retained':
95 second line spaces should be retained:
97 second line tab should be elided':
[all …]
H A Ddepsrc-use.mk17 first: .USE first-first first-second
23 first-second: .USE
24 @echo first-second 1
25 @echo first-second 2
27 second: .USE
28 @echo second 1
29 @echo second 2
39 action: first second empty
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp166 uint64_t End = Item.first.second; in findDisjointRanges()
167 uint64_t Count = Item.second; in findDisjointRanges()
201 if (Ret.second) { in getFunctionProfileForContext()
212 return Ret.first->second; in getFunctionProfileForContext()
219 for (const auto &CI : BI.second) { in generateProfile()
252 LeafLoc.second.LineOffset, LeafLoc.second.Discriminator); in updateBodySamplesforFunctionProfile()
271 uint64_t Count = Range.second; in populateFunctionBodySamples()
307 uint64_t Count = Entry.second; in populateFunctionBoundarySamples()
476 uint64_t Count = Range.second; in extractProbesFromRange()
517 uint64_t Count = PI.second; in populateBodySamplesWithProbes()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp169 I->second = std::move(Sym); in notifySymbolMetRequiredState()
220 QRI->second.erase(Name); in removeQueryDependence()
221 if (QRI->second.empty()) in removeQueryDependence()
424 (*Result)[KV.second.Aliasee].getAddress(), KV.second.AliasFlags); in materialize()
755 SymI->second.setAddress(SymI->second.getAddress()); in replace()
1185 auto &MI = MII->second; in failSymbols()
1375 OS << KV.second.getFlags() << " " << KV.second.getState(); in dump()
1382 OS << I->second->MU.get() << ", " << I->second->MU->getName() << ")\n"; in dump()
1456 return I->second; in getTracker()
1536 KV.second = &DstRT; in transferTracker()
[all …]
/netbsd/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c76 const l_fp op2 = second; in l_fp_scmp()
92 const l_fp op2 = second; in l_fp_ucmp()
134 L_ADD(&temp, &second); in l_fp_add()
143 L_SUB(&temp, &second); in l_fp_subtract()
193 l_fp temp = *second; in l_fp_swap()
195 *second = *first; in l_fp_swap()
212 return L_ISGT(&first, &second); in l_isgt()
219 return L_ISGTU(&first, &second); in l_isgtu()
226 return L_ISHIS(&first, &second); in l_ishis()
233 return L_ISGEQ(&first, &second); in l_isgeq()
[all …]
H A Dclocktime.c60 const int yday=175, hour=12, minute=50, second=0, tzoff=0; in test_CurrentYear() local
65 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, in test_CurrentYear()
86 const int yday=175, hour=12, minute=0, second=0, tzoff=0; in test_CurrentYearFuzz() local
91 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, in test_CurrentYearFuzz()
110 const int yday=175, hour=4, minute=0, second=0, tzoff=8; in test_TimeZoneOffset() local
131 const int yday=2, hour=11, minute=0, second=0, tzoff=0; in test_WrongYearStart() local
152 const int yday=365, hour=23, minute=0, second=0, tzoff=0; in test_PreviousYear() local
173 const int yday=1, hour=1, minute=0, second=0, tzoff=0; in test_NextYear() local
177 TEST_ASSERT_TRUE(clocktime(yday, hour, minute, second, tzoff, in test_NextYear()
190 const int yday=100, hour=12, minute=0, second=0, tzoff=0; in test_NoReasonableConversion() local
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DImportedFunctionsInliningStatistics.cpp119 assert(Node->second->NumberOfInlines >= Node->second->NumberOfRealInlines); in dump()
120 if (Node->second->NumberOfInlines == 0) in dump()
123 if (Node->second->Imported) { in dump()
126 int(Node->second->NumberOfRealInlines > 0); in dump()
130 int(Node->second->NumberOfRealInlines > 0); in dump()
139 << Node->second->NumberOfRealInlines << "\n"; in dump()
206 if (Lhs->second->NumberOfInlines != Rhs->second->NumberOfInlines) in getSortedNodes()
207 return Lhs->second->NumberOfInlines > Rhs->second->NumberOfInlines; in getSortedNodes()
208 if (Lhs->second->NumberOfRealInlines != Rhs->second->NumberOfRealInlines) in getSortedNodes()
209 return Lhs->second->NumberOfRealInlines > in getSortedNodes()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp67 << " DispatchPtr: " << FI.second.DispatchPtr in print()
68 << " QueuePtr: " << FI.second.QueuePtr in print()
70 << " DispatchID: " << FI.second.DispatchID in print()
73 << " WorkGroupIDX: " << FI.second.WorkGroupIDX in print()
74 << " WorkGroupIDY: " << FI.second.WorkGroupIDY in print()
75 << " WorkGroupIDZ: " << FI.second.WorkGroupIDZ in print()
78 << FI.second.PrivateSegmentWaveByteOffset in print()
81 << " WorkItemIDX " << FI.second.WorkItemIDX in print()
82 << " WorkItemIDY " << FI.second.WorkItemIDY in print()
83 << " WorkItemIDZ " << FI.second.WorkItemIDZ in print()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
373 second(std::forward<_U2>(__p.second)) { } in _GLIBCXX_VISIBILITY()
383 second(std::forward<_U2>(__p.second)) { } in _GLIBCXX_VISIBILITY()
396 second = __p.second; in _GLIBCXX_VISIBILITY()
409 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
421 second = __p.second; in _GLIBCXX_VISIBILITY()
433 second = std::forward<_U2>(__p.second); in _GLIBCXX_VISIBILITY()
445 swap(second, __p.second); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h284 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
310 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
373 second(std::forward<_U2>(__p.second)) { } in _GLIBCXX_VISIBILITY()
383 second(std::forward<_U2>(__p.second)) { } in _GLIBCXX_VISIBILITY()
396 second = __p.second; in _GLIBCXX_VISIBILITY()
409 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
421 second = __p.second; in _GLIBCXX_VISIBILITY()
433 second = std::forward<_U2>(__p.second); in _GLIBCXX_VISIBILITY()
445 swap(second, __p.second); in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/tests/usr.bin/indent/
H A Dopt_ci.c75 second; in sum()
86 second; in sum()
97 second; in sum()
108 second; in sum()
119 second; in sum()
134 second + ( in sum()
146 second + ( in sum()
164 second + ( in sum()
176 second + ( in sum()
188 second + ( in sum()
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DFunctionSummary.h75 I->second.InlineChecked = 1; in markMayInline()
76 I->second.MayInline = 1; in markMayInline()
81 I->second.InlineChecked = 1; in markShouldNotInline()
82 I->second.MayInline = 0; in markShouldNotInline()
91 if (I != Map.end() && I->second.InlineChecked) in mayInline()
92 return I->second.MayInline; in mayInline()
102 I->second.TotalBasicBlocks = TotalIDs; in markVisitedBasicBlock()
110 return I->second.VisitedBasicBlocks.count(); in getNumVisitedBasicBlocks()
117 return I->second.TimesInlined; in getNumTimesInlined()
123 I->second.TimesInlined++; in bumpNumTimesInlined()
[all …]
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.tcc54 if (__res.second == __dp_equality) in _M_get_distance_from_begin()
78 if (__res.second == __dp_equality) in _M_get_distance_to_end()
102 return __dist.second > __dp_sign in _M_can_advance()
114 return __dist.second == __dp_exact in _M_can_advance()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
168 __seq_dist.second == __dp_exact in _M_get_distance_to()
173 return __seq_dist.second == __dp_exact in _M_get_distance_to()
179 __seq_dist.second == __dp_exact in _M_get_distance_to()
184 __seq_dist.second == __dp_exact in _M_get_distance_to()
[all …]
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/debug/
H A Dsafe_iterator.tcc54 if (__res.second == __dp_equality) in _M_get_distance_from_begin()
78 if (__res.second == __dp_equality) in _M_get_distance_to_end()
102 return __dist.second > __dp_sign in _M_can_advance()
114 return __dist.second == __dp_exact in _M_can_advance()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
168 __seq_dist.second == __dp_exact in _M_get_distance_to()
173 return __seq_dist.second == __dp_exact in _M_get_distance_to()
179 __seq_dist.second == __dp_exact in _M_get_distance_to()
184 __seq_dist.second == __dp_exact in _M_get_distance_to()
[all …]
/netbsd/external/gpl3/gdb/dist/gold/
H A Dicf.cc226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
375 loc.shndx = it_v->second; in get_section_contents()
377 + it_a->second); in get_section_contents()
380 if (loc.shndx != it_v->second) in get_section_contents()
382 it_v->second = loc.shndx; in get_section_contents()
385 it_a->second = 0; in get_section_contents()
424 && reloc_secn.second == self_secn.second) in get_section_contents()
625 it_ext->second.offset + it_ext->second.length); in get_section_contents()
777 it->second = i; in match_sections()
785 if (it == key_range.second) in match_sections()
[all …]
/netbsd/external/gpl3/binutils/dist/gold/
H A Dicf.cc226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
375 loc.shndx = it_v->second; in get_section_contents()
377 + it_a->second); in get_section_contents()
380 if (loc.shndx != it_v->second) in get_section_contents()
382 it_v->second = loc.shndx; in get_section_contents()
385 it_a->second = 0; in get_section_contents()
424 && reloc_secn.second == self_secn.second) in get_section_contents()
625 it_ext->second.offset + it_ext->second.length); in get_section_contents()
777 it->second = i; in match_sections()
785 if (it == key_range.second) in match_sections()
[all …]
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Dicf.cc226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
375 loc.shndx = it_v->second; in get_section_contents()
377 + it_a->second); in get_section_contents()
380 if (loc.shndx != it_v->second) in get_section_contents()
382 it_v->second = loc.shndx; in get_section_contents()
385 it_a->second = 0; in get_section_contents()
424 && reloc_secn.second == self_secn.second) in get_section_contents()
625 it_ext->second.offset + it_ext->second.length); in get_section_contents()
777 it->second = i; in match_sections()
785 if (it == key_range.second) in match_sections()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Dicf.cc226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
375 loc.shndx = it_v->second; in get_section_contents()
377 + it_a->second); in get_section_contents()
380 if (loc.shndx != it_v->second) in get_section_contents()
382 it_v->second = loc.shndx; in get_section_contents()
385 it_a->second = 0; in get_section_contents()
424 && reloc_secn.second == self_secn.second) in get_section_contents()
625 it_ext->second.offset + it_ext->second.length); in get_section_contents()
777 it->second = i; in match_sections()
785 if (it == key_range.second) in match_sections()
[all …]
/netbsd/external/bsd/libevent/dist/sample/
H A Dhostcheck.c124 static int Curl_raw_equal(const char *first, const char *second) in Curl_raw_equal() argument
126 while(*first && *second) { in Curl_raw_equal()
127 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) in Curl_raw_equal()
131 second++; in Curl_raw_equal()
136 return (Curl_raw_toupper(*first) == Curl_raw_toupper(*second)); in Curl_raw_equal()
139 static int Curl_raw_nequal(const char *first, const char *second, size_t max) in Curl_raw_nequal() argument
141 while(*first && *second && max) { in Curl_raw_nequal()
142 if(Curl_raw_toupper(*first) != Curl_raw_toupper(*second)) { in Curl_raw_nequal()
147 second++; in Curl_raw_nequal()
152 return Curl_raw_toupper(*first) == Curl_raw_toupper(*second); in Curl_raw_nequal()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h37 assert(I->second < Vector.size()); in ~BlotMapVector()
38 assert(Vector[I->second].first == I->first); in ~BlotMapVector()
58 if (Pair.second) {
60 Pair.first->second = Num;
62 return Vector[Num].second;
64 return Vector[Pair.first->second].second;
70 if (Pair.second) { in insert()
72 Pair.first->second = Num; in insert()
83 return Vector.begin() + It->second; in find()
90 return Vector.begin() + It->second; in find()
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dmem-stats.h163 m_times + second.m_times,
164 m_peak + second.m_peak,
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
181 if (*this == second)
185 (m_peak == second.m_peak ? m_times < second.m_times
186 : m_peak < second.m_peak) : m_allocated < second.m_allocated);
198 if (*f.second == *s.second) in compare()
201 return *f.second < *s.second ? 1 : -1; in compare()
574 delete (*it).second; in ~mem_alloc_description()
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dmem-stats.h163 m_times + second.m_times,
164 m_peak + second.m_peak,
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
181 if (*this == second)
185 (m_peak == second.m_peak ? m_times < second.m_times
186 : m_peak < second.m_peak) : m_allocated < second.m_allocated);
198 if (*f.second == *s.second) in compare()
201 return *f.second < *s.second ? 1 : -1; in compare()
574 delete (*it).second; in ~mem_alloc_description()
[all …]

12345678910>>...181