Searched defs:HIGH8 (Results 1 – 2 of 2) sorted by relevance
20 #define HIGH8(a) ((unsigned char)((a & 0xff00) >> 8)) macro
21 #define HIGH8(a) ((unsigned char)((a & 0xff00) >> 8)) macro