Searched defs:RGE_BSWAP_64 (Results 1 – 1 of 1) sorted by relevance
580 #define RGE_BSWAP_64(x) (RGE_BSWAP_32((x) >> 32) | \ macro585 #define RGE_BSWAP_64(x) (x) macro