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

  /art/jdwpspy/
Common.h 48 INLINE u4 get4BE(unsigned char const* pSrc) {
Net.cpp 427 length = get4BE(pPeer->inputBuffer);
480 length = get4BE(buf+0);
481 id = get4BE(buf+4);
532 length = get4BE(buf+0);
  /dalvik/tools/hprof-conv/
HprofConv.c 286 static uint32_t get4BE(const unsigned char* buf)
397 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4);
406 int arrayCount = get4BE(origBuf + kIdentSize + 4);
415 int arrayCount = get4BE(origBuf + kIdentSize + 4);
638 timestamp = get4BE(buf + 1);
639 length = get4BE(buf + 5);
  /dalvik/vm/
Ddm.cpp 74 type = get4BE((u1*)dataArray->contents + 0);
75 length = get4BE((u1*)dataArray->contents + 4);
Bits.h 49 INLINE u4 get4BE(unsigned char const* pSrc)
Debugger.cpp 944 *(((u4*) out)+i) = get4BE(in + i*4);
    [all...]
  /bootable/recovery/minzip/
Bits.h 38 INLINE unsigned int get4BE(unsigned char const* pSrc)
  /dalvik/vm/jdwp/
JdwpAdb.cpp 398 length = get4BE(netState->inputBuffer);
JdwpSocket.cpp 517 length = get4BE(netState->inputBuffer);
JdwpHandler.cpp 356 u4 exitCode = get4BE(buf);
    [all...]

Completed in 103 milliseconds