Searched refs:TK_EQ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h29 TK_CONCAT, TK_DOTS, TK_EQ, TK_GE, TK_LE, TK_NE, TK_DBCOLON, TK_EOS, enumerator in enum:RESERVED
H A Dllex.c441 else { next(ls); return TK_EQ; }
H A Dlparser.c1007 case TK_EQ: return OPR_EQ;
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c160 assert( pExpr->op==TK_EQ || pExpr->op==TK_IN || pExpr->op==TK_LT ||
2393 case TK_EQ: {
2398 assert( TK_EQ==OP_Eq );
2404 testcase( op==TK_EQ );
2420 op = (op==TK_IS) ? TK_EQ : TK_NE;
2786 opCompare.op = TK_EQ;
3157 ** This code depends on the fact that certain token values (ex: TK_EQ)
3201 case TK_EQ: {
3206 assert( TK_EQ==OP_Eq );
3212 testcase( op==TK_EQ );
[all...]
H A Dwhere.c211 #define WO_LT (WO_EQ<<(TK_LT-TK_EQ))
212 #define WO_LE (WO_EQ<<(TK_LE-TK_EQ))
213 #define WO_GT (WO_EQ<<(TK_GT-TK_EQ))
214 #define WO_GE (WO_EQ<<(TK_GE-TK_EQ))
492 assert( TK_GT>TK_EQ && TK_GT<TK_GE );
493 assert( TK_LT>TK_EQ && TK_LT<TK_GE );
494 assert( TK_LE>TK_EQ && TK_LE<TK_GE );
495 assert( TK_GE==TK_EQ+4 );
496 return op==TK_IN || (op>=TK_EQ && op<=TK_GE) || op==TK_ISNULL;
529 assert( TK_GT>TK_EQ );
[all...]
H A Dtokenize.c170 *tokenType = TK_EQ;
H A Dfkey.c498 /* Set the collation sequence and affinity of the LHS of each TK_EQ
517 pEq = sqlite3PExpr(pParse, TK_EQ, pLeft, pRight, 0);
990 pEq = sqlite3PExpr(pParse, TK_EQ,
H A Dselect.c259 pEq = sqlite3PExpr(pParse, TK_EQ, pE1, pE2, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7200 #define TK_EQ 76 macro
8073 #define OP_Eq 76 /* same as TK_EQ */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8277 #define TK_EQ 79 macro
9333 #define OP_Eq 79 /* same as TK_EQ, synopsis: if r[P1]==r[P3] goto P2 */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8277 #define TK_EQ 79 macro
9333 #define OP_Eq 79 /* same as TK_EQ, synopsis: if r[P1]==r[P3] goto P2 */
[all...]

Completed in 545 milliseconds