HomeSort by relevance Sort by last modified time
    Searched refs:read8BE (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/jdwp/
Jdwp.h 52 INLINE ObjectId dvmReadObjectId(const u1** pBuf) { return read8BE(pBuf); }
53 INLINE RefTypeId dvmReadRefTypeId(const u1** pBuf) { return read8BE(pBuf); }
54 INLINE FrameId dvmReadFrameId(const u1** pBuf) { return read8BE(pBuf); }
JdwpHandler.cpp 50 pLoc->idx = read8BE(pBuf);
75 case 8: value = read8BE(pBuf); break;
    [all...]
  /bootable/recovery/minzip/
Bits.h 155 INLINE unsigned long long read8BE(unsigned char const** ppSrc)
  /dalvik/vm/
Bits.h 153 INLINE u8 read8BE(unsigned char const** ppSrc)

Completed in 19 milliseconds