Searched defs:swap (Results 26 - 50 of 163) sorted by relevance

1234567

/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dicmp.c70 struct in_addr swap; local
/macosx-10.9.5/smb-697.95.1/lib/librpc/
H A Drpc_helpers.hpp90 void swap(rpc_binding& rhs) { function in struct:rpc_binding
/macosx-10.9.5/BerkeleyDB-21/db/clib/
H A Dqsort.c75 #define swap(a, b) \ macro
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/eq_fn/
H A Dhash_eq_fn.hpp98 swap(const PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
176 swap(const PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/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
H A Dranged_hash_fn.hpp124 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
210 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
299 swap(PB_DS_CLASS_C_DE function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
356 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
[all...]
H A Dranged_probe_fn.hpp140 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
250 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
326 swap(ranged_probe_fn& other) function in class:pb_ds::detail::ranged_probe_fn
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DUse.cpp23 void Use::swap(Use &RHS) { function in class:llvm::Use
/macosx-10.9.5/Chess-310.5/sjeng/
H A Dsee.c179 see_data swap; local
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dqsort.c82 #define swap(a, b) \ macro
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathNodeSet.h48 void swap(NodeSet& other) { std::swap(m_isSorted, other.m_isSorted); std::swap(m_subtreesAreDisjoint, other.m_subtreesAreDisjoint); m_nodes.swap(other.m_nodes); } function in class:WebCore::XPath::NodeSet
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/atomic/os390/
H A Datomic.c76 apr_uint32_t apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t swap, argument
/macosx-10.9.5/apr-30/apr/apr/atomic/os390/
H A Datomic.c76 apr_uint32_t apr_atomic_cas32(volatile apr_uint32_t *mem, apr_uint32_t swap, argument
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtranscode.c570 int swap; /* Byte-swap input to output */ local
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dconstructor_destructor_fn_imps.hpp180 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/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
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Dconstructors_destructor_fn_imps.hpp118 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc.hpp157 swap(PB_DS_CLASS_C_DEC& other) function in class:pb_ds::detail::PB_DS_CLASS_C_DEC
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/
H A Dpriority_queue.hpp126 swap(priority_queue& other) function in class:pb_ds::priority_queue
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DOwningPtr.h67 void swap(OwningPtr &RHS) { function in class:llvm::OwningPtr
75 inline void swap(OwningPtr<T> &a, OwningPtr<T> &b) { function in namespace:llvm
120 void swap(OwningArrayPtr &RHS) { function in class:llvm::OwningArrayPtr
128 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { function in namespace:llvm
/macosx-10.9.5/ruby-104/ruby/ext/json/lib/json/
H A Dcommon.rb407 def self.swap!(string) # :nodoc: singleton method
/macosx-10.9.5/xnu-2422.115.4/SETUP/config/
H A Dmkswapconf.c85 register struct file_list *swap; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dqsort.c104 #define swap(a, b) \ macro
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dsalt-des.c146 unsigned char swap[] = { 0x0, 0x8, 0x4, 0xc, 0x2, 0xa, 0x6, 0xe, local
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSRetainPtr.h167 template<typename T> inline void JSRetainPtr<T>::swap(JSRetainPtr<T>& o) function in class:JSRetainPtr
172 template<typename T> inline void swap(JSRetainPtr<T>& a, JSRetainPtr<T>& b) function

Completed in 441 milliseconds

1234567