Home
last modified time | relevance | path

Searched refs:__bemtoh32 (Results 1 – 2 of 2) sorted by relevance

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