Searched refs:TK_GE (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.c451 else { next(ls); return TK_GE; }
H A Dlparser.c1011 case TK_GE: return OPR_GE;
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c161 pExpr->op==TK_GT || pExpr->op==TK_GE || pExpr->op==TK_LE ||
2391 case TK_GE:
2397 assert( TK_GE==OP_Ge );
2403 testcase( op==TK_GE );
3123 compLeft.op = TK_GE;
3199 case TK_GE:
3205 assert( TK_GE==OP_Ge );
3211 testcase( op==TK_GE );
3304 ** TK_GE OP_Lt
3323 assert( pExpr->op!=TK_GE || o
[all...]
H A Dtokenize.c190 *tokenType = TK_GE;
H A Dwhere.c214 #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;
528 assert( TK_GE==TK_LE+2 );
531 assert( pExpr->op>=TK_GT && pExpr->op<=TK_GE );
556 assert( op!=TK_GE || c==WO_GE );
1203 static const u8 ops[] = {TK_GE, TK_L
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7204 #define TK_GE 80 macro
8078 #define OP_Ge 80 /* same as TK_GE */
9924 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8281 #define TK_GE 83 macro
9337 #define OP_Ge 83 /* same as TK_GE, synopsis: if r[P1]>=r[P3] goto P2 */
11291 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8281 #define TK_GE 83 macro
9337 #define OP_Ge 83 /* same as TK_GE, synopsis: if r[P1]>=r[P3] goto P2 */
11291 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]

Completed in 2150 milliseconds