Home
last modified time | relevance | path

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

/system/core/sh/
Darith.h16 #define ARITH_LSHIFT 273 macro
Darith.y70 %left ARITH_LSHIFT ARITH_RSHIFT
94 | expr ARITH_LSHIFT expr { $$ = $1 << $3; }
Darith_lex.l86 "<<" { return(ARITH_LSHIFT); }
Dinit.c63 #undef ARITH_LSHIFT
64 #define ARITH_LSHIFT 273 macro
355 #undef ARITH_LSHIFT
356 #define ARITH_LSHIFT 273 macro
647 #undef ARITH_LSHIFT
648 #define ARITH_LSHIFT 273 macro
Darith.c71 ARITH_LSHIFT = 273, enumerator
98 #define ARITH_LSHIFT 273 macro
Darith_lex.c862 { return(ARITH_LSHIFT); }