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

/openbsd-current/sys/sys/
H A D_endian.h113 #define __htobem32(_x, _v) __swapm32((_x), (_v)) macro
162 #define __htobem32(_x, _v) (*(__uint32_t *)(_x) = __htobe32(_v)) macro

Completed in 167 milliseconds