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

/system/core/sh/
H A Darith.h9 #define ARITH_NE 266 macro
H A Darith.y68 %left ARITH_EQ ARITH_NE
93 | expr ARITH_NE expr { $$ = $1 != $3; }
H A Darith_lex.l81 "!=" { return(ARITH_NE); }
H A Dinit.c49 #undef ARITH_NE macro
50 #define ARITH_NE 266 macro
341 #undef ARITH_NE macro
342 #define ARITH_NE 266 macro
633 #undef ARITH_NE macro
634 #define ARITH_NE 266 macro
H A Darith.c64 ARITH_NE = 266, enumerator in enum:yytokentype
91 #define ARITH_NE 266 macro
400 "ARITH_BAND", "ARITH_NE", "ARITH_EQ", "ARITH_LE", "ARITH_GE", "ARITH_GT",
H A Darith_lex.c837 { return(ARITH_NE); }

Completed in 533 milliseconds