Search | Google it | Results 1 - 2 of 2 for fundef:INDEX_MBF (0.00 seconds) |
135: #define CHK_MBFID(id) ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID)) 136: #define INDEX_MBF(id) ((id)-(MIN_MBFID)) 137: #define ID_MBF(index) ((index)+(MIN_MBFID))
67: #define CHK_MBFID(id) ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID)) 68: #define INDEX_MBF(id) ((id)-(MIN_MBFID)) 69: #define ID_MBF(index) ((index)+(MIN_MBFID))