Searched refs:BSWAP4 (Results 1 – 1 of 1) sorted by relevance
47 # define BSWAP4(x) ({ u32 ret_=(x); \ macro55 # define BSWAP4(x) ({ u32 ret_=(x); \ macro64 # define BSWAP4(x) ({ u32 ret_; \ macro73 # define BSWAP4(x) ({ u32 ret_; \ macro81 # define BSWAP4(x) ({ u32 ret_=(x); \ macro90 # define BSWAP4(x) _byteswap_ulong((u32)(x)) macro95 # define BSWAP4(x) _bswap4(x) macro99 #if defined(BSWAP4) && !defined(STRICT_ALIGNMENT)100 # define GETU32(p) BSWAP4(*(const u32 *)(p))101 # define PUTU32(p,v) *(u32 *)(p) = BSWAP4(v)
Completed in 5 milliseconds