Searched defs:__bemtoh32 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/sys/
H A D_endian.h109 #define __bemtoh32(_x) __mswap32(_x) macro
156 #define __bemtoh32(_x) __htobe32(*(__uint32_t *)(_x)) macro

Completed in 107 milliseconds