Searched refs:RawPeekUInt64 (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMD4Hash.h101 ( RawPeekUInt64( m_hash ) == RawPeekUInt64( other_hash.m_hash ) ) &&
102 ( RawPeekUInt64( m_hash + 8 ) == RawPeekUInt64( other_hash.m_hash + 8 ) )
147 !RawPeekUInt64( m_hash ) &&
148 !RawPeekUInt64( m_hash + 8 )
246 RawPokeUInt64( m_hash, RawPeekUInt64( hash ) );
247 RawPokeUInt64( m_hash + 8, RawPeekUInt64( hash + 8 ) );
H A DArchSpecific.h63 inline uint64 RawPeekUInt64(const void* p);
138 inline uint64 RawPeekUInt64(const void* p) function
169 return ENDIAN_SWAP_64( RawPeekUInt64( p ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECTag.cpp132 RawPokeUInt64( m_tagData, RawPeekUInt64( data.GetHash() ) );
133 RawPokeUInt64( m_tagData + 8, RawPeekUInt64( data.GetHash() + 8 ) );
578 return ENDIAN_NTOHLL( RawPeekUInt64( m_tagData ) );

Completed in 65 milliseconds