Searched defs:CMP_INT16_P (Results 1 – 2 of 2) sorted by relevance
483 #define CMP_INT16_P(X) ((X) >= - 0x7fff && (X) <= 0x8000) macro