Search | Google it | Results 1 - 2 of 2 for fundef:INDEX_MBX (0.00 seconds) |
111: #define CHK_MBXID(id) ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID)) 112: #define INDEX_MBX(id) ((id)-(MIN_MBXID)) 113: #define ID_MBX(index) ((index)+(MIN_MBXID))
59: #define CHK_MBXID(id) ((MIN_MBXID) <= (id) && (id) <= (MAX_MBXID)) 60: #define INDEX_MBX(id) ((id)-(MIN_MBXID)) 61: #define ID_MBX(index) ((index)+(MIN_MBXID))