Searched defs:RGE_BSWAP_16 (Results 1 – 1 of 1) sorted by relevance
574 #define RGE_BSWAP_16(x) ((((x) & 0xff00) >> 8) | \ macro583 #define RGE_BSWAP_16(x) (x) macro