Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp37 #define OP_IS_BIN_BITFLIP (OPEQ("|") || OPEQ("^") || OPEQ("&")) macro
286 bool isArithmeticOrBitflip = OP_IS_BIN_ARITHMETIC || OP_IS_BIN_BITFLIP; in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp185 #define OP_IS_BIN_BITFLIP (OPEQ("|") || OPEQ("^") || OPEQ("&")) macro
1109 bool isArithmeticOrBitflip = OP_IS_BIN_ARITHMETIC || OP_IS_BIN_BITFLIP; in evaluate()