Searched refs:bswap_32 (Results 1 – 12 of 12) sorted by relevance
33 #ifndef bswap_32 in ATF_TC_BODY()59 ATF_REQUIRE_MSG(0x78563412ul == bswap_32(ui32), in ATF_TC_BODY()61 (unsigned long)ui32, (unsigned long)bswap_32(ui32)); in ATF_TC_BODY()
29 #ifdef bswap_32 in ATF_TC_BODY()
28 #define bswap_32 swap32 macro32 #define bswap_32 bswap32 macro49 static inline unsigned int bswap_32(unsigned int v) in bswap_32() function62 #define bswap_32 CPU_swap_u32 macro181 #define be_to_host32(n) bswap_32((__force u32) (be32) (n))182 #define host_to_be32(n) ((__force be32) bswap_32((n)))192 #define le_to_host32(n) bswap_32(n)193 #define host_to_le32(n) bswap_32(n)412 #ifndef bswap_32413 #define bswap_32(a) ((((u32) (a) << 24) & 0xff000000) | \ macro
62 #define cl_ntoh32(x) bswap_32(x)63 #define cl_hton32(x) bswap_32(x)
39 #define bswap_32 bswap32 macro
38 #define bswap_32(x) __bswap32(x) macro
527 #elif defined(bswap_32)528 #define aes_sw32 bswap_32
86 #define htoll(l) bswap_32(l)
1837 sge.key = bswap_32(rs->rmr->rkey); in rs_send_credits()1838 sge.length = bswap_32(rs->rbuf_size >> 1); in rs_send_credits()2561 iom.sge.length = bswap_32(iomr->mr->length); in rs_send_iomaps()2562 iom.sge.key = bswap_32(iomr->mr->rkey); in rs_send_iomaps()
135 # define _cdf_tole4(x) bswap_32(x)
136 #define swap4(x) bswap_32(x)