Searched refs:BSwap (Results 1 – 2 of 2) sorted by relevance
49 static u64 BSwap( u64 val ) in BSwap() function58 static s64 BSwap( s64 val ) in BSwap() function62 data.UInt64 = BSwap( data.UInt64 ); in BSwap()67 static f64 BSwap( f64 val ) in BSwap() function71 data.UInt64 = BSwap( data.UInt64 ); in BSwap()76 static u32 BSwap( u32 val ) in BSwap() function83 static s32 BSwap( s32 val ) in BSwap() function87 data.UInt32 = BSwap( data.UInt32 ); in BSwap()91 static f32 BSwap( f32 val ) in BSwap() function95 data.UInt32 = BSwap( data.UInt32 ); in BSwap()[all …]
82 return Endian::BSwap(value); \88 return Endian::BSwap(*x); \