Searched defs:ISPTR (Results 1 – 4 of 4) sorted by relevance
141 #define ISPTR(x) (((x) & N_TMASK) == (DT_PTR << N_BTSHFT)) macro
121 #define ISPTR(x) (((x)&TMASK)==PTR) macro
528 #define ISPTR(x) \ macro