Home
last modified time | relevance | path

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

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