Search | Google it | Results 1 - 2 of 2 for fundef:CHK_MBFID (0.00 seconds) |
134: #define NUM_MBFID (MAX_MBFID) 135: #define CHK_MBFID(id) ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID)) 136: #define INDEX_MBF(id) ((id)-(MIN_MBFID))
66: #define NUM_MBFID (MAX_MBFID) 67: #define CHK_MBFID(id) ((MIN_MBFID) <= (id) && (id) <= (MAX_MBFID)) 68: #define INDEX_MBF(id) ((id)-(MIN_MBFID))