HomeSort by relevance Sort by last modified time
    Searched full:origbuf (Results 1 - 6 of 6) 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...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 66 char *origbuf; member in struct:bcmstrbuf
  /dalvik/vm/jdwp/
JdwpHandler.c     [all...]
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmutils.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c     [all...]

Completed in 96 milliseconds