Searched refs:other (Results 1 - 25 of 1812) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-x86-64/
H A Dpr23930a.s2 .globl other
3 .type other, @function
4 other: label
7 .size other, .-other
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
H A Darray-slices-bad.f9023 integer, allocatable :: other (:, :) variable in program:test
30 allocate (other (1:10, 1:10))
37 deallocate (other)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dsec-2.s1 .section .other,"ax"
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp47 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
50 PB_DS_ASSERT_VALID(other)
53 other.make_binomial_heap();
54 base_type::split(pred, other);
56 other.find_max();
59 PB_DS_ASSERT_VALID(other)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 PB_DS_ASSERT_VALID(other)
71 other.make_binomial_heap();
72 base_type::join(other);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp47 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
50 PB_DS_ASSERT_VALID(other)
53 other.make_binomial_heap();
54 base_type::split(pred, other);
56 other.find_max();
59 PB_DS_ASSERT_VALID(other)
65 join(PB_DS_CLASS_C_DEC& other) argument
68 PB_DS_ASSERT_VALID(other)
71 other.make_binomial_heap();
72 base_type::join(other);
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp46 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
53 other.clear();
59 value_swap(other);
61 PB_DS_ASSERT_VALID(other)
72 value_swap(other);
74 PB_DS_ASSERT_VALID(other)
79 PB_DS_CLASS_C_DEC new_other(other, other);
85 other
96 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp46 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
53 other.clear();
59 value_swap(other);
61 PB_DS_ASSERT_VALID(other)
72 value_swap(other);
74 PB_DS_ASSERT_VALID(other)
79 PB_DS_CLASS_C_DEC new_other(other, other);
85 other
96 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-var-literal.exp0 other ${VALUE} $$$$
H A Dopt-var-expanded.exp0 other value $$
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp46 join_prep(PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
50 if (other.m_size == 0)
55 value_swap(other);
61 PB_DS_V2F(other.m_p_head->m_p_left->m_value));
64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value),
71 value_swap(other);
73 m_size += other.m_size;
74 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
81 join_finish(PB_DS_CLASS_C_DEC& other) argument
90 split_prep(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
133 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp46 join_prep(PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
50 if (other.m_size == 0)
55 value_swap(other);
61 PB_DS_V2F(other.m_p_head->m_p_left->m_value));
64 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value),
71 value_swap(other);
73 m_size += other.m_size;
74 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
81 join_finish(PB_DS_CLASS_C_DEC& other) argument
90 split_prep(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
133 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe-info.h58 frame_info_ptr (const frame_info_ptr &other) argument
59 : m_ptr (other.m_ptr),
60 m_cached_id (other.m_cached_id),
61 m_cached_level (other.m_cached_level)
66 frame_info_ptr (frame_info_ptr &&other) argument
67 : m_ptr (other.m_ptr),
68 m_cached_id (other.m_cached_id),
69 m_cached_level (other.m_cached_level)
71 other.m_ptr = nullptr;
72 other
86 operator =(const frame_info_ptr &other) argument
102 operator =(frame_info_ptr &&other) argument
176 operator ==(const frame_info *self, const frame_info_ptr &other) argument
182 operator ==(const frame_info_ptr &self, const frame_info_ptr &other) argument
188 operator ==(const frame_info_ptr &self, const frame_info *other) argument
194 operator !=(const frame_info *self, const frame_info_ptr &other) argument
200 operator !=(const frame_info_ptr &self, const frame_info_ptr &other) argument
206 operator !=(const frame_info_ptr &self, const frame_info *other) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dscanresultsitem.cpp11 bool ScanResultsItem::operator< (const QTreeWidgetItem &other) const
15 return text(sortCol).toInt() < other.text(sortCol).toInt();
17 return text(sortCol) < other.text(sortCol);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_const_iterator.hpp84 point_const_iterator_(const point_const_iterator_& other) argument
85 : m_p_value(other.m_p_value)
90 point_const_iterator_(const point_iterator_& other) argument
91 : m_p_value(other.m_p_value)
112 operator==(const point_iterator_& other) const
113 { return m_p_value == other.m_p_value; }
117 operator==(const point_const_iterator_& other) const
118 { return m_p_value == other.m_p_value; }
122 operator!=(const point_iterator_& other) const
123 { return m_p_value != other
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
H A Darray-slices.f9042 integer, allocatable :: other (:, :) variable in program:test
44 allocate (other (-5:4, -2:7))
52 do i=LBOUND (other, 2), UBOUND (other, 2), 1
53 do j=LBOUND (other, 1), UBOUND (other, 1), 1
54 other (j,i) = ((i - 1) * UBOUND (other, 2)) + j
64 call show ("other", other)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_const_iterator.hpp84 point_const_iterator_(const point_const_iterator_& other) argument
85 : m_p_value(other.m_p_value)
90 point_const_iterator_(const point_iterator_& other) argument
91 : m_p_value(other.m_p_value)
112 operator==(const point_iterator_& other) const
113 { return m_p_value == other.m_p_value; }
117 operator==(const point_const_iterator_& other) const
118 { return m_p_value == other.m_p_value; }
122 operator!=(const point_iterator_& other) const
123 { return m_p_value != other
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_fn_imps.hpp48 operator==(const Other_HT_Map_Type& other) const
49 { return cmp_with_other(other); }
55 cmp_with_other(const Other_Map_Type& other) const
57 if (size() != other.size())
60 for (typename Other_Map_Type::const_iterator it = other.begin();
61 it != other.end(); ++it)
84 operator!=(const Other_HT_Map_Type& other) const
85 { return !operator==(other); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp46 join(PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
50 if (base_type::join_prep(other) == false)
53 PB_DS_ASSERT_VALID(other)
57 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 other.splay(p_target_r);
61 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
73 base_type::join_finish(other);
76 PB_DS_ASSERT_VALID(other)
82 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp46 join(PB_DS_CLASS_C_DEC& other) argument
49 PB_DS_ASSERT_VALID(other)
50 if (base_type::join_prep(other) == false)
53 PB_DS_ASSERT_VALID(other)
57 node_pointer p_target_r = other.leftmost(other.m_p_head);
59 other.splay(p_target_r);
61 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
73 base_type::join_finish(other);
76 PB_DS_ASSERT_VALID(other)
82 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_fn_imps.hpp48 operator==(const Other_HT_Map_Type& other) const
49 { return cmp_with_other(other); }
55 cmp_with_other(const Other_Map_Type& other) const
57 if (size() != other.size())
60 for (typename Other_Map_Type::const_iterator it = other.begin();
61 it != other.end(); ++it)
84 operator!=(const Other_HT_Map_Type& other) const
85 { return !operator==(other); }
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp47 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
50 PB_DS_ASSERT_VALID(other)
52 other.clear();
57 PB_DS_ASSERT_VALID(other)
67 ++other.m_size;
71 other.push_imp(p_out);
75 PB_DS_ASSERT_VALID(other)
88 PB_DS_ASSERT_VALID(other)
94 join(PB_DS_CLASS_C_DEC& other) argument
97 PB_DS_ASSERT_VALID(other)
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp47 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
50 PB_DS_ASSERT_VALID(other)
52 other.clear();
57 PB_DS_ASSERT_VALID(other)
67 ++other.m_size;
71 other.push_imp(p_out);
75 PB_DS_ASSERT_VALID(other)
88 PB_DS_ASSERT_VALID(other)
94 join(PB_DS_CLASS_C_DEC& other) argument
97 PB_DS_ASSERT_VALID(other)
[all...]
/netbsd-current/lib/libpanel/
H A Dreplace.c14 * documentation and/or other materials provided with the distribution.
42 PANEL *other; local
45 FOREACH_PANEL (other) {
46 if (other != p)
47 touchoverlap(p->win, other->win);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp47 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
50 PB_DS_ASSERT_VALID(other)
52 other.clear();
56 PB_DS_ASSERT_VALID(other)
67 ++other.m_size;
69 other.make_root_and_link(p_out);
73 PB_DS_ASSERT_VALID(other)
85 PB_DS_ASSERT_VALID(other)
91 join(PB_DS_CLASS_C_DEC& other) argument
94 PB_DS_ASSERT_VALID(other)
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dbspec-2.s6 OCTA other
10 OCTA other

Completed in 330 milliseconds

1234567891011>>