Searched refs:TK_LE (Results 1 - 9 of 9) 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.c446 else { next(ls); return TK_LE; }
H A Dlparser.c1009 case TK_LE: return OPR_LE;
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c161 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
2389 case TK_LE:
2395 assert( TK_LE==OP_Le );
2401 testcase( op==TK_LE );
3126 compRight.op = TK_LE;
3197 case TK_LE:
3203 assert( TK_LE==OP_Le );
3209 testcase( op==TK_LE );
3303 ** TK_LE OP_Gt
3321 assert( pExpr->op!=TK_LE || o
[all...]
H A Dtokenize.c175 *tokenType = TK_LE;
H A Dwhere.c212 #define WO_LE (WO_EQ<<(TK_LE-TK_EQ))
494 assert( TK_LE>TK_EQ && TK_LE<TK_GE );
528 assert( TK_GE==TK_LE+2 );
530 assert( TK_GT<TK_LE );
554 assert( op!=TK_LE || c==WO_LE );
1203 static const u8 ops[] = {TK_GE, TK_LE};
3733 /* TK_LE */ OP_SeekLe,
3737 assert( TK_LE==TK_GT+1 ); /* Make sure the ordering.. */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7202 #define TK_LE 78 macro
8076 #define OP_Le 78 /* same as TK_LE */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8279 #define TK_LE 81 macro
9335 #define OP_Le 81 /* same as TK_LE, synopsis: if r[P1]<=r[P3] goto P2 */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8279 #define TK_LE 81 macro
9335 #define OP_Le 81 /* same as TK_LE, synopsis: if r[P1]<=r[P3] goto P2 */
[all...]

Completed in 6312 milliseconds