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

/system/core/sh/
H A Darith.h5 #define ARITH_AND 262 macro
H A Darith.y64 %left ARITH_AND
84 | expr ARITH_AND expr { $$ = $1 ? ( $3 ? $3 : 0 ) : 0; }
H A Darith_lex.l76 "&&" { return(ARITH_AND); }
H A Dinit.c41 #undef ARITH_AND macro
42 #define ARITH_AND 262 macro
333 #undef ARITH_AND macro
334 #define ARITH_AND 262 macro
625 #undef ARITH_AND macro
626 #define ARITH_AND 262 macro
H A Darith.c60 ARITH_AND = 262, enumerator in enum:yytokentype
87 #define ARITH_AND 262 macro
399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR",
H A Darith_lex.c812 { return(ARITH_AND); }

Completed in 55 milliseconds