Home | History | Annotate | Download | only in dist

Lines Matching defs:arith

169964   int arith = OP_Add;                       /* OP_Add or OP_Subtract */
169981 arith = OP_Subtract;
169985 reg1, (arith==OP_Add ? "+" : "-"), regVal,
170050 if( (op==OP_Ge && arith==OP_Add) || (op==OP_Le && arith==OP_Subtract) ){
170053 sqlite3VdbeAddOp3(v, arith, regVal, reg1, reg1);