Searched refs:OP_Ne (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Danalyze.c249 int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno);
282 sqlite3VdbeAddOp4(v, OP_Ne, regCol, 0, iMem+nCol+i+1,
299 sqlite3VdbeJumpHere(v, addr2); /* Set jump dest for the OP_Ne */
H A Dtrigger.c563 { OP_Ne, 2, ADDR(8), 1},
566 { OP_Ne, 2, ADDR(8), 1},
H A Dexpr.c2399 assert( TK_NE==OP_Ne );
3207 assert( TK_NE==OP_Ne );
3301 ** TK_EQ OP_Ne
3319 assert( pExpr->op!=TK_EQ || op==OP_Ne );
H A Dfkey.c395 sqlite3VdbeAddOp3(v, OP_Ne, iChild, iJump, iParent);
H A Dinsert.c246 sqlite3VdbeAddOp3(v, OP_Ne, memId-1, addr+7, memId);
H A Dvdbe.c1751 case OP_Ne: /* same as TK_NE, jump, in1, in3 */
1769 ** OP_Eq or OP_Ne) then take the jump or not depending on whether
1772 assert( pOp->opcode==OP_Eq || pOp->opcode==OP_Ne );
1804 case OP_Ne: res = res!=0; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8074 #define OP_Ne 75 /* same as TK_NE */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9332 #define OP_Ne 78 /* same as TK_NE, synopsis: if r[P1]!=r[P3] goto P2 */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9332 #define OP_Ne 78 /* same as TK_NE, synopsis: if r[P1]!=r[P3] goto P2 */ macro
[all...]

Completed in 493 milliseconds