Home
last modified time | relevance | path

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

/netbsd-src/sbin/disklabel/
H A Dbswap.h46 #define target16toh(x) (bswap_p ? bswap16(x) : (x)) macro
55 #define target16toh(x) (x) macro