|
| static u8 | swapU8 (u8 x) |
| static u16 | swapU16 (u16 x) |
| static u32 | swapU32 (u32 x) |
| static u64 | swapU64 (u64 x) |
| static s8 | swapS8 (s8 x) |
| static s16 | swapS16 (s16 x) |
| static s32 | swapS32 (s32 x) |
| static s64 | swapS64 (s64 x) |
| static f32 | swapF32 (f32 x) |
| static u8 | convertU8 (Types from, Types to, u8 x) |
| static u16 | convertU16 (Types from, Types to, u16 x) |
| static u32 | convertU32 (Types from, Types to, u32 x) |
| static u64 | convertU64 (Types from, Types to, u64 x) |
| static s8 | convertS8 (Types from, Types to, s8 x) |
| static s16 | convertS16 (Types from, Types to, s16 x) |
| static s32 | convertS32 (Types from, Types to, s32 x) |
| static s64 | convertS64 (Types from, Types to, s64 x) |
| static u32 | convertF32 (Types from, Types to, const void *x) |
| static u8 | toHostU8 (Types from, u8 x) |
| static u16 | toHostU16 (Types from, u16 x) |
| static u32 | toHostU32 (Types from, u32 x) |
| static u64 | toHostU64 (Types from, u64 x) |
| static u8 | fromHostU8 (Types to, u8 x) |
| static u16 | fromHostU16 (Types to, u16 x) |
| static u32 | fromHostU32 (Types to, u32 x) |
| static u64 | fromHostU64 (Types to, u64 x) |
| static s8 | toHostS8 (Types from, s8 x) |
| static s16 | toHostS16 (Types from, s16 x) |
| static s32 | toHostS32 (Types from, s32 x) |
| static s64 | toHostS64 (Types from, s64 x) |
| static s8 | fromHostS8 (Types to, s8 x) |
| static s16 | fromHostS16 (Types to, s16 x) |
| static s32 | fromHostS32 (Types to, s32 x) |
| static s64 | fromHostS64 (Types to, s64 x) |
| static f32 | toHostF32 (Types from, const u32 *x) |
| static u32 | fromHostF32 (Types to, const f32 *x) |
| static Types | getHostEndian () |
| static Types | markToEndian (u16 mark) |
| static u16 | endianToMark (Types endian) |