Home
last modified time | relevance | path

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

12345678910>>...153

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp132 MergeResult(Result, addCalledTarget(I.first(), I.second, Weight)); in merge()
147 OS << " " << I.first << ":" << I.second; in print()
176 OS << SI->first << ": " << SI->second; in print()
190 for (const auto &FS : CS->second) { in print()
192 OS << CS->first << ": inlined callee: " << FS.second.getName() << ": "; in print()
193 FS.second.print(OS, Indent + 4); in print()
244 FS = FS->findFunctionSamplesAt(S[i].first, S[i].second, Remapper); in findFunctionSamples()
252 for (const auto &TS : BS.second.getCallTargets()) in findAllNames()
256 for (const auto &NameFS : CS.second) { in findAllNames()
258 NameFS.second.findAllNames(NameSet); in findAllNames()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Descape.exp43 VAR1BSNL0=:first line no space on second line:
44 VAR1BSNLs=:first line one space on second line:
45 VAR1BSNLss=:first line two spaces on second line:
46 VAR1BSNLt=:first line one tab on second line:
47 VAR1BSNLtt=:first line two tabs on second line:
48 VAR1BSNLxx=:first line many spaces and tabs [ ] on second line:
57 second line spaces should be retained':
59 second line spaces should be retained:
61 second line tab should be elided':
63 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-src/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()
181 BoundaryPoint &Point = Item.second; in findDisjointRanges()
201 if (Ret.second) { in getFunctionProfileForContext()
208 FunctionSamples &FProfile = Ret.first->second; in getFunctionProfileForContext()
212 return Ret.first->second; in getFunctionProfileForContext()
219 for (const auto &CI : BI.second) { in generateProfile()
228 populateFunctionBodySamples(FunctionProfile, CI.second.RangeCounter, in generateProfile()
232 CI.second.BranchCounter, Binary); in generateProfile()
248 if (LeafLoc.second.LineOffset & 0x80000000) in updateBodySamplesforFunctionProfile()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp162 assert(I->second.getAddress() == 0 && "Redundantly resolving symbol Name"); in notifySymbolMetRequiredState()
169 I->second = std::move(Sym); in notifySymbolMetRequiredState()
209 bool Added = QueryRegistrations[&JD].insert(std::move(Name)).second; in addQueryDependence()
219 assert(QRI->second.count(Name) && "No dependency on Name in JD"); in removeQueryDependence()
220 QRI->second.erase(Name); in removeQueryDependence()
221 if (QRI->second.empty()) in removeQueryDependence()
237 KV.first->detachQueryHelper(*this, KV.second); in detach()
267 Flags[KV.first] = KV.second.getFlags(); in extractFlags()
297 RequestedAliases[Name] = std::move(I->second); in materialize()
352 if (&SrcJD == &TgtJD && (QueryAliases.count(KV.second.Aliasee) || in materialize()
[all …]
/netbsd-src/external/bsd/ntp/dist/tests/libntp/
H A Dlfpfunc.c31 int l_fp_scmp(const l_fp first, const l_fp second);
32 int l_fp_ucmp(const l_fp first, l_fp second);
34 l_fp l_fp_add(const l_fp first, const l_fp second);
35 l_fp l_fp_subtract(const l_fp first, const l_fp second);
41 void l_fp_swap(l_fp * first, l_fp *second);
42 bool l_isgt(const l_fp first, const l_fp second);
43 bool l_isgtu(const l_fp first, const l_fp second);
44 bool l_ishis(const l_fp first, const l_fp second);
45 bool l_isgeq(const l_fp first, const l_fp second);
46 bool l_isequ(const l_fp first, const l_fp second);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h194 _T2 second; ///< The second member in _GLIBCXX_VISIBILITY()
212 swap(second, __p.second); in _GLIBCXX_VISIBILITY()
233 : first(), second() in _GLIBCXX_VISIBILITY()
274 : first(__x), second(__y) in _GLIBCXX_VISIBILITY()
283 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) in _GLIBCXX_VISIBILITY()
292 : first(__p.first), second(__p.second) in _GLIBCXX_VISIBILITY()
302 second(std::forward<_U2>(__p.second)) in _GLIBCXX_VISIBILITY()
337 second = __p.second; in _GLIBCXX_VISIBILITY()
348 second = std::forward<second_type>(__p.second); in _GLIBCXX_VISIBILITY()
360 second = __p.second; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/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()
135 << (Node->second->Imported ? "imported " : "not imported ") in dump()
137 << ": #inlines = " << Node->second->NumberOfInlines 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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUArgumentUsageInfo.cpp66 << " PrivateSegmentBuffer: " << FI.second.PrivateSegmentBuffer in print()
67 << " DispatchPtr: " << FI.second.DispatchPtr in print()
68 << " QueuePtr: " << FI.second.QueuePtr in print()
69 << " KernargSegmentPtr: " << FI.second.KernargSegmentPtr in print()
70 << " DispatchID: " << FI.second.DispatchID in print()
71 << " FlatScratchInit: " << FI.second.FlatScratchInit in print()
72 << " PrivateSegmentSize: " << FI.second.PrivateSegmentSize in print()
73 << " WorkGroupIDX: " << FI.second.WorkGroupIDX in print()
74 << " WorkGroupIDY: " << FI.second.WorkGroupIDY in print()
75 << " WorkGroupIDZ: " << FI.second.WorkGroupIDZ in print()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_pair.h218 _T2 second; ///< The second member in _GLIBCXX_VISIBILITY()
233 : first(), second() { } in _GLIBCXX_VISIBILITY()
246 : first(), second() { } in _GLIBCXX_VISIBILITY()
252 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
267 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
277 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
284 : 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()
323 : first(std::forward<_U1>(__x)), second(__y) { } in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/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()
98 llvm::SmallBitVector &Blocks = I->second.VisitedBasicBlocks; in markVisitedBasicBlock()
102 I->second.TotalBasicBlocks = TotalIDs; in markVisitedBasicBlock()
110 return I->second.VisitedBasicBlocks.count(); in getNumVisitedBasicBlocks()
117 return I->second.TimesInlined; in getNumTimesInlined()
[all …]
/netbsd-src/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-src/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()
130 if (__base_dist.second == __dp_exact) in _M_get_distance_to()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
154 ? __dp_sign_max_size : __seq_dist.second); in _M_get_distance_to()
160 return __seq_dist.second == __dp_exact in _M_get_distance_to()
165 return std::make_pair(-__seq_dist.first, __seq_dist.second); in _M_get_distance_to()
[all …]
/netbsd-src/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()
130 if (__base_dist.second == __dp_exact) in _M_get_distance_to()
139 return __seq_dist.second == __dp_exact in _M_get_distance_to()
153 __seq_dist.second == __dp_exact in _M_get_distance_to()
154 ? __dp_sign_max_size : __seq_dist.second); in _M_get_distance_to()
160 return __seq_dist.second == __dp_exact in _M_get_distance_to()
165 return std::make_pair(-__seq_dist.first, __seq_dist.second); in _M_get_distance_to()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dicf.cc213 contents = secn.first->section_contents(secn.second, in preprocess_for_unique_sections()
226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
233 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()
316 contents = secn.first->section_contents(secn.second, &plen, false); in get_section_contents()
337 (it_reloc_info_list->second).section_info; in get_section_contents()
339 const Icf::Symbol_info &s = (it_reloc_info_list->second).symbol_info; in get_section_contents()
341 Icf::Addend_info &a = (it_reloc_info_list->second).addend_info; in get_section_contents()
343 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents()
345 (it_reloc_info_list->second).reloc_addend_size_info; in get_section_contents()
375 loc.shndx = it_v->second; in get_section_contents()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dicf.cc213 contents = secn.first->section_contents(secn.second, in preprocess_for_unique_sections()
226 if (uniq_map_insert.second) in preprocess_for_unique_sections()
233 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()
316 contents = secn.first->section_contents(secn.second, &plen, false); in get_section_contents()
337 (it_reloc_info_list->second).section_info; in get_section_contents()
339 const Icf::Symbol_info &s = (it_reloc_info_list->second).symbol_info; in get_section_contents()
341 Icf::Addend_info &a = (it_reloc_info_list->second).addend_info; in get_section_contents()
343 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents()
345 (it_reloc_info_list->second).reloc_addend_size_info; in get_section_contents()
375 loc.shndx = it_v->second; in get_section_contents()
[all …]
/netbsd-src/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-src/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()
76 return std::make_pair(Vector.begin() + Pair.first->second, false); in insert()
83 return Vector.begin() + It->second; in find()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmem-stats.h160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
163 m_times + second.m_times,
164 m_peak + second.m_peak,
165 m_instances + second.m_instances);
170 operator== (const mem_usage &second) const
172 return (m_allocated == second.m_allocated
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
179 operator< (const mem_usage &second) const
[all …]
H A Dordered-hash-map-tests.cc51 out_kvs->safe_push (std::make_pair ((*iter).first, (*iter).second)); in get_kv_pairs()
95 ASSERT_EQ (kvs[0].second, 2); in test_map_of_strings_to_int()
97 ASSERT_EQ (kvs[1].second, 4); in test_map_of_strings_to_int()
99 ASSERT_EQ (kvs[2].second, 6); in test_map_of_strings_to_int()
101 ASSERT_EQ (kvs[3].second, 8); in test_map_of_strings_to_int()
103 ASSERT_EQ (kvs[4].second, 750); in test_map_of_strings_to_int()
105 ASSERT_EQ (kvs[5].second, 3); in test_map_of_strings_to_int()
152 ASSERT_EQ (kvs[0].second, ostrich); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
156 ASSERT_EQ (kvs[2].second, ant); in test_map_of_int_to_strings()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmem-stats.h160 operator+ (const mem_usage &second)
162 return mem_usage (m_allocated + second.m_allocated,
163 m_times + second.m_times,
164 m_peak + second.m_peak,
165 m_instances + second.m_instances);
170 operator== (const mem_usage &second) const
172 return (m_allocated == second.m_allocated
173 && m_peak == second.m_peak
174 && m_times == second.m_times);
179 operator< (const mem_usage &second) const
[all …]
H A Dordered-hash-map-tests.cc51 out_kvs->safe_push (std::make_pair ((*iter).first, (*iter).second)); in get_kv_pairs()
95 ASSERT_EQ (kvs[0].second, 2); in test_map_of_strings_to_int()
97 ASSERT_EQ (kvs[1].second, 4); in test_map_of_strings_to_int()
99 ASSERT_EQ (kvs[2].second, 6); in test_map_of_strings_to_int()
101 ASSERT_EQ (kvs[3].second, 8); in test_map_of_strings_to_int()
103 ASSERT_EQ (kvs[4].second, 750); in test_map_of_strings_to_int()
105 ASSERT_EQ (kvs[5].second, 3); in test_map_of_strings_to_int()
152 ASSERT_EQ (kvs[0].second, ostrich); in test_map_of_int_to_strings()
154 ASSERT_EQ (kvs[1].second, elephant); in test_map_of_int_to_strings()
156 ASSERT_EQ (kvs[2].second, ant); in test_map_of_int_to_strings()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp263 const auto &FileInfo = FI.second; in writeReport()
284 for (auto &FI : FLI.second) in writeReport()
285 for (auto &LI : FI.second) in writeReport()
286 MaxLI |= LI.second; in writeReport()
315 const auto &LineInfo = LII->second; in writeReport()
317 for (auto &CI : LineInfo.find(*FuncNameSet.begin())->second) { in writeReport()
319 ColsInfo[Col] = CI.second; in writeReport()
320 InlinedCols += CI.second.Inlined.Analyzed; in writeReport()
321 UnrolledCols += CI.second.Unrolled.Analyzed; in writeReport()
322 VectorizedCols += CI.second.Vectorized.Analyzed; in writeReport()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DWebAssemblyDisassemblerEmitter.cpp61 if (CGIP.second) { in emitWebAssemblyDisassemblerTables()
66 auto IsCanonicalExisting = CGIP.second->TheDef->getValue("IsCanonical") in emitWebAssemblyDisassemblerTables()
80 if (CGIP.second->AsmString.size() <= CGI.AsmString.size()) in emitWebAssemblyDisassemblerTables()
103 if (PrefixPair.second.empty()) in emitWebAssemblyDisassemblerTables()
108 auto InstIt = PrefixPair.second.find(I); in emitWebAssemblyDisassemblerTables()
109 if (InstIt != PrefixPair.second.end()) { in emitWebAssemblyDisassemblerTables()
111 assert(InstIt->second.second); in emitWebAssemblyDisassemblerTables()
112 auto &CGI = *InstIt->second.second; in emitWebAssemblyDisassemblerTables()
116 OS << " { " << InstIt->second.first << ", ET_Instruction, "; in emitWebAssemblyDisassemblerTables()
168 if (PrefixPair.second.empty() || !PrefixPair.first) in emitWebAssemblyDisassemblerTables()
/netbsd-src/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcpd-conf-to-ldap34 my $second = ''; # secondary server DN / hostname
57 --second "secondary server or DN" ("$second")
212 if(grep(/FaIlOvEr/i, @use) and ($second ne ''))
214 print "dhcpSecondaryDN: $second\n";
640 'second=s' => \$second,
660 $second = '' if not defined $second;
661 unless($second eq '' or $second =~ /^cn=[^,]+\s*,\s*\w+=[^,]+/i)
663 if($second =~ /^cn=[^,]+$/i)
666 $second = "$second, $basedn";
668 elsif($second =~ /^\w+/)
[all …]

12345678910>>...153