Searched defs:IN_CLASSC (Results 1 – 2 of 2) sorted by relevance
45 #define IN_CLASSC(i) ((((long)(i))&0xc0000000)==0xc0000000) macro
69 #define IN_CLASSC(i) (((long)(i) & 0xe0000000) == 0xc0000000) macro