Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9867 #define OP_Ge 83 /* same as TK_GE, synopsis: if r[P1]>=r[P3] goto P2 */ macro
72718 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
85515 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
85798 codeCompare(pParse, pLeft, pRight, OP_Ge,
86547 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
86660 assert( pExpr->op!=TK_LT || op==OP_Ge );
86703 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
87836 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
119623 testOp = bRev ? OP_Le : OP_Ge;
119641 VdbeCoverageIf(v, testOp==OP_Ge);

Completed in 300 milliseconds