Searched defs:_F (Results 1 – 1 of 1) sorted by relevance
811 #define MP_SET_FLAG(_M, _F) ((_M)->Flags |= (_F)) argument812 #define MP_CLEAR_FLAG(_M, _F) ((_M)->Flags &= ~(_F)) argument813 #define MP_TEST_FLAGS(_M, _F) (((_M)->Flags & (_F)) == (_F)) argument