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

/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dendian.h48 #define PED_SWAP32(x) ((uint32_t) _PED_SWAP32( (uint32_t) (x) )) macro
55 #define PED_CPU_TO_LE32(x) PED_SWAP32(x)
62 #define PED_LE32_TO_CPU(x) PED_SWAP32(x)
72 #define PED_CPU_TO_BE32(x) PED_SWAP32(x)
79 #define PED_BE32_TO_CPU(x) PED_SWAP32(x)

Completed in 21 milliseconds