Searched refs:ARITH_EQ (Results 1 - 6 of 6) sorted by relevance

/system/core/sh/
H A Darith.h10 #define ARITH_EQ 267 macro
H A Darith.y68 %left ARITH_EQ ARITH_NE
88 | expr ARITH_EQ expr { $$ = $1 == $3; }
H A Darith_lex.l80 "==" { return(ARITH_EQ); }
H A Dinit.c51 #undef ARITH_EQ macro
52 #define ARITH_EQ 267 macro
343 #undef ARITH_EQ macro
344 #define ARITH_EQ 267 macro
635 #undef ARITH_EQ macro
636 #define ARITH_EQ 267 macro
H A Darith.c65 ARITH_EQ = 267, enumerator in enum:yytokentype
92 #define ARITH_EQ 267 macro
400 "ARITH_BAND", "ARITH_NE", "ARITH_EQ", "ARITH_LE", "ARITH_GE", "ARITH_GT",
H A Darith_lex.c832 { return(ARITH_EQ); }

Completed in 821 milliseconds