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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtokenize.c166 *tokenType = TK_REM;
H A Dexpr.c2432 case TK_REM:
2443 assert( TK_REM==OP_Remainder );
2454 testcase( op==TK_REM );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7214 #define TK_REM 90 macro
8058 #define OP_Remainder 90 /* same as TK_REM */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8291 #define TK_REM 93 macro
9347 #define OP_Remainder 93 /* same as TK_REM, synopsis: r[P3]=r[P2]%r[P1] */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8291 #define TK_REM 93 macro
9347 #define OP_Remainder 93 /* same as TK_REM, synopsis: r[P3]=r[P2]%r[P1] */
[all...]

Completed in 1518 milliseconds