Home
last modified time | relevance | path

Searched refs:OP_ShiftLeft (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/devel/qmake/qt-x11-free-3.3.8/src/3rdparty/sqlite/
H A Dopcodes.h24 #define OP_ShiftLeft 23 macro
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dopcodes.h24 #define OP_ShiftLeft 23 macro
H A Dexpr.c1035 case TK_LSHIFT: op = OP_ShiftLeft; break; in sqliteExprCode()
H A Dvdbe.c1156 case OP_ShiftLeft: in sqliteVdbeExec()
1175 case OP_ShiftLeft: a <<= b; break; in sqliteVdbeExec()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dopcodes.h31 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
H A Dsqlite3.c8064 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
54834 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
54858 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
54862 assert( OP_ShiftRight==OP_ShiftLeft+1 );
54863 u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
54868 u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
54871 if( u.ah.op==OP_ShiftLeft ){
64253 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dvdbe.c1473 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */ in sqlite3VdbeExec()
1495 assert( op==OP_ShiftRight || op==OP_ShiftLeft ); in sqlite3VdbeExec()
1499 assert( OP_ShiftRight==OP_ShiftLeft+1 ); in sqlite3VdbeExec()
1500 op = 2*OP_ShiftLeft + 1 - op; in sqlite3VdbeExec()
1505 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1; in sqlite3VdbeExec()
1508 if( op==OP_ShiftLeft ){ in sqlite3VdbeExec()
H A Dexpr.c2447 assert( TK_LSHIFT==OP_ShiftLeft ); in sqlite3ExprCodeTarget()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvdbe.c1625 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */ in sqlite3VdbeExec()
1647 assert( op==OP_ShiftRight || op==OP_ShiftLeft ); in sqlite3VdbeExec()
1651 assert( OP_ShiftRight==OP_ShiftLeft+1 ); in sqlite3VdbeExec()
1652 op = 2*OP_ShiftLeft + 1 - op; in sqlite3VdbeExec()
1657 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1; in sqlite3VdbeExec()
1660 if( op==OP_ShiftLeft ){ in sqlite3VdbeExec()
H A Dexpr.c3617 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT ); in sqlite3ExprCodeTarget()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvdbe.c1775 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */ in sqlite3VdbeExec()
1797 assert( op==OP_ShiftRight || op==OP_ShiftLeft ); in sqlite3VdbeExec()
1801 assert( OP_ShiftRight==OP_ShiftLeft+1 ); in sqlite3VdbeExec()
1802 op = 2*OP_ShiftLeft + 1 - op; in sqlite3VdbeExec()
1807 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1; in sqlite3VdbeExec()
1810 if( op==OP_ShiftLeft ){ in sqlite3VdbeExec()
H A Dexpr.c4004 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT ); in sqlite3ExprCodeTarget()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvdbe.c1765 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */ in sqlite3VdbeExec()
1787 assert( op==OP_ShiftRight || op==OP_ShiftLeft ); in sqlite3VdbeExec()
1791 assert( OP_ShiftRight==OP_ShiftLeft+1 ); in sqlite3VdbeExec()
1792 op = 2*OP_ShiftLeft + 1 - op; in sqlite3VdbeExec()
1797 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1; in sqlite3VdbeExec()
1800 if( op==OP_ShiftLeft ){ in sqlite3VdbeExec()
H A Dexpr.c4083 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT ); in sqlite3ExprCodeTarget()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvdbe.c1778 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */ in sqlite3VdbeExec()
1800 assert( op==OP_ShiftRight || op==OP_ShiftLeft ); in sqlite3VdbeExec()
1804 assert( OP_ShiftRight==OP_ShiftLeft+1 ); in sqlite3VdbeExec()
1805 op = 2*OP_ShiftLeft + 1 - op; in sqlite3VdbeExec()
1810 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1; in sqlite3VdbeExec()
1813 if( op==OP_ShiftLeft ){ in sqlite3VdbeExec()
H A Dexpr.c4053 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT ); in sqlite3ExprCodeTarget()
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dexpr.c1035 case TK_LSHIFT: op = OP_ShiftLeft; break; in sqliteExprCode()
H A Dvdbe.c1156 case OP_ShiftLeft: in sqliteVdbeExec()
1175 case OP_ShiftLeft: a <<= b; break; in sqliteVdbeExec()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c1616 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
48430 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
48454 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
48458 assert( OP_ShiftRight==OP_ShiftLeft+1 );
48459 u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
48464 u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
48467 if( u.ah.op==OP_ShiftLeft ){
57840 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c8615 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
66364 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
66388 assert( u.ai.op==OP_ShiftRight || u.ai.op==OP_ShiftLeft );
66392 assert( OP_ShiftRight==OP_ShiftLeft+1 );
66393 u.ai.op = 2*OP_ShiftLeft + 1 - u.ai.op;
66398 u.ai.iA = (u.ai.iA>=0 || u.ai.op==OP_ShiftLeft) ? 0 : -1;
66401 if( u.ai.op==OP_ShiftLeft ){
76859 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c8328 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
64275 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
64299 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
64303 assert( OP_ShiftRight==OP_ShiftLeft+1 );
64304 u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
64309 u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
64312 if( u.ah.op==OP_ShiftLeft ){
73703 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c8321 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
64239 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
64263 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
64267 assert( OP_ShiftRight==OP_ShiftLeft+1 );
64268 u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
64273 u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
64276 if( u.ah.op==OP_ShiftLeft ){
73667 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c8357 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
65013 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
65037 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
65041 assert( OP_ShiftRight==OP_ShiftLeft+1 );
65042 u.ah.op = 2*OP_ShiftLeft + 1 - u.ah.op;
65047 u.ah.iA = (u.ah.iA>=0 || u.ah.op==OP_ShiftLeft) ? 0 : -1;
65050 if( u.ah.op==OP_ShiftLeft ){
75464 assert( TK_LSHIFT==OP_ShiftLeft );
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c9212 #define OP_ShiftLeft 87 /* same as TK_LSHIFT, synopsis: r[P3]=r[P2]<<r[P1] */ macro
68689 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
68711 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
68715 assert( OP_ShiftRight==OP_ShiftLeft+1 );
68716 op = 2*OP_ShiftLeft + 1 - op;
68721 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1;
68724 if( op==OP_ShiftLeft ){
79675 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT );
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.c9325 #define OP_ShiftLeft 87 /* same as TK_LSHIFT, synopsis: r[P3]=r[P2]<<r[P1] */ macro
69111 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
69133 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
69137 assert( OP_ShiftRight==OP_ShiftLeft+1 );
69138 op = 2*OP_ShiftLeft + 1 - op;
69143 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1;
69146 if( op==OP_ShiftLeft ){
80179 assert( TK_LSHIFT==OP_ShiftLeft ); testcase( op==TK_LSHIFT );

1234567