Searched defs:RGE_BSWAP_32 (Results 1 – 1 of 1) sorted by relevance
576 #define RGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \ macro 584 #define RGE_BSWAP_32(x) (x) macro