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/sqlite/dist/orig/
H A Dsqlite3.c7745 #define TK_REM 90 macro
8610 #define OP_Remainder 90 /* same as TK_REM */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7745 #define TK_REM 90 macro
8610 #define OP_Remainder 90 /* same as TK_REM */
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7229 #define TK_REM 90 macro
8073 #define OP_Remainder 90 /* same as TK_REM */
[all...]

Completed in 480 milliseconds