Search | Google it | Results 1 - 2 of 2 for fundef:INDEX_MPL (0.00 seconds) |
147: #define CHK_MPLID(id) ((MIN_MPLID) <= (id) && (id) <= (MAX_MPLID)) 148: #define INDEX_MPL(id) ((id)-(MIN_MPLID)) 149: #define ID_MPL(index) ((index)+(MIN_MPLID))
83: #define CHK_MPLID(id) ((MIN_MPLID) <= (id) && (id) <= (MAX_MPLID)) 84: #define INDEX_MPL(id) ((id)-(MIN_MPLID)) 85: #define ID_MPL(index) ((index)+(MIN_MPLID))