Searched refs:OP_Ge (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dalter.c607 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
H A Dexpr.c195 ** opcode (OP_Eq, OP_Ge etc.) used to compare pExpr1 and pExpr2.
2397 assert( TK_GE==OP_Ge );
2666 codeCompare(pParse, pLeft, pRight, OP_Ge,
3205 assert( TK_GE==OP_Ge );
3305 ** TK_LT OP_Ge
3320 assert( pExpr->op!=TK_LT || op==OP_Ge );
H A Dvdbe.c1755 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
H A Dwhere.c3763 testOp = bRev ? OP_Le : OP_Ge;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8078 #define OP_Ge 80 /* same as TK_GE */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9337 #define OP_Ge 83 /* same as TK_GE, synopsis: if r[P1]>=r[P3] goto P2 */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9337 #define OP_Ge 83 /* same as TK_GE, synopsis: if r[P1]>=r[P3] goto P2 */ macro
[all...]

Completed in 464 milliseconds