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

1234567891011>>

/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-2.s1 .section .other,"ax"
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-2.s1 .section .other,"ax"
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/
H A Dsplit_join_fn_imps.hpp44 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
47 PB_DS_ASSERT_VALID(other)
51 other.clear();
57 value_swap(other);
59 PB_DS_ASSERT_VALID(other)
70 value_swap(other);
72 PB_DS_ASSERT_VALID(other)
77 PB_DS_CLASS_C_DEC new_other(other, other);
83 other
94 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/rc_binomial_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 PB_DS_ASSERT_VALID(other)
51 other.make_binomial_heap();
52 base_type::split(pred, other);
54 other.find_max();
57 PB_DS_ASSERT_VALID(other)
63 join(PB_DS_CLASS_C_DEC& other) argument
66 PB_DS_ASSERT_VALID(other)
69 other.make_binomial_heap();
70 base_type::join(other);
[all...]
H A Dconstructors_destructor_fn_imps.hpp58 rc_binomial_heap(const PB_DS_CLASS_C_DEC& other) argument
59 : base_type(other)
74 swap(PB_DS_CLASS_C_DEC& other) argument
77 PB_DS_ASSERT_VALID(other)
79 base_type::swap(other);
80 m_rc.swap(other.m_rc);
83 PB_DS_ASSERT_VALID(other)
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dnet11.C10 void other(char &x);
15 other(*p); // this is legal
H A Dnet12.C10 void other(char &x); // { dg-message "" } reference below
15 other(*q); // { dg-error "" } this is bad
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dsplit_join_fn_imps.hpp44 join_prep(PB_DS_CLASS_C_DEC& other) argument
47 PB_DS_ASSERT_VALID(other)
48 if (other.m_size == 0)
53 value_swap(other);
59 PB_DS_V2F(other.m_p_head->m_p_left->m_value));
62 Cmp_Fn::operator()(PB_DS_V2F(other.m_p_head->m_p_right->m_value),
69 value_swap(other);
71 m_size += other.m_size;
72 _GLIBCXX_DEBUG_ONLY(debug_base::join(other);)
79 join_finish(PB_DS_CLASS_C_DEC& other) argument
88 split_prep(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
131 split_finish(PB_DS_CLASS_C_DEC& other) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/
H A Dpoint_const_iterator.hpp80 point_const_iterator_(const point_const_iterator_& other) argument
81 : m_p_value(other.m_p_value)
86 point_const_iterator_(const point_iterator_& other) argument
87 : m_p_value(other.m_p_value)
108 operator==(const point_iterator_& other) const
109 { return m_p_value == other.m_p_value; }
113 operator==(const point_const_iterator_& other) const
114 { return m_p_value == other.m_p_value; }
118 operator!=(const point_iterator_& other) const
119 { return m_p_value != other
[all...]
H A Dpoint_iterator.hpp75 point_iterator_(const point_iterator_& other) argument
76 : m_p_value(other.m_p_value)
97 operator==(const point_iterator_& other) const
98 { return m_p_value == other.m_p_value; }
102 operator==(const point_const_iterator_& other) const
103 { return m_p_value == other.m_p_value; }
107 operator!=(const point_iterator_& other) const
108 { return m_p_value != other.m_p_value; }
112 operator!=(const point_const_iterator_& other) const
113 { return m_p_value != other
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/mips/
H A Dumips-lwp-8.c5 f1 (int dummy, int *r5, int *other) argument
9 other[0] = r4 * r4;
13 asm ("#foo" : "=m" (other[1]) : "d" (r4asm), "d" (r5asm));
H A Dumips-lwp-7.c5 f1 (int *r4, int dummy, int *other) argument
9 other[0] = r5 * r5;
13 asm ("#foo" : "=m" (other[1]) : "d" (r4asm), "d" (r5asm));
18 f2 (int *r4, int dummy, int *other) argument
25 asm ("#foo" : "=m" (other[0]) : "d" (r4asm), "d" (r5asm));
30 f3 (int dummy, int *r5, int *other) argument
37 asm ("#foo" : "=m" (other[0]) : "d" (r4asm), "d" (r5asm));
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcmp_fn_imps.hpp46 operator==(const Other_HT_Map_Type& other) const
47 { return cmp_with_other(other); }
53 cmp_with_other(const Other_Map_Type& other) const
55 if (size() != other.size())
58 for (typename Other_Map_Type::const_iterator it = other.begin();
59 it != other.end(); ++it)
82 operator!=(const Other_HT_Map_Type& other) const
83 { return !operator==(other); }
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/splay_tree_/
H A Dsplit_join_fn_imps.hpp44 join(PB_DS_CLASS_C_DEC& other) argument
47 PB_DS_ASSERT_VALID(other)
48 if (base_type::join_prep(other) == false)
51 PB_DS_ASSERT_VALID(other)
55 node_pointer p_target_r = other.leftmost(other.m_p_head);
57 other.splay(p_target_r);
59 _GLIBCXX_DEBUG_ASSERT(p_target_r == other.m_p_head->m_p_parent);
71 base_type::join_finish(other);
74 PB_DS_ASSERT_VALID(other)
80 split(key_const_reference r_key, PB_DS_CLASS_C_DEC& other) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pairing_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 PB_DS_ASSERT_VALID(other)
50 other.clear();
55 PB_DS_ASSERT_VALID(other)
65 ++other.m_size;
69 other.push_imp(p_out);
73 PB_DS_ASSERT_VALID(other)
86 PB_DS_ASSERT_VALID(other)
92 join(PB_DS_CLASS_C_DEC& other) argument
95 PB_DS_ASSERT_VALID(other)
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dbspec-2.s6 OCTA other
10 OCTA other
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dbspec-2.s6 OCTA other
10 OCTA other
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/thin_heap_/
H A Dsplit_join_fn_imps.hpp45 split(Pred pred, PB_DS_CLASS_C_DEC& other) argument
48 PB_DS_ASSERT_VALID(other)
50 other.clear();
54 PB_DS_ASSERT_VALID(other)
65 ++other.m_size;
67 other.make_root_and_link(p_out);
71 PB_DS_ASSERT_VALID(other)
83 PB_DS_ASSERT_VALID(other)
89 join(PB_DS_CLASS_C_DEC& other) argument
92 PB_DS_ASSERT_VALID(other)
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp84 binary_heap(const PB_DS_CLASS_C_DEC& other) argument
85 : entry_cmp(other), resize_policy(other), m_size(0),
86 m_actual_size(other.m_actual_size),
89 PB_DS_ASSERT_VALID(other)
90 _GLIBCXX_DEBUG_ASSERT(m_a_entries != other.m_a_entries);
94 copy_from_range(other.begin(), other.end());
110 swap(PB_DS_CLASS_C_DEC& other) argument
113 PB_DS_ASSERT_VALID(other)
124 value_swap(PB_DS_CLASS_C_DEC& other) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dcse3.C17 StatVal(const StatVal& other) argument
18 : m(other.m),
19 v(other.v) {}
21 StatVal& operator*=(const StatVal& other) { argument
23 double B = other.m == 0 ? 1.0 : other.v / (other.m * other.m);
24 m = m * other.m;
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dbss.s2 .section .other, "a", @progbits
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dattr-arch-directive-4.s1 # .c6xabi_attribute directives override other architecture information.
H A Dattr-arch-directive-5.s1 # .c6xabi_attribute directives override other architecture information.
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dattr-compatibility-other-other.d1 #name: C6X compatibility attribute merging, other other
4 #source: attr-compatibility-other.s
5 #source: attr-compatibility-other.s
6 #error: .*Object has vendor-specific contents that must be processed by the 'other' toolchain
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dbss.s2 .section .other, "a", @progbits

Completed in 281 milliseconds

1234567891011>>