Searched refs:other (Results 76 - 100 of 379) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dnode.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
68 Allocator> >::other::pointer
73 metadata_type>::other::reference
78 metadata_type>::other::const_reference
122 Allocator> >::other::pointer
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dnode.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
63 splay_tree_node_<Value_Type, Metadata, Allocator> >::other::pointer
67 typename Allocator::template rebind<metadata_type>::other::reference
71 typename Allocator::template rebind<metadata_type>::other::const_reference
109 splay_tree_node_<Value_Type, null_node_metadata, Allocator> >::other::pointer
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/trie_policy/
H A Dsample_trie_e_access_traits.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
65 key_type>::other::const_reference
/freebsd-9.3-release/etc/pam.d/
H A DMakefile12 other \
/freebsd-9.3-release/contrib/libcxxrt/
H A Ddynamic_cast.cc12 * and/or other materials provided with the distribution.
110 void *__class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
112 if (this == other)
119 void *__si_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
121 if (this == other)
125 return __base_type->cast_to(obj, other);
137 void *__vmi_class_type_info::cast_to(void *obj, const struct __class_type_info *other) const
139 if (__do_upcast(other, &obj))
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/
H A Dassoc_container.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
79 typedef typename allocator::template rebind<Key>::other::value_type key_type;
80 typedef typename allocator::template rebind<key_type>::other key_rebind;
88 typedef typename allocator::template rebind<mapped_type>::other mapped_rebind;
96 typedef typename allocator::template rebind<value_type>::other value_rebind;
267 cc_hash_table(const cc_hash_table& other) argument
268 : base_type((const base_type&)other)
275 operator=(const cc_hash_table& other) argument
286 swap(cc_hash_table& other) argument
435 gp_hash_table(const gp_hash_table& other) argument
443 operator =(const gp_hash_table& other) argument
454 swap(gp_hash_table& other) argument
532 tree(const tree& other) argument
539 operator =(const tree& other) argument
550 swap(tree& other) argument
608 trie(const trie& other) argument
615 operator =(const trie& other) argument
626 swap(trie& other) argument
663 list_update(const list_update& other) argument
670 operator =(const list_update& other) argument
681 swap(list_update& other) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dmap_debug_base.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
81 map_debug_base(const PB_DS_CLASS_C_DEC& other);
104 swap(PB_DS_CLASS_C_DEC& other);
111 join(PB_DS_CLASS_C_DEC& other);
140 map_debug_base(const PB_DS_CLASS_C_DEC& other) : m_key_set(other.m_key_set) argument
248 swap(PB_DS_CLASS_C_DEC& other) argument
251 m_key_set.swap(other
311 split(const_key_reference r_key, Cmp_Fn cmp_fn, PB_DS_CLASS_C_DEC& other) argument
332 join(PB_DS_CLASS_C_DEC& other) argument
[all...]
H A Dbasic_types.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
69 typedef typename Allocator::template rebind<Mapped>::other mapped_type_allocator;
76 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
96 typedef typename Allocator::template rebind<Mapped>::other mapped_type_allocator;
103 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
130 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocator;
139 typedef typename Allocator::template rebind<value_type>::other value_type_allocator;
172 typedef typename Allocator::template rebind<null_mapped_type>::other mapped_type_allocato
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dhash_load_check_resize_trigger_imp.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
228 swap(PB_DS_CLASS_C_DEC& other) argument
231 _GLIBCXX_DEBUG_ONLY(other.assert_valid();)
233 size_base::swap(other);
234 std::swap(m_load_min, other.m_load_min);
235 std::swap(m_load_max, other.m_load_max);
236 std::swap(m_resize_needed, other.m_resize_needed);
237 std::swap(m_next_grow_size, other
[all...]
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
186 swap(PB_DS_CLASS_C_DEC& other) argument
188 std::swap(m_load, other.m_load);
189 std::swap(m_size, other.m_size);
190 std::swap(m_num_col, other.m_num_col);
191 std::swap(m_max_col, other.m_max_col);
192 std::swap(m_resize_needed, other.m_resize_needed);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dtraits.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
85 node>::other::pointer,
98 node>::other::pointer,
111 node>::other::pointer,
124 node>::other::pointer,
199 node>::other::pointer,
214 node>::other::pointer,
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-aout.h44 (aout_symbol (symbol_get_bfdsym (S))->other = (V))
50 (aout_symbol (symbol_get_bfdsym (S))->other)
/freebsd-9.3-release/contrib/libc++/src/
H A Dexception.cpp198 exception_ptr::exception_ptr(const exception_ptr& other) _NOEXCEPT
199 : __ptr_(other.__ptr_)
205 reinterpret_cast<const __exception_ptr::exception_ptr&>(other));
217 exception_ptr& exception_ptr::operator=(const exception_ptr& other) _NOEXCEPT
220 if (__ptr_ != other.__ptr_)
222 __cxa_increment_exception_refcount(other.__ptr_);
224 __ptr_ = other.__ptr_;
229 reinterpret_cast<const __exception_ptr::exception_ptr&>(other);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
111 value_type>::other::pointer
116 value_type>::other::const_pointer
121 value_type>::other::reference
126 value_type>::other::const_reference
169 split(Pred pred, PB_DS_CLASS_C_DEC& other);
172 join(PB_DS_CLASS_C_DEC& other);
180 binomial_heap_base_(const PB_DS_CLASS_C_DEC& other);
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dmask_based_range_hashing.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
64 swap(mask_based_range_hashing& other) argument
65 { std::swap(m_mask, other.m_mask); }
H A Dranged_hash_fn.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
84 typedef typename Allocator::template rebind< Key>::other key_allocator;
124 swap(PB_DS_CLASS_C_DEC& other) argument
126 comb_hash_fn_base::swap(other);
127 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
167 typedef typename Allocator::template rebind<Key>::other key_allocator;
210 swap(PB_DS_CLASS_C_DEC& other) argument
212 comb_hash_fn_base::swap(other);
299 swap(PB_DS_CLASS_C_DEC& other) argument
356 swap(PB_DS_CLASS_C_DEC& other) argument
[all...]
H A Dranged_probe_fn.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
86 typedef typename Allocator::template rebind<Key>::other key_allocator;
140 swap(PB_DS_CLASS_C_DEC& other) argument
142 comb_probe_fn_base::swap(other);
143 std::swap((Hash_Fn& )(*this), (Hash_Fn&)other);
192 typedef typename Allocator::template rebind<Key>::other key_allocator;
250 swap(PB_DS_CLASS_C_DEC& other) argument
252 comb_probe_fn_base::swap(other);
326 swap(ranged_probe_fn& other) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dnode.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
73 this_type>::other::pointer
111 this_type>::other::pointer
/freebsd-9.3-release/crypto/heimdal/
H A Dkrb5.conf22 computer = computer.some.other.domain
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCall.h83 void addFrom(const CallArgList &other) { argument
84 insert(end(), other.begin(), other.end());
86 other.Writebacks.begin(), other.Writebacks.end());
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dbinary_heap_.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
104 Value_Type>::other
116 entry>::other
141 value_type>::other::pointer
146 value_type>::other::const_pointer
151 value_type>::other::reference
156 value_type>::other::const_reference
189 binary_heap_(const PB_DS_CLASS_C_DEC& other);
[all...]
H A Dresize_policy.hpp22 // software library without restriction. Specifically, if other files
24 // file, or you compile this file and link it with other files to
27 // License. This exception does not however invalidate any other
77 swap(PB_DS_CLASS_C_DEC& other);
142 swap(PB_DS_CLASS_C_DEC& other) argument
144 std::swap(m_next_shrink_size, other.m_next_shrink_size);
145 std::swap(m_next_grow_size, other.m_next_grow_size);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dvsscanf.c25 * sale, use or other dealings in this Software without prior written *
81 final_ch(int ch, OtherType other) argument
87 if (other == oUnknown)
96 switch (other) {
112 switch (other) {
125 if (other == oUnknown)
131 if (other == oUnknown)
137 if (other == oUnknown)
214 OtherType other, otest;
233 other
[all...]
/freebsd-9.3-release/contrib/llvm/lib/IR/
H A DInlineAsm.cpp68 InlineAsm::ConstraintInfo::ConstraintInfo(const ConstraintInfo &other) : argument
69 Type(other.Type), isEarlyClobber(other.isEarlyClobber),
70 MatchingInput(other.MatchingInput), isCommutative(other.isCommutative),
71 isIndirect(other.isIndirect), Codes(other.Codes),
72 isMultipleAlternative(other.isMultipleAlternative),
73 multipleAlternatives(other.multipleAlternatives),
74 currentAlternativeIndex(other
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Decoff.h85 int type, int other, int desc);

Completed in 188 milliseconds

1234567891011>>