Functions | |
SInt16 | BYTE_SWAP_WORD (register SInt16 inShort) |
UInt16 | BYTE_SWAP_UWORD (register UInt16 inUShort) |
SInt32 | BYTE_SWAP_LONG (register SInt32 inLong) |
UInt32 | BYTE_SWAP_ULONG (register UInt32 inULong) |
SInt16 | CP_BYTE_SWAP (SInt16 inShort) |
UInt16 | CP_BYTE_SWAP (UInt16 inUShort) |
SInt32 | CP_BYTE_SWAP (SInt32 inLong) |
UInt32 | CP_BYTE_SWAP (UInt32 inUInt32) |
void | CP_BYTE_SWAP (float inFloat) |
|
Swaps the bytes in the passed in SInt16 and returns the result.
|
|
Swaps the bytes in the passed in UInt16 and returns the result.
|
|
Swaps the bytes in the passed in SInt32 and returns the result.
|
|
Swaps the bytes in the passed in UInt32 and returns the result.
|
|
Swaps the bytes in the passed in SInt16 and returns the result. This just calls BYTE_SWAP_WORD to do the actual conversion.
|
|
Swaps the bytes in the passed in UInt16 and returns the result. This just calls BYTE_SWAP_UWORD to do the actual conversion.
|
|
Swaps the bytes in the passed in SInt32 and returns the result. This just calls BYTE_SWAP_UWORD to do the actual conversion.
|
|
Swaps the bytes in the passed in UInt32 and returns the result. This just calls BYTE_SWAP_UWORD to do the actual conversion.
|
|
Swaps the bytes in the passed in float
|