Home
last modified time | relevance | path

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

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