Searched defs:TM_SHORT (Results 1 – 2 of 2) sorted by relevance
16 #define TM_SHORT(x) (short)((((x) >> 8) & 0xff) + (((x) << 8) & 0xff00)) macro
6 #define TM_SHORT(x) (short)((((x) >> 8) & 0xff) + (((x) << 8) & 0xff00)) macro