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

  /dalvik/tools/hprof-conv/
HprofConv.c 295 static uint32_t get4BE(const unsigned char* buf)
406 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4);
415 int arrayCount = get4BE(origBuf + kIdentSize + 4);
424 int arrayCount = get4BE(origBuf + kIdentSize + 4);
512 heapType = get4BE(buf+1);
664 timestamp = get4BE(buf + 1);
665 length = get4BE(buf + 5);
  /bootable/recovery/minzip/
Bits.h 38 INLINE unsigned int get4BE(unsigned char const* pSrc)

Completed in 554 milliseconds