Home
last modified time | relevance | path

Searched refs:OP_ShiftRight (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h25 #define OP_ShiftRight 24 macro
H A Dexpr.c1036 case TK_RSHIFT: op = OP_ShiftRight; break; in sqliteExprCode()
H A Dvdbe.c1157 case OP_ShiftRight: { in sqliteVdbeExec()
1176 case OP_ShiftRight: a >>= b; break; in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8326 #define OP_ShiftRight 85 /* same as TK_RSHIFT */ macro
64244 case OP_ShiftRight: { /* same as TK_RSHIFT, in1, in2, out3 */
64267 assert( u.ah.op==OP_ShiftRight || u.ah.op==OP_ShiftLeft );
64271 assert( OP_ShiftRight==OP_ShiftLeft+1 );
73672 assert( TK_RSHIFT==OP_ShiftRight );

Completed in 265 milliseconds