Searched refs:SWAP16 (Results 1 – 2 of 2) sorted by relevance
28 +#define SWAP16(x) x33 #define SWAP16(x) ((uint16_t) ((x & 0x00ff) << 8) | ((x & 0xff00) >> 8))
204 #define SWAP16(x) ((((x) & 0x00ff) << 8) | \ macro218 #define SWAP16(x) (x) macro1055 SWAP16((unsigned short)(((r>>3)<<10) | \1063 SWAP16((unsigned short)((((r)>>3)<<11)| \1203 p[i].ce.w = SWAP16((unsigned short) in display_rle8_bitmap()1806 SWAP16((unsigned short) ( in plot_logo_or_black()1814 SWAP16((unsigned short) ( in plot_logo_or_black()