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

1234567891011>>

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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)); }
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/llvmCore-3425.0.34/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
76 a.swap(b);
120 void swap(OwningArrayPtr &RHS) { function in class:llvm::OwningArrayPtr
128 inline void swap(OwningArrayPtr<T> &a, OwningArrayPtr<T> &b) { function in namespace:llvm
129 a.swap(b);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dswab.c47 #include <swap.h>
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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));
/macosx-10.10.1/libstdcxx-104.1/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
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...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dswapget.c31 #include <swap.h>
H A Dswapop.c31 #include <swap.h>
34 * return the swap operation for external to internal conversion
36 * this is a workaround for 4 byte magic predicting 8 byte swap
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dinsert_fn_imps.hpp67 std::swap(m_a_metadata, a_new_metadata_vec);
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DSmallPtrSetTest.cpp30 std::swap(a, b);
39 std::swap(a, b);
48 std::swap(a, b);
61 std::swap(b, a);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DMallocPtr.h77 swap(ptr);
82 void swap(MallocPtr& other) function in class:WTF::MallocPtr
84 std::swap(m_ptr, other.m_ptr);
H A DRefPtr.h81 void swap(RefPtr&);
109 swap(ptr);
116 swap(ptr);
123 swap(ptr);
130 swap(ptr);
137 swap(ptr);
144 swap(ptr);
151 swap(ptr);
158 swap(ptr);
162 template<class T> inline void RefPtr<T>::swap(RefPt function in class:WTF::RefPtr
167 template<class T> inline void swap(RefPtr<T>& a, RefPtr<T>& b) function in namespace:WTF
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/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);
/macosx-10.10.1/smb-759.0/lib/librpc/
H A Drpc_helpers.hpp90 void swap(rpc_binding& rhs) { function in struct:rpc_binding
91 std::swap(this->binding_handle, rhs.binding_handle);
96 this->swap(tmp);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A Dfsck_journal.c175 getJournalTransaction(JournalIOInfo_t *jinfo, swapper_t *swap) argument
191 if (swap->swap32(hdr->num_blocks) == 0) {
208 uint32_t tmpChecksum = swap->swap32(hdr->checksum);
212 hdr->checksum = swap->swap32(tmpChecksum);
220 if (swap->swap32(hdr->bytes_used) < sizeof(block)) {
224 __FUNCTION__, __LINE__, swap->swap32(hdr->bytes_used), sizeof(block));
230 retval = malloc(swap->swap32(hdr->bytes_used));
234 memset(retval, 0, swap->swap32(hdr->bytes_used));
236 amt = swap->swap32(hdr->bytes_used) - sizeof(block);
263 * swap
269 replayTransaction(block_list_header *txn, size_t blSize, size_t blkSize, swapper_t *swap, journal_write_block_t writer) argument
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/win/
H A DGDIObject.h66 void swap(GDIObject& o) { std::swap(m_object, o.m_object); } function in class:WTF::GDIObject
99 swap(object);
108 template<typename T> inline void swap(GDIObject<T>& a, GDIObject<T>& b) function in namespace:WTF
110 a.swap(b);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dmacho_util.c37 #include <mach-o/swap.h>
63 uint8_t swap = 0; local
86 swap = 1;
92 symtab_offset = CondSwapInt32(swap, symtab->symoff);
93 str_offset = CondSwapInt32(swap, symtab->stroff);
94 num_syms = CondSwapInt32(swap, symtab->nsyms);
127 string_index = CondSwapInt32(swap, seekptr_64->n_un.n_strx);
130 n_value = CondSwapInt64(swap, seekptr_64->n_value);
133 string_index = CondSwapInt32(swap, seekptr->n_un.n_strx);
136 n_value = (uint64_t)CondSwapInt32(swap, seekpt
266 __macho_lc_is_symtab( struct load_command * lc_cmd, const void * file_end, uint8_t swap, void * user_data) argument
343 __macho_lc_is_dysymtab( struct load_command * lc_cmd, const void * file_end, uint8_t swap, void * user_data) argument
473 __macho_sect_in_lc( struct load_command * lc_cmd, const void * file_end, uint8_t swap, void * user_data) argument
626 uint8_t swap = 0; local
1054 boolean_t swap = FALSE; local
1139 boolean_t swap = FALSE; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DSmallPtrSet.cpp228 void SmallPtrSetImpl::swap(SmallPtrSetImpl &RHS) {
233 std::swap(this->CurArray, RHS.CurArray);
234 std::swap(this->CurArraySize, RHS.CurArraySize);
235 std::swap(this->NumElements, RHS.NumElements);
236 std::swap(this->NumTombstones, RHS.NumTombstones);
247 std::swap(this->NumElements, RHS.NumElements);
248 std::swap(this->CurArraySize, RHS.CurArraySize);
261 std::swap(RHS.NumElements, this->NumElements);
262 std::swap(RHS.CurArraySize, this->CurArraySize);
270 // Both a small, just swap th
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dvmstat.d17 * 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,

Completed in 172 milliseconds

1234567891011>>