Searched refs:CM_MSG_MAX (Results 1 – 4 of 4) sorted by relevance
52 CM_MSG_MAX, enumerator
39 (static_cast<uint32_t>(CM_MSG_MAX) - static_cast<uint32_t>(CM_MSG_BASE)) + in DoSomethingInterestingWithMyAPI()
43 …code = (code % static_cast<uint32_t>(CM_MSG_MAX - CM_MSG_BASE) + static_cast<uint32_t>(CM_MSG_BASE… in DoSomethingInterestingWithMyAPI()
192 if (code < static_cast<uint32_t>(CM_MSG_BASE) || code >= static_cast<uint32_t>(CM_MSG_MAX)) { in OnRemoteRequest()