Searched defs:get4BE (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/
H A DBits.h49 INLINE u4 get4BE(unsigned char const* pSrc) function
/dalvik/tools/hprof-conv/
H A DHprofConv.c286 static uint32_t get4BE(const unsigned char* buf) function
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);

Completed in 93 milliseconds