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

  /dalvik/tools/hprof-conv/
HprofConv.c 322 static int computeClassDumpLen(const unsigned char* origBuf, int len)
324 const unsigned char* buf = origBuf;
388 DBUG("Total class dump len: %d\n", buf - origBuf);
389 return buf - origBuf;
395 static int computeInstanceDumpLen(const unsigned char* origBuf, int len)
397 int extraCount = get4BE(origBuf + kIdentSize * 2 + 4);
404 static int computeObjectArrayDumpLen(const unsigned char* origBuf, int len)
406 int arrayCount = get4BE(origBuf + kIdentSize + 4);
413 static int computePrimitiveArrayDumpLen(const unsigned char* origBuf, int len)
415 int arrayCount = get4BE(origBuf + kIdentSize + 4)
    [all...]
  /dalvik/vm/jdwp/
JdwpHandler.c     [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]

Completed in 540 milliseconds