Home
last modified time | relevance | path

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

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h153 #define BINARY_OP(op, compound_op) \ macro
167 BINARY_OP(+, +=);
168 BINARY_OP(-, -=);
169 BINARY_OP(*, *=);
170 BINARY_OP(/, /=);
171 BINARY_OP(%, %=);
172 BINARY_OP(&, &=);
173 BINARY_OP(|, |=);
174 BINARY_OP(^, ^=);
175 #undef BINARY_OP