Home
last modified time | relevance | path

Searched defs:target32toh (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sbin/disklabel/
H A Dbswap.h48 #define target32toh(x) (bswap_p ? bswap32(x) : (x)) macro
57 #define target32toh(x) (x) macro