Searched refs:Swap (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dtable.cpp80 /// Swap the contents and ownership of two byte objects
81 void c4_Bytes::Swap(c4_Bytes &bytes_) { function in class:c4_Bytes
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/include/
H A Dmk4.h507 void Swap(c4_Bytes &);
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbasic.vim67 syn keyword basicStatement SUB sub Sub SWAP swap Swap
H A Dpascal.vim231 syn keyword pascalFunction ParamStr Random Randomize SizeOf Swap TypeOf
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2676 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl,
2683 Results.push_back(Swap.getValue(0));
2684 Results.push_back(Swap.getValue(1));
2689 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl,
2696 Results.push_back(Swap.getValue(1));
H A DLegalizeIntegerTypes.cpp2420 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, local
2426 ReplaceValueWith(SDValue(N, 0), Swap.getValue(0));
2427 ReplaceValueWith(SDValue(N, 1), Swap.getValue(1));
2854 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, local
2861 return Swap.getValue(1);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp4142 /// CommuteVectorShuffle - Swap vector_shuffle operands as well as values in
8886 bool Swap = false; local
8902 case ISD::SETGT: Swap = true; // Fallthrough
8906 case ISD::SETGE: Swap = true; // Fallthrough
8912 case ISD::SETULE: Swap = true; // Fallthrough
8914 case ISD::SETULT: Swap = true; // Fallthrough
8920 if (Swap)
8953 bool Swap = false, Invert = false, FlipSigns = false; local
8959 case ISD::SETLT: Swap = true;
8961 case ISD::SETGE: Swap
11336 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_SWAP, dl, local
11463 SDValue Swap = DAG.getAtomic(ISD::ATOMIC_CMP_SWAP, dl, VT, local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.cpp3597 bool Swap = false; local
3615 case ISD::SETLT: Swap = true; // Fallthrough
3619 case ISD::SETLE: Swap = true; // Fallthrough
3622 case ISD::SETUGE: Swap = true; // Fallthrough
3624 case ISD::SETUGT: Swap = true; // Fallthrough
3651 case ISD::SETLT: Swap = true;
3653 case ISD::SETLE: Swap = true;
3655 case ISD::SETULT: Swap = true;
3657 case ISD::SETULE: Swap = true;
3683 if (Swap)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.cpp838 _usedBuffer.Swap(temp);
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dtommath.tex2545 7. Swap $c$ with $t$ \\
5970 \hspace{3mm}1.1 Swap $a$ and $b$ such that $a$ is the smallest of the two. \\
6013 \hspace{3mm}5.1 Swap $a$ and $b$ such that $a$ is the smallest of the two. \\
6066 \hspace{6mm}8.1.1 Swap $u$ and $v$. \\

Completed in 214 milliseconds