Searched refs:ENDIAN_SWAP_64 (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.h37 #define ENDIAN_SWAP_64(x) (wxUINT64_SWAP_ON_BE(x)) macro
169 return ENDIAN_SWAP_64( RawPeekUInt64( p ) );
227 RawPokeUInt64( p, ENDIAN_SWAP_64( nVal ) );
H A DSafeFile.cpp162 return ENDIAN_SWAP_64(value);

Completed in 48 milliseconds