Home
last modified time | relevance | path

Searched refs:ARITH_GE (Results 1 – 6 of 6) sorted by relevance

/system/core/sh/
Darith.h12 #define ARITH_GE 269 macro
Darith.y69 %left ARITH_LT ARITH_GT ARITH_GE ARITH_LE
90 | expr ARITH_GE expr { $$ = $1 >= $3; }
Darith_lex.l83 ">=" { return(ARITH_GE); }
Dinit.c55 #undef ARITH_GE
56 #define ARITH_GE 269 macro
347 #undef ARITH_GE
348 #define ARITH_GE 269 macro
639 #undef ARITH_GE
640 #define ARITH_GE 269 macro
Darith.c67 ARITH_GE = 269, enumerator
94 #define ARITH_GE 269 macro
Darith_lex.c847 { return(ARITH_GE); }