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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c131 *tokenType = TK_MINUS;
H A Dexpr.c2431 case TK_MINUS:
2442 assert( TK_MINUS==OP_Subtract );
2453 testcase( op==TK_MINUS );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7211 #define TK_MINUS 87 macro
8055 #define OP_Subtract 87 /* same as TK_MINUS */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8288 #define TK_MINUS 90 macro
9344 #define OP_Subtract 90 /* same as TK_MINUS, synopsis: r[P3]=r[P2]-r[P1] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8288 #define TK_MINUS 90 macro
9344 #define OP_Subtract 90 /* same as TK_MINUS, synopsis: r[P3]=r[P2]-r[P1] */
[all...]

Completed in 1356 milliseconds