Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_ResTypes.h49 static u64 BSwap( u64 val ) in BSwap() function
58 static s64 BSwap( s64 val ) in BSwap() function
62 data.UInt64 = BSwap( data.UInt64 ); in BSwap()
67 static f64 BSwap( f64 val ) in BSwap() function
71 data.UInt64 = BSwap( data.UInt64 ); in BSwap()
76 static u32 BSwap( u32 val ) in BSwap() function
83 static s32 BSwap( s32 val ) in BSwap() function
87 data.UInt32 = BSwap( data.UInt32 ); in BSwap()
91 static f32 BSwap( f32 val ) in BSwap() function
95 data.UInt32 = BSwap( data.UInt32 ); in BSwap()
[all …]
Dut_BinaryReader.h82 return Endian::BSwap(value); \
88 return Endian::BSwap(*x); \