Searched defs:BSWAP32 (Results 1 – 1 of 1) sorted by relevance
65 #define BSWAP32( x ) __builtin_bswap32( x ) macro73 #define BSWAP32( x ) _byteswap_ulong( x ) macro80 #define BSWAP32( x ) \ macro