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

  /bootable/recovery/minzip/
Bits.h 140 INLINE unsigned int read4BE(unsigned char const** ppSrc)
223 unsigned int length = read4BE(ppSrc);
235 unsigned int length = read4BE(ppSrc);
253 unsigned int length = read4BE(ppSrc);
  /dalvik/vm/
Bits.h 136 INLINE u4 read4BE(unsigned char const** ppSrc)
224 u4 length = read4BE(ppSrc);
236 u4 length = read4BE(ppSrc);
254 u4 length = read4BE(ppSrc);
  /dalvik/vm/jdwp/
JdwpHandler.cpp 74 case 4: value = read4BE(pBuf); break;
109 u4 numArgs = read4BE(&buf);
131 u4 options = read4BE(&buf); /* enum InvokeOptions bit flags */
546 u4 numFields = read4BE(&buf);
728 u4 values = read4BE(&buf);
792 u4 length = read4BE(&buf);
877 u4 numFields = read4BE(&buf);
898 u4 numFields = read4BE(&buf);
1104 u4 startFrame = read4BE(&buf);
1105 u4 length = read4BE(&buf)
    [all...]
Jdwp.h 50 INLINE FieldId dvmReadFieldId(const u1** pBuf) { return read4BE(pBuf); }
51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
JdwpSocket.cpp 557 length = read4BE(&buf);
558 id = read4BE(&buf);
597 length = read4BE(&buf);
598 id = read4BE(&buf);
JdwpAdb.cpp 439 length = read4BE(&buf);
440 id = read4BE(&buf);

Completed in 32 milliseconds