Home
last modified time | relevance | path

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

12345678910>>...25

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_pair.h94 _T2 second; /// @c second is a copy of the second object in _GLIBCXX_VISIBILITY() member
101 : first(), second() { } in _GLIBCXX_VISIBILITY()
105 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
111 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
117 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
126 : first(std::forward<_U1>(__x)), second(__y) { } in _GLIBCXX_VISIBILITY()
131 : first(__x), second(std::forward<_U2>(__y)) { } in _GLIBCXX_VISIBILITY()
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { } in _GLIBCXX_VISIBILITY()
144 second(std::forward<_U2>(__p.second)) { } in _GLIBCXX_VISIBILITY()
153 second = __p.second; in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_pair.h215 _T2 second; /// @c second is a copy of the second object in _GLIBCXX_VISIBILITY()
230 : first(), second() { } in _GLIBCXX_VISIBILITY()
243 : first(), second() { } in _GLIBCXX_VISIBILITY()
249 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
261 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
270 : first(__a), second(__b) { } in _GLIBCXX_VISIBILITY()
277 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
292 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
301 : first(__p.first), second(__p.second) { } in _GLIBCXX_VISIBILITY()
312 : first(std::forward<_U1>(__x)), second(__y) { } in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc88 __it.first = __it.second = __e; in __regex_algo_impl()
95 __pre.second = __s; in __regex_algo_impl()
98 __suf.second = __e; in __regex_algo_impl()
103 __pre.second = __res[0].first; in __regex_algo_impl()
104 __pre.matched = (__pre.first != __pre.second); in __regex_algo_impl()
105 __suf.first = __res[0].second; in __regex_algo_impl()
106 __suf.second = __e; in __regex_algo_impl()
107 __suf.matched = (__suf.first != __suf.second); in __regex_algo_impl()
116 __it.first = __it.second = __e; in __regex_algo_impl()
316 && ((__it.second in lookup_classname()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmem-stats.h158 operator+ (const mem_usage &second)
160 return mem_usage (m_allocated + second.m_allocated,
161 m_times + second.m_times,
162 m_peak + second.m_peak,
163 m_instances + second.m_instances);
168 operator== (const mem_usage &second) const
170 return (m_allocated == second.m_allocated
171 && m_peak == second.m_peak
172 && m_allocated == second.m_allocated);
177 operator< (const mem_usage &second) const
[all …]
H A Dggc-common.c841 operator== (const ggc_usage &second) const
843 return (get_balance () == second.get_balance ()
844 && m_peak == second.m_peak
845 && m_times == second.m_times);
850 operator< (const ggc_usage &second) const
852 if (*this == second)
855 return (get_balance () == second.get_balance () ?
856 (m_peak == second.m_peak ? m_times < second.m_times
857 : m_peak < second.m_peak)
858 : get_balance () < second.get_balance ());
[all …]
/dflybsd-src/contrib/binutils-2.34/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 …]
H A Dcref.cc208 fprintf(f, "archive %s %zu %zu\n", p->second.name.c_str(), in print_symbol_counts()
209 p->second.member_count, p->second.objects->size()); in print_symbol_counts()
210 this->print_objects_symbol_counts(symtab, f, p->second.objects); in print_symbol_counts()
272 if (ins.second) in gather_cref()
273 pc->second = new Objects(); in gather_cref()
277 pc->second->insert(pc->second->begin(), *po); in gather_cref()
279 pc->second->push_back(*po); in gather_cref()
298 this->gather_cref(p->second.objects, &table); in print_cref()
306 const Objects* objects = pc->second; in print_cref()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dicf.cc191 contents = secn.first->section_contents(secn.second, in preprocess_for_unique_sections()
204 if (uniq_map_insert.second) in preprocess_for_unique_sections()
211 (*is_secn_or_group_unique)[uniq_map_insert.first->second] = false; in preprocess_for_unique_sections()
288 contents = secn.first->section_contents(secn.second, &plen, false); in get_section_contents()
312 (it_reloc_info_list->second).section_info; in get_section_contents()
314 const Icf::Symbol_info &s = (it_reloc_info_list->second).symbol_info; in get_section_contents()
316 Icf::Addend_info &a = (it_reloc_info_list->second).addend_info; in get_section_contents()
318 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents()
320 (it_reloc_info_list->second).reloc_addend_size_info; in get_section_contents()
335 loc.shndx = it_v->second; in get_section_contents()
[all …]
H A Dcref.cc208 fprintf(f, "archive %s %zu %zu\n", p->second.name.c_str(), in print_symbol_counts()
209 p->second.member_count, p->second.objects->size()); in print_symbol_counts()
210 this->print_objects_symbol_counts(symtab, f, p->second.objects); in print_symbol_counts()
268 if (ins.second) in gather_cref()
269 pc->second = new Objects(); in gather_cref()
273 pc->second->insert(pc->second->begin(), *po); in gather_cref()
275 pc->second->push_back(*po); in gather_cref()
294 this->gather_cref(p->second.objects, &table); in print_cref()
302 const Objects* objects = pc->second; in print_cref()
/dflybsd-src/sys/platform/pc64/isa/
H A Dpmtimer.c80 u_int second, minute, hour; in pmtimer_resume() local
90 second = resume_time.tv_sec - suspend_time.tv_sec; in pmtimer_resume()
91 hour = second / 3600; in pmtimer_resume()
92 second %= 3600; in pmtimer_resume()
93 minute = second / 60; in pmtimer_resume()
94 second %= 60; in pmtimer_resume()
96 hour, minute, second); in pmtimer_resume()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp430 return (p_e->m_value.second); in subscript_imp()
434 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second; in subscript_imp()
446 r_key, pos_hash_pair.second)) in subscript_imp()
456 return p_e->m_value.second; in subscript_imp()
461 pos_hash_pair)->second; in subscript_imp()
502 p_e->m_hash = r_pos_hash_pair.second; in insert_new_imp()
543 r_key, pos_hash_pair.second)) in find_key_pointer()
590 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second) in inc_it_state()
591 if (m_entries[r_pos.second] != 0) in inc_it_state()
593 r_pos.first = m_entries[r_pos.second]; in inc_it_state()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp429 return (p_e->m_value.second); in subscript_imp()
433 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second; in subscript_imp()
445 r_key, pos_hash_pair.second)) in subscript_imp()
455 return p_e->m_value.second; in subscript_imp()
460 pos_hash_pair)->second; in subscript_imp()
501 p_e->m_hash = r_pos_hash_pair.second; in insert_new_imp()
542 r_key, pos_hash_pair.second)) in find_key_pointer()
589 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second) in inc_it_state()
590 if (m_entries[r_pos.second] != 0) in inc_it_state()
592 r_pos.first = m_entries[r_pos.second]; in inc_it_state()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Diterator.h69 ++_Base::second;
76 { return _IteratorPair(_Base::first++, _Base::second++); }
83 --_Base::second;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
94 { return _Base::second; } in _Iterator2()
100 _Base::second = __other.second;
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
H A Dmultiseq_selection.h74 return __p1.second < __p2.second; in operator()
99 return __p2.second < __p1.second; in operator()
151 __begin_seqs[__i].second);
154 __begin_seqs[__i].second) > 0);
160 __begin_offsets[__i] = __begin_seqs[__i].second; // Very end.
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
180 __begin_seqs[__i].second);
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
221 __a[__sample[__j].second] += __n + 1;
223 __b[__sample[__j].second] -= __n + 1;
[all …]
H A Dmultiway_merge.h54 #define _GLIBCXX_PARALLEL_LENGTH(__s) ((__s).second - (__s).first)
264 __seq0(__seqs_begin[0].first, __seqs_begin[0].second, __comp), in multiway_merge_3_variant()
265 __seq1(__seqs_begin[1].first, __seqs_begin[1].second, __comp), in multiway_merge_3_variant()
266 __seq2(__seqs_begin[2].first, __seqs_begin[2].second, __comp); in multiway_merge_3_variant()
375 __seq0(__seqs_begin[0].first, __seqs_begin[0].second, __comp), in multiway_merge_4_variant()
376 __seq1(__seqs_begin[1].first, __seqs_begin[1].second, __comp), in multiway_merge_4_variant()
377 __seq2(__seqs_begin[2].first, __seqs_begin[2].second, __comp), in multiway_merge_4_variant()
378 __seq3(__seqs_begin[3].first, __seqs_begin[3].second, __comp); in multiway_merge_4_variant()
523 if (__seqs_begin[__t].first == __seqs_begin[__t].second) in multiway_merge_loser_tree()
541 if (__seqs_begin[__source].first == __seqs_begin[__source].second) in multiway_merge_loser_tree()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Diterator.h69 ++_Base::second;
76 { return _IteratorPair(_Base::first++, _Base::second++); }
83 --_Base::second;
90 { return _IteratorPair(_Base::first--, _Base::second--); }
94 { return _Base::second; } in _Iterator2()
100 _Base::second = __other.second;
106 { return _IteratorPair(_Base::first + __delta, _Base::second + __delta);
H A Dmultiseq_selection.h74 return __p1.second < __p2.second; in operator()
99 return __p2.second < __p1.second; in operator()
151 __begin_seqs[__i].second);
154 __begin_seqs[__i].second) > 0);
160 __begin_offsets[__i] = __begin_seqs[__i].second; // Very end.
175 __ns[0] = std::distance(__begin_seqs[0].first, __begin_seqs[0].second);
180 __begin_seqs[__i].second);
219 __j < __localrank && ((__n + 1) <= __ns[__sample[__j].second]);
221 __a[__sample[__j].second] += __n + 1;
223 __b[__sample[__j].second] -= __n + 1;
[all …]
H A Dmultiway_merge.h54 #define _GLIBCXX_PARALLEL_LENGTH(__s) ((__s).second - (__s).first)
264 __seq0(__seqs_begin[0].first, __seqs_begin[0].second, __comp), in multiway_merge_3_variant()
265 __seq1(__seqs_begin[1].first, __seqs_begin[1].second, __comp), in multiway_merge_3_variant()
266 __seq2(__seqs_begin[2].first, __seqs_begin[2].second, __comp); in multiway_merge_3_variant()
375 __seq0(__seqs_begin[0].first, __seqs_begin[0].second, __comp), in multiway_merge_4_variant()
376 __seq1(__seqs_begin[1].first, __seqs_begin[1].second, __comp), in multiway_merge_4_variant()
377 __seq2(__seqs_begin[2].first, __seqs_begin[2].second, __comp), in multiway_merge_4_variant()
378 __seq3(__seqs_begin[3].first, __seqs_begin[3].second, __comp); in multiway_merge_4_variant()
523 if (__seqs_begin[__t].first == __seqs_begin[__t].second) in multiway_merge_loser_tree()
541 if (__seqs_begin[__source].first == __seqs_begin[__source].second) in multiway_merge_loser_tree()
[all …]
/dflybsd-src/contrib/flex/src/
H A Dnfa.c377 int mkbranch (int first, int second) in mkbranch() argument
382 return second; in mkbranch()
384 else if (second == NO_TRANSITION) in mkbranch()
390 mkxtion (eps, second); in mkbranch()
460 int mkor (int first, int second) in mkor() argument
465 return second; in mkor()
467 else if (second == NIL) in mkor()
478 mkxtion (first, second); in mkor()
483 mkxtion (finalst[second], orend); in mkor()
486 else if (SUPER_FREE_EPSILON (finalst[second]) && in mkor()
[all …]
/dflybsd-src/sys/dev/video/bktr/
H A Dmsp34xx.c123 int main, second; /* sound carrier */ member
440 msp3400c_setcarrier(client,msp->second,msp->main); in msp3400c_setstereo()
473 msp3400c_setcarrier(client,msp->second,msp->main); in msp3400c_setstereo()
536 if (msp->main == msp->second) { in msp3400c_print_mode()
546 msp->second/910000,(msp->second/910)%1000); in msp3400c_print_mode()
549 msp->second/910000,(msp->second/910)%1000); in msp3400c_print_mode()
551 msp->main != msp->second) { in msp3400c_print_mode()
553 msp->second/910000,(msp->second/910)%1000); in msp3400c_print_mode()
815 msp->second = carrier_detect_55[max2].cdo; in msp3400c_thread()
823 msp->second = carrier_detect_55[max2].cdo; in msp3400c_thread()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); in find_ins_pos()
70 std::make_pair(pos, pos_hash_pair.second) : in find_ins_pos()
71 std::make_pair(ins_pos, pos_hash_pair.second)); in find_ins_pos()
80 r_key, pos_hash_pair.second)) in find_ins_pos()
84 return std::make_pair(pos, pos_hash_pair.second); in find_ins_pos()
95 return std::make_pair(ins_pos, pos_hash_pair.second); in find_ins_pos()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_store_hash_fn_imps.hpp59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); in find_ins_pos()
70 std::make_pair(pos, pos_hash_pair.second) : in find_ins_pos()
71 std::make_pair(ins_pos, pos_hash_pair.second)); in find_ins_pos()
80 r_key, pos_hash_pair.second)) in find_ins_pos()
84 return std::make_pair(pos, pos_hash_pair.second); in find_ins_pos()
95 return std::make_pair(ins_pos, pos_hash_pair.second); in find_ins_pos()
/dflybsd-src/contrib/gdb-7/gdb/
H A Ddwarf2expr.c1116 struct value *first, *second; in execute_stack_op() local
1118 second = dwarf_expr_fetch (ctx, 0); in execute_stack_op()
1124 if (! base_types_equal_p (value_type (first), value_type (second))) in execute_stack_op()
1131 dwarf_require_integral (value_type (second)); in execute_stack_op()
1132 result_val = value_binop (first, second, BINOP_BITWISE_AND); in execute_stack_op()
1135 result_val = value_binop (first, second, BINOP_DIV); in execute_stack_op()
1138 result_val = value_binop (first, second, BINOP_SUB); in execute_stack_op()
1155 second = value_cast (utype, second); in execute_stack_op()
1159 result_val = value_binop (first, second, BINOP_MOD); in execute_stack_op()
1165 result_val = value_binop (first, second, BINOP_MUL); in execute_stack_op()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/
H A Dsafe_iterator.tcc49 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n) in _M_can_advance()
50 || (__dist.second != __dp_exact && __dist.first > 0)); in _M_can_advance()
57 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n) in _M_can_advance()
58 || (__dist.second != __dp_exact && __dist.first > 0)); in _M_can_advance()
75 switch (__dist.second) in _M_valid_range()
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/
H A Dsafe_iterator.tcc52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n) in _M_can_advance()
53 || (__dist.second != __dp_exact && __dist.first > 0)); in _M_can_advance()
61 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n) in _M_can_advance()
62 || (__dist.second != __dp_exact && __dist.first > 0)); in _M_can_advance()
80 switch (__dist.second) { in _M_valid_range()

12345678910>>...25