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

/system/core/sh/
H A Darith.h6 #define ARITH_BOR 263 macro
H A Darith.y65 %left ARITH_BOR
85 | expr ARITH_BOR expr { $$ = $1 | $3; }
H A Darith_lex.l77 "|" { return(ARITH_BOR); }
H A Dinit.c43 #undef ARITH_BOR macro
44 #define ARITH_BOR 263 macro
335 #undef ARITH_BOR macro
336 #define ARITH_BOR 263 macro
627 #undef ARITH_BOR macro
628 #define ARITH_BOR 263 macro
H A Darith.c61 ARITH_BOR = 263, enumerator in enum:yytokentype
88 #define ARITH_BOR 263 macro
399 "ARITH_RPAREN", "ARITH_OR", "ARITH_AND", "ARITH_BOR", "ARITH_BXOR",
H A Darith_lex.c817 { return(ARITH_BOR); }

Completed in 2259 milliseconds