Home
last modified time | relevance | path

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

/system/core/sh/
Darith.y72 %left ARITH_MUL ARITH_DIV ARITH_REM
104 | expr ARITH_REM expr {
Darith.h19 #define ARITH_REM 276 macro
Darith_lex.l90 "%" { return(ARITH_REM); }
Dinit.c69 #undef ARITH_REM
70 #define ARITH_REM 276 macro
361 #undef ARITH_REM
362 #define ARITH_REM 276 macro
653 #undef ARITH_REM
654 #define ARITH_REM 276 macro
Darith.c74 ARITH_REM = 276, enumerator
101 #define ARITH_REM 276 macro
Darith_lex.c882 { return(ARITH_REM); }