Searched refs:__swap32md (Results 1 – 14 of 14) sorted by relevance
32 #define __swap32md(x) __statement({ \ macro42 (uint64_t)__swap32md(__swap64md_x >> 32) | \43 (uint64_t)__swap32md(__swap64md_x & 0xffffffff) << 32; \
62 #define __swap32md(x) ({ \ macro70 (u_int64_t) __swap32md(_swap64md_x >> 32) | \71 (u_int64_t) __swap32md(_swap64md_x & 0xffffffff) << 32; \
42 #define __swap32md(x) ({ \ macro51 (uint64_t) __swap32md(_swap64md_x >> 32) | \52 (uint64_t) __swap32md(_swap64md_x & 0xffffffff) << 32; \
26 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() argument
44 #define __swap32md(x) __builtin_bswap32(x) macro
33 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() argument
30 uint32_t WRAP(__swap32md)(uint32_t x) { in WRAP() argument
32 #define __swap32md(x) __statement({ \ macro
129 __swap32md(__swap32_x); \
128 __swap32md(__swap32_x); \