Searched refs:OP_ShiftLeft (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.c1470 case OP_ShiftLeft: /* same as TK_LSHIFT, in1, in2, out3 */
1492 assert( op==OP_ShiftRight || op==OP_ShiftLeft );
1496 assert( OP_ShiftRight==OP_ShiftLeft+1 );
1497 op = 2*OP_ShiftLeft + 1 - op;
1502 iA = (iA>=0 || op==OP_ShiftLeft) ? 0 : -1;
1505 if( op==OP_ShiftLeft ){
H A Dexpr.c2447 assert( TK_LSHIFT==OP_ShiftLeft );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8063 #define OP_ShiftLeft 84 /* same as TK_LSHIFT */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9341 #define OP_ShiftLeft 87 /* same as TK_LSHIFT, synopsis: r[P3]=r[P2]<<r[P1] */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9341 #define OP_ShiftLeft 87 /* same as TK_LSHIFT, synopsis: r[P3]=r[P2]<<r[P1] */ macro
[all...]

Completed in 425 milliseconds