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

  /art/jdwpspy/
Common.h 36 INLINE u2 get2BE(unsigned char const* pSrc) {
  /bootable/recovery/minzip/
Bits.h 25 INLINE unsigned short get2BE(unsigned char const* pSrc)
  /dalvik/vm/
Bits.h 41 INLINE u2 get2BE(unsigned char const* pSrc)
  /dalvik/tools/hprof-conv/
HprofConv.c 275 static uint16_t get2BE(const unsigned char* buf)
335 count = get2BE(buf);
356 count = get2BE(buf);
377 count = get2BE(buf);

Completed in 65 milliseconds