Searched refs:OP_IfNeg (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c1074 { OP_IfNeg, 1, 0, 0}, /* 1 */
H A Dselect.c459 addr = sqlite3VdbeAddOp1(v, OP_IfNeg, p->iOffset);
H A Dvdbe.c5123 case OP_IfNeg: { /* jump, in1 */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8154 #define OP_IfNeg 114 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9390 #define OP_IfNeg 136 /* synopsis: r[P1]+=P3, if r[P1]<0 goto P2 */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9390 #define OP_IfNeg 136 /* synopsis: r[P1]+=P3, if r[P1]<0 goto P2 */ macro
[all...]

Completed in 514 milliseconds