Searched defs:TK_GE (Results 1 - 4 of 4) sorted by relevance

/external/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
/external/syslinux/com32/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
/external/sqlite/dist/orig/
H A Dsqlite3.c11470 #define TK_GE 41 macro
12771 #define OP_Ge 41 /* same as TK_GE, synopsis: IF r[P3]>=r[P1] */
15025 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11470 #define TK_GE 41 macro
12771 #define OP_Ge 41 /* same as TK_GE, synopsis: IF r[P3]>=r[P1] */
15025 ** as opcodes here. For example, the parser defines TK_GE to be an integer
[all...]

Completed in 1191 milliseconds