Searched refs:swap (Results 126 - 150 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/trie_policy/
H A Dtrie_policy_base.hpp174 std::swap(b_l, b_r);
176 std::swap(e_l, e_r);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDenseSet.h51 void swap(DenseSet& RHS) { function in class:llvm::DenseSet
52 TheMap.swap(RHS.TheMap);
H A DIntrusiveRefCntPtr.h144 swap(S);
161 void swap(IntrusiveRefCntPtr& other) { function in class:llvm::IntrusiveRefCntPtr
H A DPackedVector.h148 void swap(PackedVector &RHS) { function in class:llvm::PackedVector
149 Bits.swap(RHS.Bits);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DLatencyPriorityQueue.cpp128 std::swap(*Best, Queue.back());
137 std::swap(*I, Queue.back());
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_set.i17 void swap(set& v);
/macosx-10.10.1/IOKitUser-1050.1.21/kext.subproj/
H A Dfat_util.c359 uint8_t swap; local
368 swap = ISSWAPPEDMACHO(magic);
370 fat_arches[0].cputype = CondSwapInt32(swap, mach_hdr->cputype);
371 fat_arches[0].cpusubtype = CondSwapInt32(swap, mach_hdr->cpusubtype);
411 // These are already swapped so don't swap them here.
H A Dmacho_util.h212 * @param swap A boolean flag indicating whether the Mach-O file's byte order
214 * If nonzero, the callback needs to swap all multibyte values
228 uint8_t swap,
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DScriptCallStack.cpp55 m_frames.swap(frames);
/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DNodes.cpp102 m_arena.swap(*vm->parserArena);
104 m_varStack.swap(*varStack);
106 m_functionStack.swap(*funcStack);
107 m_capturedVariables.swap(capturedVariables);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DStructureIDTable.cpp55 // Store fence to make sure we've copied everything before doing the swap.
59 swap(m_table, newTable);
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dmerge.c223 tp2 = list1; /* swap list1, list2 */
236 #define swap(a, b) { \ macro
302 swap (f1, f1 + size);
327 swap(f1, f1 + size);
350 swap(u, t);
H A Dmerge_b.c223 tp2 = list1; /* swap list1, list2 */
236 #define swap(a, b) { \ macro
302 swap (f1, f1 + size);
327 swap(f1, f1 + size);
350 swap(u, t);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dcoderepository.h104 this->swap(result);
H A Dfdmover.cpp98 swap(fds, result);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dcoderepository.h104 this->swap(result);
H A Dfdmover.cpp98 swap(fds, result);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageAllocationAligned.cpp72 std::swap(tmp, *this);
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/
H A DArgumentCoders.h155 vector.swap(tmp);
186 vector.swap(temp);
225 hashMap.swap(tempHashMap);
259 hashSet.swap(tempHashSet);
/macosx-10.10.1/cups-408/cups/cups/
H A Dtranscode.c562 int swap; /* Byte-swap input to output */ local
588 swap = *src == 0xfffe0000;
590 DEBUG_printf(("4cupsUTF32ToUTF8: swap=%d", swap));
604 * Byte swap input UTF-32, if necessary...
608 if (swap)
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxsmfns.c328 swap,
335 Bool swap;
347 swap,
354 Bool swap;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dfindlib.h65 int swap; member in struct:__anon9075
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dallocator.h147 swap(__one, __two);
H A Dstl_multimap.h431 * Note that the global std::swap() function is specialized such that
432 * std::swap(m1,m2) will feed to this function.
435 swap(multimap& __x) function in class:multimap
436 { _M_t.swap(__x._M_t); }
661 /// See std::multimap::swap().
664 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, function
666 { __x.swap(__y); }
H A Dstl_multiset.h274 * Note that the global std::swap() function is specialized such that
275 * std::swap(s1,s2) will feed to this function.
278 swap(multiset<_Key, _Compare, _Alloc>& __x) function in class:multiset
279 { _M_t.swap(__x._M_t); }
556 /// See std::multiset::swap().
559 swap(multiset<_Key, _Compare, _Alloc>& __x, function
561 { __x.swap(__y); }

Completed in 204 milliseconds

1234567891011>>