Searched refs:METHOD_ACTION_MASK (Results 1 – 1 of 1) sorted by relevance
38 #define METHOD_ACTION_MASK 0x03 /* two bits */ macro39 #define METHOD_ID(_method) ((_method) & (~METHOD_ACTION_MASK))40 #define METHOD_ACTION(_method) (((unsigned int)(_method)) & METHOD_ACTION_MASK)