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