Searched refs:swap (Results 176 - 200 of 463) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Time-HiRes-Value-0.07/lib/Time/HiRes/
H A DValue.pm248 my ( $other, $swap ) = @_;
254 ( $self, $other ) = ( $other, $self ) if( $swap );
296 my ( $other, $swap ) = @_;
298 croak "Cannot divide a quantity by a ".__PACKAGE__ if $swap;
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DWeakBlock.h106 std::swap(tmp, m_sweepResult);
H A DCopiedSpaceInlines.h198 std::swap(m_oldGen.fromSpace, m_oldGen.toSpace);
203 std::swap(m_newGen.fromSpace, m_newGen.toSpace);
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DPageReservation.h123 std::swap(tmp, *this);
H A DListHashSet.h81 void swap(ListHashSet&);
424 swap(tmp);
429 inline void ListHashSet<T, inlineCapacity, U>::swap(ListHashSet& other) function in class:WTF::ListHashSet
431 m_impl.swap(other.m_impl);
432 std::swap(m_head, other.m_head);
433 std::swap(m_tail, other.m_tail);
434 m_allocator.swap(other.m_allocator);
/macosx-10.10.1/file-46/file/src/
H A Dreadmacho.c35 #include <mach-o/swap.h>
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dswapmem.c31 #include <swap.h>
34 * swap n bytes according to op
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_map.h494 * that the global std::swap() function is specialized such
495 * that std::swap(m1,m2) will feed to this function.
498 swap(map& __x) function in class:map
499 { _M_t.swap(__x._M_t); }
731 /// See std::map::swap().
734 swap(map<_Key, _Tp, _Compare, _Alloc>& __x, function
736 { __x.swap(__y); }
H A Dstl_list.h81 swap(_List_node_base& __x, _List_node_base& __y);
885 * time. Note that the global std::swap() function is
886 * specialized such that std::swap(l1,l2) will feed to this
890 swap(list& __x) function in class:list
892 _List_node_base::swap(this->_M_impl._M_node, __x._M_impl._M_node);
1253 /// See std::list::swap().
1256 swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y) function
1257 { __x.swap(__y); }
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dmap.h213 swap(map<_Key,_Tp,_Compare,_Allocator>& __x) function in class:std::__debug::map
215 _Base::swap(__x);
328 swap(map<_Key,_Tp,_Compare,_Allocator>& __lhs, function in namespace:std::__debug
330 { __lhs.swap(__rhs); }
H A Dmultimap.h200 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __x) function in class:std::__debug::multimap
202 _Base::swap(__x);
315 swap(multimap<_Key,_Tp,_Compare,_Allocator>& __lhs, function in namespace:std::__debug
317 { __lhs.swap(__rhs); }
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dpairing_heap_.hpp150 swap(PB_DS_CLASS_C_DEC& other);
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/rc_binomial_heap_/
H A Drc_binomial_heap_.hpp128 swap(PB_DS_CLASS_C_DEC& other);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAtomic.cpp51 # error No compare-and-swap implementation for your platform!
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp564 std::swap(L1, L2);
824 std::swap(LHS, RHS);
825 std::swap(LHSCst, RHSCst);
826 std::swap(LHSCC, RHSCC);
971 std::swap(Op1LHS, Op1RHS);
993 std::swap(LHS, RHS);
994 std::swap(Op0Pred, Op1Pred);
995 std::swap(Op0Ordered, Op1Ordered);
1177 std::swap(A, B);
1508 std::swap(LH
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGStrengthReductionPhase.cpp281 std::swap(m_node->child1(), m_node->child2());
288 std::swap(m_node->child1(), m_node->child2());
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterPressure.cpp725 P.MaxSetPressure.swap(SavedMaxPressure);
726 CurrSetPressure.swap(SavedPressure);
809 P.MaxSetPressure.swap(SavedMaxPressure);
810 CurrSetPressure.swap(SavedPressure);
825 P.MaxSetPressure.swap(MaxPressureResult);
826 CurrSetPressure.swap(PressureResult);
841 P.MaxSetPressure.swap(MaxPressureResult);
842 CurrSetPressure.swap(PressureResult);
/macosx-10.10.1/postfix-255/postfix/examples/chroot-setup/
H A DSolaris233 mount -F tmpfs -o size=10 swap ${CHROOT}/dev
/macosx-10.10.1/ruby-106/ruby/
H A Dinsns.inc81 BIN(swap) = 32,
H A Dvmtc.inc48 LABEL_PTR(swap),
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_container.i19 void swap(container& v);
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86Common.h196 swap(shift_amount, X86Registers::ecx);
198 swap(shift_amount, X86Registers::ecx);
301 swap(shift_amount, X86Registers::ecx);
303 swap(shift_amount, X86Registers::ecx);
338 swap(shift_amount, X86Registers::ecx);
340 swap(shift_amount, X86Registers::ecx);
628 swap(src, temp);
630 swap(src, temp);
647 swap(src, temp);
649 swap(sr
1028 void swap(RegisterID reg1, RegisterID reg2) function in class:JSC::MacroAssemblerX86Common
1055 void swap(RegisterID reg1, RegisterID reg2) function in class:JSC::MacroAssemblerX86Common
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dbfd-in.h640 const struct ecoff_debug_swap *swap, bfd_boolean relocatable,
645 const struct ecoff_debug_swap *swap, const char *name,
649 const struct ecoff_debug_swap *swap);
652 const struct ecoff_debug_swap *swap, file_ptr where);
655 const struct ecoff_debug_swap *swap,
H A Delf64-alpha.c1314 const struct ecoff_debug_swap *swap;
1317 swap = get_elf_backend_data (abfd)->elf_backend_ecoff_debug_swap;
1320 ext_hdr = (char *) bfd_malloc (swap->external_hdr_size);
1321 if (ext_hdr == NULL && swap->external_hdr_size != 0)
1325 swap->external_hdr_size))
1329 (*swap->swap_hdr_in) (abfd, ext_hdr, symhdr);
1348 READ (external_dnr, cbDnOffset, idnMax, swap->external_dnr_size, PTR);
1349 READ (external_pdr, cbPdOffset, ipdMax, swap->external_pdr_size, PTR);
1350 READ (external_sym, cbSymOffset, isymMax, swap->external_sym_size, PTR);
1351 READ (external_opt, cbOptOffset, ioptMax, swap
1308 const struct ecoff_debug_swap *swap; local
1425 const struct ecoff_debug_swap * const swap = local
1508 const struct ecoff_debug_swap *swap; member in struct:extsym_info
4886 const struct ecoff_debug_swap *swap local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-diff/
H A DDifferenceEngine.cpp60 std::swap(data[Index], data[Target]);
77 std::swap(Storage[0], Storage[NewSize]);
91 // Otherwise, test whether we should swap L and Index.
93 std::swap(Storage[L], Storage[Index]);
106 std::swap(Storage[IndexToTest], Storage[Index]);
541 std::swap(Cur, Next);

Completed in 221 milliseconds

1234567891011>>