Search | Google it | Results 1 - 2 of 2 for fundef:CHK_MPFID (0.00 seconds) |
158: #define NUM_MPFID (MAX_MPFID) 159: #define CHK_MPFID(id) ((MIN_MPFID) <= (id) && (id) <= (MAX_MPFID)) 160: #define INDEX_MPF(id) ((id)-(MIN_MPFID))
90: #define NUM_MPFID (MAX_MPFID) 91: #define CHK_MPFID(id) ((MIN_MPFID) <= (id) && (id) <= (MAX_MPFID)) 92: #define INDEX_MPF(id) ((id)-(MIN_MPFID))