Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c16486 #define OP_Ge 57 /* jump, same as TK_GE, synopsis: IF r[P3]>=r[P1] */ macro
94358 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
94470 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 );
108620 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
112536 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
113479 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
113584 assert( pExpr->op!=TK_LT || op==OP_Ge );
113656 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge);
157259 testOp = bRev ? OP_Le : OP_Ge;
157278 VdbeCoverageIf(v, testOp==OP_Ge);
[all …]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c8375 #define OP_Ge 80 /* same as TK_GE */ macro
65303 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
75417 assert( TK_GE==OP_Ge );
75686 codeCompare(pParse, pLeft, pRight, OP_Ge,
76225 assert( TK_GE==OP_Ge );
76340 assert( pExpr->op!=TK_LT || op==OP_Ge );
77384 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
104294 testOp = bRev ? OP_Le : OP_Ge;