Searched defs:SWAP32 (Results 1 – 4 of 4) sorted by relevance
63 #define SWAP32(x) nlp->x = bswap32(olp->x) in disklabel_swap() macro
53 #define SWAP32(x) ap->x = be32toh(ap->x) macro
169 #define SWAP32(x) lp->x = bswap32(lp->x) in swap_disklabel() macro
144 #define SWAP32(x) (x) = htole32(ntohl((x))) macro