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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c193 *tokenType = TK_RSHIFT;
H A Dexpr.c2437 case TK_RSHIFT:
2448 assert( TK_RSHIFT==OP_ShiftRight );
2459 testcase( op==TK_RSHIFT );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7209 #define TK_RSHIFT 85 macro
8064 #define OP_ShiftRight 85 /* same as TK_RSHIFT */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8286 #define TK_RSHIFT 88 macro
9342 #define OP_ShiftRight 88 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8286 #define TK_RSHIFT 88 macro
9342 #define OP_ShiftRight 88 /* same as TK_RSHIFT, synopsis: r[P3]=r[P2]>>r[P1] */
[all...]

Completed in 3276 milliseconds