Home
last modified time | relevance | path

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

12345678

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwindow.c1449 static int aOp[] = { OP_Ge, OP_Ge, OP_Gt, OP_Ge, OP_Ge }; in windowCheckValue()
2071 assert( op==OP_Ge || op==OP_Gt || op==OP_Le ); in windowCodeRangeTest()
2075 case OP_Ge: op = OP_Le; break; in windowCodeRangeTest()
2077 default: assert( op==OP_Le ); op = OP_Ge; break; in windowCodeRangeTest()
2105 addrGe = sqlite3VdbeAddOp3(v, OP_Ge, regString, 0, reg1); in windowCodeRangeTest()
2133 case OP_Ge: in windowCodeRangeTest()
2151 if( op==OP_Gt || op==OP_Ge ){ in windowCodeRangeTest()
2164 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2165 testcase(op==OP_Ge); VdbeCoverageIf(v, op==OP_Ge); in windowCodeRangeTest()
2246 sqlite3VdbeAddOp3(v, OP_Ge, regRowid2, lblDone, regRowid1); in windowCodeOp()
[all …]
H A Dexpr.c651 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in codeVectorCompare()
4055 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
4956 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
5060 assert( pExpr->op!=TK_LT || op==OP_Ge ); in sqlite3ExprIfFalse()
5132 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
H A Dwherecode.c1576 testOp = bRev ? OP_Le : OP_Ge; in sqlite3WhereCodeOneLoopStart()
1595 VdbeCoverageIf(v, testOp==OP_Ge); in sqlite3WhereCodeOneLoopStart()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwindow.c1407 static int aOp[] = { OP_Ge, OP_Ge, OP_Gt, OP_Ge, OP_Ge }; in windowCheckValue()
2026 assert( op==OP_Ge || op==OP_Gt || op==OP_Le ); in windowCodeRangeTest()
2030 case OP_Ge: op = OP_Le; break; in windowCodeRangeTest()
2032 default: assert( op==OP_Le ); op = OP_Ge; break; in windowCodeRangeTest()
2060 addrGe = sqlite3VdbeAddOp3(v, OP_Ge, regString, 0, reg1); in windowCodeRangeTest()
2088 case OP_Ge: in windowCodeRangeTest()
2106 if( op==OP_Gt || op==OP_Ge ){ in windowCodeRangeTest()
2117 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2118 testcase(op==OP_Ge); VdbeCoverageIf(v, op==OP_Ge); in windowCodeRangeTest()
2199 sqlite3VdbeAddOp3(v, OP_Ge, regRowid2, lblDone, regRowid1); in windowCodeOp()
[all …]
H A Dexpr.c630 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in codeVectorCompare()
3976 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
4845 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
4948 assert( pExpr->op!=TK_LT || op==OP_Ge ); in sqlite3ExprIfFalse()
5020 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
H A Dwherecode.c1561 testOp = bRev ? OP_Le : OP_Ge; in sqlite3WhereCodeOneLoopStart()
1580 VdbeCoverageIf(v, testOp==OP_Ge); in sqlite3WhereCodeOneLoopStart()
H A Dvdbe.c2025 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */ in sqlite3VdbeExec()
2123 assert( OP_Lt==OP_Ne+4 ); assert( OP_Ge==OP_Ne+5 ); in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwindow.c1445 static int aOp[] = { OP_Ge, OP_Ge, OP_Gt, OP_Ge, OP_Ge }; in windowCheckValue()
2065 assert( op==OP_Ge || op==OP_Gt || op==OP_Le ); in windowCodeRangeTest()
2069 case OP_Ge: op = OP_Le; break; in windowCodeRangeTest()
2071 default: assert( op==OP_Le ); op = OP_Ge; break; in windowCodeRangeTest()
2099 addrGe = sqlite3VdbeAddOp3(v, OP_Ge, regString, 0, reg1); in windowCodeRangeTest()
2127 case OP_Ge: in windowCodeRangeTest()
2145 if( op==OP_Gt || op==OP_Ge ){ in windowCodeRangeTest()
2156 assert( op==OP_Ge || op==OP_Gt || op==OP_Lt || op==OP_Le ); in windowCodeRangeTest()
2157 testcase(op==OP_Ge); VdbeCoverageIf(v, op==OP_Ge); in windowCodeRangeTest()
2238 sqlite3VdbeAddOp3(v, OP_Ge, regRowid2, lblDone, regRowid1); in windowCodeOp()
[all …]
H A Dexpr.c640 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in codeVectorCompare()
4025 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
4926 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
5030 assert( pExpr->op!=TK_LT || op==OP_Ge ); in sqlite3ExprIfFalse()
5102 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
H A Dwherecode.c1576 testOp = bRev ? OP_Le : OP_Ge; in sqlite3WhereCodeOneLoopStart()
1595 VdbeCoverageIf(v, testOp==OP_Ge); in sqlite3WhereCodeOneLoopStart()
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h34 #define OP_Ge 33 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h34 #define OP_Ge 33 macro
H A Dexpr.c1025 case TK_GE: op = OP_Ge; break; in sqliteExprCode()
1187 sqliteVdbeAddOp(v, OP_Ge, 0, 0); in sqliteExprCode()
1308 case TK_GE: op = OP_Ge; break; in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1473 sqliteVdbeAddOp(v, OP_Ge, !jumpIfNull, addr+3); in sqliteExprIfFalse()
H A Dpragma.c219 sqliteVdbeAddOp(v, OP_Ge, 0, addr+3); in sqlitePragma()
H A Dwhere.c906 testOp = OP_Ge; in sqliteWhereBegin()
H A Dvdbe.c1407 case OP_Ge: { in sqliteVdbeExec()
1593 default: c = c>=0; assert( pOp->opcode-6==OP_Ge ); break; in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h46 #define OP_Ge 80 /* same as TK_GE */ macro
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1025 case TK_GE: op = OP_Ge; break; in sqliteExprCode()
1187 sqliteVdbeAddOp(v, OP_Ge, 0, 0); in sqliteExprCode()
1308 case TK_GE: op = OP_Ge; break; in sqliteExprIfTrue()
1400 case TK_LT: op = OP_Ge; break; in sqliteExprIfFalse()
1473 sqliteVdbeAddOp(v, OP_Ge, !jumpIfNull, addr+3); in sqliteExprIfFalse()
H A Dpragma.c219 sqliteVdbeAddOp(v, OP_Ge, 0, addr+3); in sqlitePragma()
H A Dwhere.c906 testOp = OP_Ge; in sqliteWhereBegin()
H A Dvdbe.c1407 case OP_Ge: { in sqliteVdbeExec()
1593 default: c = c>=0; assert( pOp->opcode-6==OP_Ge ); break; in sqliteVdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c560 testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in codeVectorCompare()
3589 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprCodeTarget()
4440 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfTrue()
4543 assert( pExpr->op!=TK_LT || op==OP_Ge ); in sqlite3ExprIfFalse()
4594 assert(TK_GE==OP_Ge); testcase(op==OP_Ge); VdbeCoverageIf(v,op==OP_Ge); in sqlite3ExprIfFalse()
H A Dwherecode.c1377 testOp = bRev ? OP_Le : OP_Ge; in sqlite3WhereCodeOneLoopStart()
1397 VdbeCoverageIf(v, testOp==OP_Ge); in sqlite3WhereCodeOneLoopStart()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dalter.c607 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1); in sqlite3MinimumFileFormat()
H A Dexpr.c2397 assert( TK_GE==OP_Ge ); in sqlite3ExprCodeTarget()
2666 codeCompare(pParse, pLeft, pRight, OP_Ge, in sqlite3ExprCodeTarget()
3205 assert( TK_GE==OP_Ge ); in sqlite3ExprIfTrue()
3320 assert( pExpr->op!=TK_LT || op==OP_Ge ); in sqlite3ExprIfFalse()

12345678