Searched defs:ISFCN (Results 1 – 5 of 5) sorted by relevance
145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT)) macro
185 #define ISFCN(x) ((x) & 0x0020) macro
186 #define ISFCN(x) ((x) & 0x0020) macro
530 #define ISFCN(x) \ macro