Searched refs:swap (Results 101 - 125 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/WTF-7600.1.24/wtf/text/
H A DStringBuilder.h270 void swap(StringBuilder& stringBuilder) function in class:WTF::StringBuilder
272 std::swap(m_length, stringBuilder.m_length);
273 m_string.swap(stringBuilder.m_string);
274 m_buffer.swap(stringBuilder.m_buffer);
275 std::swap(m_is8Bit, stringBuilder.m_is8Bit);
276 std::swap(m_bufferCharacters8, stringBuilder.m_bufferCharacters8);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/resize_policy/
H A Dhash_prime_size_policy_imp.hpp136 swap(PB_DS_CLASS_C_DEC& other) function in class:PB_DS_CLASS_C_DEC
137 { std::swap(m_start_size, other.m_start_size); }
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDenseMap.h308 void swap(DenseMapBase& RHS) { function in class:llvm::DenseMapBase
309 std::swap(getNumEntries(), RHS.getNumEntries());
310 std::swap(getNumTombstones(), RHS.getNumTombstones());
542 swap(other);
557 void swap(DenseMap& RHS) { function in class:llvm::DenseMap
558 std::swap(Buckets, RHS.Buckets);
559 std::swap(NumEntries, RHS.NumEntries);
560 std::swap(NumTombstones, RHS.NumTombstones);
561 std::swap(NumBuckets, RHS.NumBuckets);
574 swap(othe
721 void swap(SmallDenseMap& RHS) { function in class:llvm::SmallDenseMap
[all...]
H A DBitVector.h414 void swap(BitVector &RHS) {
415 std::swap(Bits, RHS.Bits);
416 std::swap(Size, RHS.Size);
417 std::swap(Capacity, RHS.Capacity);
526 /// Implement std::swap in terms of BitVector swap.
528 swap(llvm::BitVector &LHS, llvm::BitVector &RHS) {
529 LHS.swap(RHS);
/macosx-10.10.1/objc4-646/runtime/
H A Dllvm-DenseMap.h344 void swap(DenseMapBase& RHS) { function in class:objc::DenseMapBase
345 std::swap(getNumEntries(), RHS.getNumEntries());
346 std::swap(getNumTombstones(), RHS.getNumTombstones());
605 swap(other);
620 void swap(DenseMap& RHS) { function in class:objc::DenseMap
621 std::swap(Buckets, RHS.Buckets);
622 std::swap(NumEntries, RHS.NumEntries);
623 std::swap(NumTombstones, RHS.NumTombstones);
624 std::swap(NumBuckets, RHS.NumBuckets);
637 swap(othe
785 void swap(SmallDenseMap& RHS) { function in class:objc::SmallDenseMap
[all...]
/macosx-10.10.1/vim-55/runtime/macros/
H A Dswapmous.vim1 " These macros swap the left and right mouse buttons (for left handed)
/macosx-10.10.1/BerkeleyDB-21/db/mutex/
H A Duts4_cc.s9 / value i, using compare-and-swap.
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DHandle.h67 void swap(HandleBase& other) { std::swap(m_slot, other.m_slot); } function in class:JSC::HandleBase
122 void swap(Handle& other) { HandleBase::swap(other); } function in class:JSC::Handle
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DScriptArguments.cpp48 m_arguments.swap(arguments);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageAllocation.h100 std::swap(tmp, *this);
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/efl/
H A DSnapshotImageGL.cpp56 std::swap(data[i], data[i + 2]);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/
H A DViewUpdateDispatcher.cpp79 localCopy.swap(m_latestUpdate);
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DSphereFile.c131 if (s->swap) *r = Snack_SwapShort(*r);
135 if (s->swap) *is = Snack_SwapLong(*is);
139 if (s->swap) *fs = (float) Snack_SwapLong((int)*fs);
157 if (s->swap) {
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dpsort.c165 #define swap(a, b) \ macro
248 swap(pl, pl - es);
263 swap(a, pm);
271 swap(pa, pb);
279 swap(pc, pd);
286 swap(pb, pc);
304 swap(pl, pl - es);
H A Dpsort_b.c165 #define swap(a, b) \ macro
248 swap(pl, pl - es);
263 swap(a, pm);
271 swap(pa, pb);
279 swap(pc, pd);
286 swap(pb, pc);
304 swap(pl, pl - es);
H A Dpsort_r.c165 #define swap(a, b) \ macro
248 swap(pl, pl - es);
263 swap(a, pm);
271 swap(pa, pb);
279 swap(pc, pd);
286 swap(pb, pc);
304 swap(pl, pl - es);
H A Dradixsort.c143 #define swap(a, b, t) t = a, a = b, b = t macro
233 swap(*sp0, *sp1, temp); /* Play it safe -- biggest bin last. */
249 swap(*ak, r, t);
323 swap(*sp0, *sp1, temp);
350 swap(ai[0], ai[-1], s);
/macosx-10.10.1/xnu-2782.1.97/libkern/kxld/
H A Dkxld_reloc.c123 kxld_addr_t pair_target, boolean_t swap);
136 kxld_addr_t pair_target, boolean_t swap);
151 kxld_addr_t pair_target, boolean_t swap);
164 kxld_addr_t pair_target, boolean_t swap);
206 cpu_subtype_t cpusubtype __unused, boolean_t swap)
269 relocator->swap = swap;
664 if (relocator->swap) {
686 if (relocator->swap) {
755 pair_target, relocator->swap);
204 kxld_relocator_init(KXLDRelocator *relocator, u_char *file, const KXLDSymtab *symtab, const KXLDArray *sectarray, cpu_type_t cputype, cpu_subtype_t cpusubtype __unused, boolean_t swap) argument
1597 arm64_process_reloc(const KXLDRelocator *relocator __unused, u_char *instruction, u_int length, u_int pcrel, kxld_addr_t _base_pc __unused, kxld_addr_t _link_pc, kxld_addr_t _link_disp __unused, u_int _type, kxld_addr_t _target, kxld_addr_t _pair_target __unused, boolean_t swap) argument
[all...]
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Doutput.c855 fill_ctf_segments(struct segment_command *seg, struct section *sect, uint32_t vmaddr, size_t size, uint32_t offset, int swap) argument
885 if (swap) {
902 int fd, cmdsleft, swap = (MH_CIGAM == mh->magic); local
913 if (swap) {
945 if (swap) {
953 if (swap) {
974 ((struct segment_command *)ctfcmd)->vmaddr, ctfsize, sz /* file offset */, swap);
1004 swap);
1006 if (swap) {
1025 fill_ctf_segments_64(struct segment_command_64 *seg, struct section_64 *sect, uint64_t vmaddr, size_t size, uint32_t offset, int swap) argument
1072 int fd, cmdsleft, swap = (MH_CIGAM_64 == mh->magic); local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/rc4/
H A Drc4c.tcl88 void swap (unsigned char *lhs, unsigned char *rhs) {
116 swap(&ctx->s[n], &ctx->s[j]);
154 swap(&ctx->s[x], &ctx->s[y]);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/tr1/
H A Dboost_shared_ptr.h632 __shared_ptr(__r).swap(*this);
638 { __shared_ptr().swap(*this); }
646 __shared_ptr(__p).swap(*this);
652 { __shared_ptr(__p, __d).swap(*this); }
690 swap(__shared_ptr<_Tp, _Lp>& __other) // never throws function in class:std::__shared_ptr
692 std::swap(_M_ptr, __other._M_ptr);
735 swap(__shared_ptr<_Tp, _Lp>& __a, __shared_ptr<_Tp, _Lp>& __b) function in namespace:std
736 { __a.swap(__b); }
881 { __weak_ptr().swap(*this); }
884 swap(__weak_pt function in class:std::__weak_ptr
922 swap(__weak_ptr<_Tp, _Lp>& __a, __weak_ptr<_Tp, _Lp>& __b) function in namespace:std
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSPromise.cpp102 reactions.swap(m_rejectReactions);
111 // NOTE: Handled by the swap above.
130 reactions.swap(m_resolveReactions);
136 // NOTE: Handled by the swap above.
/macosx-10.10.1/WebKit2-7600.1.25/Platform/efl/
H A DDispatchQueueEfl.cpp152 m_workItems.swap(workItems);
171 m_timerWorkItems.swap(timerWorkItems);
/macosx-10.10.1/gpt-12/
H A Dshow.c75 static uuid_t swap = GPT_ENT_TYPE_FREEBSD_SWAP;
89 if (uuid_equal(t, &swap, NULL))
90 return ("FreeBSD swap");
103 return ("Linux swap");
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binary_heap_/
H A Derase_fn_imps.hpp175 std::swap(*it.m_p_e, m_a_entries[m_size - 1]);
243 std::swap(m_a_entries[left], m_a_entries[right]);

Completed in 184 milliseconds

1234567891011>>