Searched defs:X_DISP16 (Results 1 – 2 of 2) sorted by relevance
135 #define X_DISP16(i) (((((i) >> 20) & 3) << 14) | (((i) >> 0) & 0x3fff)) macro