Searched defs:INT_8_BITS (Results 1 – 2 of 2) sorted by relevance
370 #define INT_8_BITS(VALUE) ((unsigned) (VALUE) + 0x80 < 0x100) macro