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

/system/core/sh/
H A Darith.h8 #define ARITH_BAND 265 macro
H A Darith.y67 %left ARITH_BAND
87 | expr ARITH_BAND expr { $$ = $1 & $3; }
H A Darith_lex.l79 "&" { return(ARITH_BAND); }
H A Dinit.c47 #undef ARITH_BAND macro
48 #define ARITH_BAND 265 macro
339 #undef ARITH_BAND macro
340 #define ARITH_BAND 265 macro
631 #undef ARITH_BAND macro
632 #define ARITH_BAND 265 macro
H A Darith.c63 ARITH_BAND = 265, enumerator in enum:yytokentype
90 #define ARITH_BAND 265 macro
400 "ARITH_BAND", "ARITH_NE", "ARITH_EQ", "ARITH_LE", "ARITH_GE", "ARITH_GT",
H A Darith_lex.c827 { return(ARITH_BAND); }

Completed in 51 milliseconds