Home
last modified time | relevance | path

Searched refs:OP_BitOr (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dops.h41 double OP_BitOr (double op1, double op2);
/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h23 #define OP_BitOr 22 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h23 #define OP_BitOr 22 macro
H A Dexpr.c1033 case TK_BITOR: op = OP_BitOr; break; in sqliteExprCode()
H A Dvdbe.c1155 case OP_BitOr: in sqliteVdbeExec()
1174 case OP_BitOr: a |= b; break; in sqliteVdbeExec()
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dops.c124 OP_BitOr (double op1, double op2) in OP_BitOr() function
H A Dexp.c44 {"|", OP_BitOr, 2},
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h30 #define OP_BitOr 83 /* same as TK_BITOR */ macro
H A Dsqlite3.c8063 #define OP_BitOr 83 /* same as TK_BITOR */ macro
54833 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
54855 }else if( u.ah.op==OP_BitOr ){
64251 assert( TK_BITOR==OP_BitOr );
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1033 case TK_BITOR: op = OP_BitOr; break; in sqliteExprCode()
H A Dvdbe.c1155 case OP_BitOr: in sqliteVdbeExec()
1174 case OP_BitOr: a |= b; break; in sqliteVdbeExec()
/dports/security/openconnect-gui/openconnect-gui-v1.5.3/external/src/qt-solutions-master/qtscriptclassic/src/
H A Dqscriptcompiler.cpp1697 pushInstruction(QScriptInstruction::OP_BitOr); in iBitOr()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.c1472 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */ in sqlite3VdbeExec()
1492 }else if( op==OP_BitOr ){ in sqlite3VdbeExec()
H A Dexpr.c2445 assert( TK_BITOR==OP_BitOr ); in sqlite3ExprCodeTarget()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c1624 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */ in sqlite3VdbeExec()
1644 }else if( op==OP_BitOr ){ in sqlite3VdbeExec()
H A Dexpr.c3615 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR ); in sqlite3ExprCodeTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.c1774 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */ in sqlite3VdbeExec()
1794 }else if( op==OP_BitOr ){ in sqlite3VdbeExec()
H A Dexpr.c4002 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR ); in sqlite3ExprCodeTarget()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.c1764 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */ in sqlite3VdbeExec()
1784 }else if( op==OP_BitOr ){ in sqlite3VdbeExec()
H A Dexpr.c4081 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR ); in sqlite3ExprCodeTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.c1777 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */ in sqlite3VdbeExec()
1797 }else if( op==OP_BitOr ){ in sqlite3VdbeExec()
H A Dexpr.c4051 assert( TK_BITOR==OP_BitOr ); testcase( op==TK_BITOR ); in sqlite3ExprCodeTarget()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c7261 #define OP_BitOr 83 /* same as TK_BITOR */ macro
53622 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
53641 case OP_BitOr: u.ah.a |= u.ah.b; break;
62733 assert( TK_BITOR==OP_BitOr );
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c7069 #define OP_BitOr 81 /* same as TK_BITOR */ macro
50980 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
50993 case OP_BitOr: a |= b; break;
59257 assert( TK_BITOR==OP_BitOr );
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1615 #define OP_BitOr 83 /* same as TK_BITOR */ macro
48429 case OP_BitOr: /* same as TK_BITOR, in1, in2, out3 */
48451 }else if( u.ah.op==OP_BitOr ){
57838 assert( TK_BITOR==OP_BitOr );

12345678