Searched defs:TK_MINUS (Results 1 - 3 of 3) sorted by relevance

/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 503 milliseconds