Home | History | Annotate | Download | only in dist

Lines Matching defs:SWAP

18127   ** all that is required is to swap the byte order. This case is handled
47496 ** Swap all content between two VDBE structures.
49905 ** points (ex: ARM7) then swap the lower 4 bytes with the
53202 ** Swap the program counter with the value in register P1.
87237 ** Swap two objects of type TYPE.
87239 #define SWAP(TYPE,A,B) {TYPE t=A; A=B; B=t;}
87259 SWAP(CollSeq*,pExpr->pRight->pColl,pExpr->pLeft->pColl);
87262 SWAP(Expr*,pExpr->pRight,pExpr->pLeft);
89863 SWAP(WhereTerm *, pRangeEnd, pRangeStart);