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

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7210 #define TK_PLUS 86 macro
8054 #define OP_Add 86 /* same as TK_PLUS */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8287 #define TK_PLUS 89 macro
9343 #define OP_Add 89 /* same as TK_PLUS, synopsis: r[P3]=r[P1]+r[P2] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8287 #define TK_PLUS 89 macro
9343 #define OP_Add 89 /* same as TK_PLUS, synopsis: r[P3]=r[P1]+r[P2] */
[all...]

Completed in 563 milliseconds