Searched refs:swap (Results 26 - 50 of 376) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
H A Dconstructors_destructor_fn_imps.hpp134 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
141 std::swap((entry_cmp& )(*this), (entry_cmp& )other);
151 std::swap(m_a_entries, other.m_a_entries);
152 std::swap(m_size, other.m_size);
153 std::swap(m_actual_size, other.m_actual_size);
154 static_cast<resize_policy*>(this)->swap(other);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp87 swap(const PB_DS_CLASS_C_DEC& other);
98 swap(const PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
99 { std::swap((Eq_Fn& )(*this), (Eq_Fn& )other); }
146 swap(const PB_DS_CLASS_C_DEC& other);
176 swap(const PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
177 { std::swap((Eq_Fn& )(*this), (Eq_Fn& )(other)); }
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/resize_policy/
H A Dcc_hash_max_collision_check_resize_trigger_imp.hpp186 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
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);
H A Dsample_resize_policy.hpp66 swap(sample_resize_policy& other);
H A Dhash_load_check_resize_trigger_imp.hpp228 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
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.m_next_grow_size);
238 std::swap(m_next_shrink_size, other.m_next_shrink_size);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DOwningPtr.h77 void swap(OwningPtr &RHS) { function in class:llvm::OwningPtr
85 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { function in namespace:llvm
86 a.swap(b);
139 void swap(OwningArrayPtr &RHS) { function in class:llvm::OwningArrayPtr
147 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { function in namespace:llvm
148 a.swap(b);
/freebsd-9.3-release/tools/regression/acltools/
H A D03.t48 MD1=`mdconfig -at swap -s 64m`
59 MD2=`mdconfig -at swap -s 10m`
71 MD3=`mdconfig -at swap -s 10m`
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp162 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
167 std::swap(m_entries, other.m_entries);
168 std::swap(m_num_e, other.m_num_e);
169 std::swap(m_num_used_e, other.m_num_used_e);
170 ranged_hash_fn_base::swap(other);
171 hash_eq_fn_base::swap(other);
172 resize_base::swap(other);
174 _GLIBCXX_DEBUG_ONLY(map_debug_base::swap(other));
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/hash_fn/
H A Dmask_based_range_hashing.hpp64 swap(mask_based_range_hashing& other) function in class:pb_ds::detail::mask_based_range_hashing
65 { std::swap(m_mask, other.m_mask); }
H A Dranged_probe_fn.hpp99 swap(PB_DS_CLASS_C_DEC&);
140 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
142 comb_probe_fn_base::swap(other);
143 std::swap((Hash_Fn& )(*this), (Hash_Fn&)other);
206 swap(PB_DS_CLASS_C_DEC&);
250 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
252 comb_probe_fn_base::swap(other);
253 std::swap((Hash_Fn& )(*this), (Hash_Fn& )other);
326 swap(ranged_probe_fn& other) function in class:pb_ds::detail::ranged_probe_fn
327 { comb_probe_fn_base::swap(othe
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp95 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
98 base_type::swap(other);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dconstructors_destructor_fn_imps.hpp95 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
99 base_type::swap(other);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dconstructors_destructor_fn_imps.hpp89 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
94 std::swap((Cmp_Fn& )(*this), (Cmp_Fn& )other);
104 std::swap(m_p_root, other.m_p_root);
105 std::swap(m_size, other.m_size);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp67 std::swap(m_a_metadata, a_new_metadata_vec);
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dlist.cc61 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) function in class:_List_node_base
68 std::swap(__x._M_next,__y._M_next);
69 std::swap(__x._M_prev,__y._M_prev);
117 std::swap(__tmp->_M_next, __tmp->_M_prev);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dconstructors_destructor_fn_imps.hpp94 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
97 base_type::swap(other);
98 std::swap(m_p_max, other.m_p_max);
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsTargetMachine.cpp81 InstrInfoSE.swap(InstrInfo);
82 FrameLoweringSE.swap(FrameLowering);
83 TLInfoSE.swap(TLInfo);
89 InstrInfo16.swap(InstrInfo);
90 FrameLowering16.swap(FrameLowering);
91 TLInfo16.swap(TLInfo);
99 InstrInfo16.swap(InstrInfo);
100 FrameLowering16.swap(FrameLowering);
101 TLInfo16.swap(TLInfo);
107 InstrInfoSE.swap(InstrInf
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_emu.h131 register struct fpn *swap; \
132 swap = (x), (x) = (y), (y) = swap; \
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DSmallPtrSet.cpp225 void SmallPtrSetImpl::swap(SmallPtrSetImpl &RHS) {
230 std::swap(this->CurArray, RHS.CurArray);
231 std::swap(this->CurArraySize, RHS.CurArraySize);
232 std::swap(this->NumElements, RHS.NumElements);
233 std::swap(this->NumTombstones, RHS.NumTombstones);
244 std::swap(this->NumElements, RHS.NumElements);
245 std::swap(this->CurArraySize, RHS.CurArraySize);
258 std::swap(RHS.NumElements, this->NumElements);
259 std::swap(RHS.CurArraySize, this->CurArraySize);
267 // Both a small, just swap th
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dios.cpp409 ios_base::swap(ios_base& rhs) _NOEXCEPT
411 _VSTD::swap(__fmtflags_, rhs.__fmtflags_);
412 _VSTD::swap(__precision_, rhs.__precision_);
413 _VSTD::swap(__width_, rhs.__width_);
414 _VSTD::swap(__rdstate_, rhs.__rdstate_);
415 _VSTD::swap(__exceptions_, rhs.__exceptions_);
418 _VSTD::swap(lhs_loc, rhs_loc);
419 _VSTD::swap(__fn_, rhs.__fn_);
420 _VSTD::swap(__index_, rhs.__index_);
421 _VSTD::swap(__event_size
[all...]
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dvmstat.d16 * swap virtual memory free Kbytes
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
106 * fetch free swap
108 * free swap is described in /usr/include/vm/anon.h as,
113 this->swap = (this->ani_max - this->ani_resv > 0 ?
126 this->swap *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Mem/
H A Dvmstat.d16 * swap virtual memory free Kbytes
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
106 * fetch free swap
108 * free swap is described in /usr/include/vm/anon.h as,
113 this->swap = (this->ani_max - this->ani_resv > 0 ?
126 this->swap *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/list_update_map_/
H A Dconstructor_destructor_fn_imps.hpp118 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
122 _GLIBCXX_DEBUG_ONLY(map_debug_base::swap(other);)
123 std::swap(m_p_l, other.m_p_l);
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/
H A Dpriority_queue.hpp120 swap(tmp);
126 swap(priority_queue& other) function in class:pb_ds::priority_queue
127 { base_type::swap(other); }
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_emu.h133 struct fpn *swap; \
134 swap = (x), (x) = (y), (y) = swap; \

Completed in 222 milliseconds

1234567891011>>