Home
last modified time | relevance | path

Searched refs:BSwap (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResTypes.h51 static u64 BSwap( u64 val ) in BSwap() function
60 static s64 BSwap( s64 val ) in BSwap() function
64 data.UInt64 = BSwap( data.UInt64 ); in BSwap()
69 static f64 BSwap( f64 val ) in BSwap() function
73 data.UInt64 = BSwap( data.UInt64 ); in BSwap()
78 static u32 BSwap( u32 val ) in BSwap() function
85 static s32 BSwap( s32 val ) in BSwap() function
89 data.UInt32 = BSwap( data.UInt32 ); in BSwap()
93 static f32 BSwap( f32 val ) in BSwap() function
97 data.UInt32 = BSwap( data.UInt32 ); in BSwap()
[all …]
Dut_BinaryReader.h84 return Endian::BSwap(value); \
90 return Endian::BSwap(*x); \