Searched refs:swap (Results 76 - 100 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dqsort.c81 #define swap(a, b) \ macro
162 swap(pl, pl - es);
177 swap(a, pm);
185 swap(pa, pb);
193 swap(pc, pd);
200 swap(pb, pc);
218 swap(pl, pl - es);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dconstructors_destructor_fn_imps.hpp232 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
236 std::swap((Cmp_Fn& )(*this), (Cmp_Fn& )other);
245 std::swap(m_a_values, other.m_a_values);
246 std::swap(m_a_metadata, other.m_a_metadata);
247 std::swap(m_size, other.m_size);
248 std::swap(m_end_it, other.m_end_it);
249 _GLIBCXX_DEBUG_ONLY(map_debug_base::swap(other);)
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dqsort.c104 #define swap(a, b) \ macro
136 swap(pl, pl - es);
151 swap(a, pm);
159 swap(pa, pb);
167 swap(pc, pd);
174 swap(pb, pc);
183 swap(pl, pl - es);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dsharedptr.h88 swap(newValue);
116 swap(newValue);
142 void swap(SharedPtr<T> &other) { function in class:SharedPtr
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DStrong.h91 void swap(Strong& other) function in class:JSC::Strong
93 Handle<T>::swap(other);
142 template<class T> inline void swap(Strong<T>& a, Strong<T>& b) function in namespace:JSC
144 a.swap(b);
H A DWeak.h66 void swap(Weak&);
H A DWeakInlines.h56 template<class T> inline void swap(Weak<T>& a, Weak<T>& b) function in namespace:JSC
58 a.swap(b);
61 template<typename T> inline void Weak<T>::swap(Weak& other) function in class:JSC::Weak
63 std::swap(m_impl, other.m_impl);
69 swap(weak);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dadornments.cpp73 std::swap(ad, adornmentSlot(key));
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dadornments.cpp73 std::swap(ad, adornmentSlot(key));
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/backward/
H A Dalgobase.h68 using std::swap;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Dinsert_fn_imps.hpp156 std::swap(m_a_entries[i], m_a_entries[parent_i]);
190 std::swap(m_a_entries[i], m_a_entries[left_child_i]);
196 std::swap(m_a_entries[i], m_a_entries[right_child_i]);
219 (*p_e)->swap(tmp);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp102 swap(PB_DS_CLASS_C_DEC& other);
157 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
165 std::swap(m_a_entries[i], other.m_a_entries[i]);
167 std::swap(m_over_top, other.m_over_top);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dhash_standard_resize_policy_imp.hpp78 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
80 trigger_policy_base::swap(other);
81 size_policy_base::swap(other);
82 std::swap(m_size, other.m_size);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DRetainPtr.h101 void swap(RetainPtr&);
173 swap(ptr);
180 swap(ptr);
187 swap(ptr);
194 swap(ptr);
201 swap(ptr);
208 swap(ptr);
212 template<typename T> inline void RetainPtr<T>::swap(RetainPtr& o) function in class:WTF::RetainPtr
214 std::swap(m_ptr, o.m_ptr);
217 template<typename T> inline void swap(RetainPt function in namespace:WTF
[all...]
H A DOwnPtr.h74 void swap(OwnPtr& o) { std::swap(m_ptr, o.m_ptr); } function in class:WTF::OwnPtr
147 swap(ptr);
155 swap(ptr);
159 template<typename T> inline void swap(OwnPtr<T>& a, OwnPtr<T>& b) function in namespace:WTF
161 a.swap(b);
/macosx-10.10.1/apr-32/apr/apr/atomic/os390/
H A Datomic.c76 apr_uint32_t apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t swap, argument
81 __cs(&old, (cs_t *)mem, swap);
91 mem_ptr, /* set from swap when __cs1 succeeds */
101 mem_ptr, /* set from swap when __csg succeeds */
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dvmstat-p.d15 * swap virtual memory free Kbytes
83 "swap", "free", "re", "mf", "sr");
114 * fetch free swap
116 * free swap is described in /usr/include/vm/anon.h as,
121 this->swap = (this->ani_max - this->ani_resv > 0 ?
140 this->swap *= `_pagesize / 1024;
145 this->swap, this->free, re, mf, sr);
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dvmstat-p.d15 * swap virtual memory free Kbytes
83 "swap", "free", "re", "mf", "sr");
114 * fetch free swap
116 * free swap is described in /usr/include/vm/anon.h as,
121 this->swap = (this->ani_max - this->ani_resv > 0 ?
140 this->swap *= `_pagesize / 1024;
145 this->swap, this->free, re, mf, sr);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.c43 #include <swap.h>
96 char swap; /* forced swap order */ member in struct:Entry
174 int swap; /* swap() operation */ \
346 n = swapget(mp->swap, p, 2);
354 n = swapget(mp->swap, p, 8);
362 n = swapget(mp->swap, p, 4);
494 mp->swap = 0;
531 mp->swap
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/
H A Dassoc_container.hpp280 swap(tmp);
286 swap(cc_hash_table& other) function in class:pb_ds::cc_hash_table
287 { base_type::swap(other); }
448 swap(tmp);
454 swap(gp_hash_table& other) function in class:pb_ds::gp_hash_table
455 { base_type::swap(other); }
544 swap(tmp);
550 swap(tree& other) function in class:pb_ds::tree
551 { base_type::swap(other); }
620 swap(tm
626 swap(trie& other) function in class:pb_ds::trie
681 swap(list_update& other) function in class:pb_ds::list_update
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/API/
H A DJSRetainPtr.h72 void swap(JSRetainPtr&);
167 template<typename T> inline void JSRetainPtr<T>::swap(JSRetainPtr<T>& o) function in class:JSRetainPtr
169 std::swap(m_ptr, o.m_ptr);
172 template<typename T> inline void swap(JSRetainPtr<T>& a, JSRetainPtr<T>& b) function
174 a.swap(b);
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGRefPtr.h112 void swap(GRefPtr&);
146 template <class T> inline void GRefPtr<T>::swap(GRefPtr<T>& o) function in class:WTF::GRefPtr
148 std::swap(m_ptr, o.m_ptr);
151 template <class T> inline void swap(GRefPtr<T>& a, GRefPtr<T>& b) function in namespace:WTF
153 a.swap(b);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/cpp/
H A DWKRetainPtr.h120 void swap(WKRetainPtr&);
192 template<typename T> inline void WKRetainPtr<T>::swap(WKRetainPtr<T>& o) function in class:WebKit::WKRetainPtr
194 std::swap(m_ptr, o.m_ptr);
197 template<typename T> inline void swap(WKRetainPtr<T>& a, WKRetainPtr<T>& b) function in namespace:WebKit
199 a.swap(b);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DSmallPtrSet.h138 /// swap - Swaps the elements of two sets.
140 void swap(SmallPtrSetImpl &RHS);
292 /// swap - Swaps the elements of two sets.
293 void swap(SmallPtrSet<PtrType, SmallSize> &RHS) { function in class:llvm::SmallPtrSet
294 SmallPtrSetImpl::swap(RHS);
301 /// Implement std::swap in terms of SmallPtrSet swap.
303 inline void swap(llvm::SmallPtrSet<T, N> &LHS, llvm::SmallPtrSet<T, N> &RHS) { function in namespace:std
304 LHS.swap(RHS);
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.h57 kxld_addr_t target, kxld_addr_t pair_target, boolean_t swap);
71 boolean_t swap; member in struct:kxld_relocator
92 cpu_type_t cputype, cpu_subtype_t cpusubtype, boolean_t swap)

Completed in 395 milliseconds

1234567891011>>