Home
last modified time | relevance | path

Searched defs:pSrc (Results 1 – 3 of 3) sorted by relevance

/development/tools/jdwpspy/
DCommon.h28 INLINE u1 get1(unsigned const char* pSrc) in get1()
36 INLINE u2 get2BE(unsigned char const* pSrc) in get2BE()
49 INLINE u4 get4BE(unsigned char const* pSrc) in get4BE()
64 INLINE u8 get8BE(unsigned char const* pSrc) in get8BE()
DNet.cpp522 static bool handlePacket(Peer* pDst, Peer* pSrc) in handlePacket()
/development/tools/etc1tool/
Detc1tool.cpp374 const etc1_byte* pSrc = pSourceImage; in encode() local