Searched defs:IN_CLASSC (Results 1 – 2 of 2) sorted by relevance
242 #define IN_CLASSC(a) ((((long int) (a)) & 0xe0000000) == 0xc0000000) macro
349 #define IN_CLASSC(i) (((uint32_t)(i) & 0xe0000000) == 0xc0000000) macro