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

  /development/tools/jdwpspy/
Common.h 36 INLINE u2 get2BE(unsigned char const* pSrc)
Net.cpp 484 error = static_cast<JdwpError>(get2BE(buf+9));
  /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);
  /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)
Debugger.cpp 940 *(((u2*) out)+i) = get2BE(in + i*2);
    [all...]

Completed in 243 milliseconds