Home
last modified time | relevance | path

Searched refs:OP_And (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dops.h35 double OP_And (double op1, double op2);
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h41 #define OP_And 40 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h41 #define OP_And 40 macro
H A Dexpr.c1020 case TK_AND: op = OP_And; break; in sqliteExprCode()
1191 sqliteVdbeAddOp(v, OP_And, 0, 0); in sqliteExprCode()
H A Dvdbe.c1618 case OP_And: in sqliteVdbeExec()
1636 if( pOp->opcode==OP_And ){ in sqliteVdbeExec()
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dops.c88 OP_And (double op1, double op2) in OP_And() function
H A Dexp.c60 {"&&", OP_And, 2},
61 {"and", OP_And, 2},
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h50 #define OP_And 69 /* same as TK_AND */ macro
/dports/www/kf5-khtml/khtml-5.89.0/src/xpath/
H A Dpredicate.h128 OP_And = 1, enumerator
H A Dpredicate.cpp350 if (opCode == OP_And) { in shortCircuitOn()
365 if (opCode == OP_And) { in opName()
H A Dparser.y389 $$ = new LogicalOp( LogicalOp::OP_And, $1, $3 );
H A Dparser.cpp1880 … (yyval.expr) = new LogicalOp(LogicalOp::OP_And, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr));
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/xml/
H A DXPathPredicate.h92 enum Opcode { OP_And, OP_Or }; enumerator
H A DXPathPredicate.cpp219 if (m_opcode == OP_And) in shortCircuitOn()
H A DXPathGrammar.y481 $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1020 case TK_AND: op = OP_And; break; in sqliteExprCode()
1191 sqliteVdbeAddOp(v, OP_And, 0, 0); in sqliteExprCode()
H A Dvdbe.c1618 case OP_And: in sqliteVdbeExec()
1636 if( pOp->opcode==OP_And ){ in sqliteVdbeExec()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DXPathGrammar.cpp1968 … (yyval.expr) = new LogicalOp(LogicalOp::OP_And, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr));
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dsmiley.h526 OP_And = OP_AndHi | OP_AndLo, // 6 enumerator
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c2439 assert( TK_AND==OP_And ); in sqlite3ExprCodeTarget()
2674 sqlite3VdbeAddOp3(v, OP_And, r3, r4, target); in sqlite3ExprCodeTarget()
H A Dvdbe.c1941 case OP_And: /* same as TK_AND, in1, in2, out3 */ in sqlite3VdbeExec()
1958 if( pOp->opcode==OP_And ){ in sqlite3VdbeExec()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c2156 case OP_And: /* same as TK_AND, in1, in2, out3 */ in sqlite3VdbeExec()
2173 if( pOp->opcode==OP_And ){ in sqlite3VdbeExec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.c2343 case OP_And: /* same as TK_AND, in1, in2, out3 */ in sqlite3VdbeExec()
2350 if( pOp->opcode==OP_And ){ in sqlite3VdbeExec()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.c2333 case OP_And: /* same as TK_AND, in1, in2, out3 */ in sqlite3VdbeExec()
2340 if( pOp->opcode==OP_And ){ in sqlite3VdbeExec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.c2346 case OP_And: /* same as TK_AND, in1, in2, out3 */ in sqlite3VdbeExec()
2353 if( pOp->opcode==OP_And ){ in sqlite3VdbeExec()

12345678