Search | Google it | Results 1 - 2 of 2 for fundef:CHK_SEMID (0.00 seconds) |
86: #define NUM_SEMID (MAX_SEMID) 87: #define CHK_SEMID(id) ((MIN_SEMID) <= (id) && (id) <= (MAX_SEMID)) 88: #define INDEX_SEM(id) ((id)-(MIN_SEMID))
34: #define NUM_SEMID (MAX_SEMID) 35: #define CHK_SEMID(id) ((MIN_SEMID) <= (id) && (id) <= (MAX_SEMID)) 36: #define INDEX_SEM(id) ((id)-(MIN_SEMID))