HomeSort by relevance Sort by last modified time
    Searched refs:ARITH_BNOT (Results 1 - 6 of 6) sorted by null

  /system/core/sh/
arith.h 22 #define ARITH_BNOT 279
arith.y 73 %left ARITH_UNARYMINUS ARITH_UNARYPLUS ARITH_NOT ARITH_BNOT
110 | ARITH_BNOT expr { $$ = ~($2); }
arith_lex.l 93 "~" { return(ARITH_BNOT); }
init.c 75 #undef ARITH_BNOT
76 #define ARITH_BNOT 279
367 #undef ARITH_BNOT
368 #define ARITH_BNOT 279
659 #undef ARITH_BNOT
660 #define ARITH_BNOT 279
arith.c 77 ARITH_BNOT = 279,
104 #define ARITH_BNOT 279
402 "ARITH_REM", "ARITH_DIV", "ARITH_MUL", "ARITH_BNOT", "ARITH_NOT",
    [all...]
arith_lex.c 897 { return(ARITH_BNOT); }
    [all...]

Completed in 136 milliseconds