Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_bits.h31 static inline uint32_t Get4BE(unsigned char const* pSrc) { in Get4BE() argument
32 return (pSrc[0] << 24) | (pSrc[1] << 16) | (pSrc[2] << 8) | pSrc[3]; in Get4BE()