Searched refs:ENDIAN_SWAP_16 (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DArchSpecific.h31 #define ENDIAN_SWAP_16(x) (wxUINT16_SWAP_ON_BE(x)) macro
158 return ENDIAN_SWAP_16( RawPeekUInt16( p ) );
216 RawPokeUInt16( p, ENDIAN_SWAP_16( nVal ) );
H A DSafeFile.cpp144 return ENDIAN_SWAP_16(value);

Completed in 98 milliseconds