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

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dendian.h47 #define PED_SWAP16(x) ((uint16_t) _PED_SWAP16( (uint16_t) (x) )) macro
53 #define PED_CPU_TO_LE16(x) PED_SWAP16(x)
60 #define PED_LE16_TO_CPU(x) PED_SWAP16(x)
70 #define PED_CPU_TO_BE16(x) PED_SWAP16(x)
77 #define PED_BE16_TO_CPU(x) PED_SWAP16(x)

Completed in 43 milliseconds