Searched refs:__swap32md (Results 1 – 2 of 2) sorted by relevance
24 __swap32md(__uint32_t _x) in __swap32md() function39 _rv = (__uint64_t)__swap32md((__uint32_t)(_x >> 32)) | in __swap64md()40 (__uint64_t)__swap32md((__uint32_t)_x) << 32; in __swap64md()
74 __swap32md(__uint32_t x) in __swap32md() function89 (__uint32_t)(__builtin_constant_p(x) ? __swap32gen(x) : __swap32md(x))