Searched refs:OP_CMD (Results 1 – 1 of 1) sorted by relevance
2067 #define OP_CMD(type, num) ((type << 8) + num) macro2172 if (high > OP_CMD(type, 0xff)) in avrule_operation_num()2173 high = OP_CMD(type, 0xff); in avrule_operation_num()2176 if (low < OP_CMD(type, 0)) in avrule_operation_num()2177 low = OP_CMD(type, 0); in avrule_operation_num()