HomeSort by relevance Sort by last modified time
    Searched refs:nBuf (Results 1 - 25 of 28) sorted by null

1 2

  /external/valgrind/exp-sgcheck/
pc_common.h 60 /*OUT*/HChar* buf, Int nBuf );
62 /*OUT*/HChar* buf, Int nBuf );
pc_common.c 780 /*OUT*/HChar* buf, Int nBuf )
784 tl_assert(nBuf >= 1);
789 return VG_(snprintf)(buf, nBuf, "%s", errstr);
797 /*OUT*/HChar* buf, Int nBuf )
799 tl_assert(nBuf >= 1);
sg_main.c 944 static void show_Invar( HChar* buf, Word nBuf, Invar* inv, Word depth )
947 tl_assert(nBuf >= 128);
    [all...]
  /external/valgrind/helgrind/
hg_errors.h 48 /*OUT*/HChar* buf, Int nBuf );
50 /*OUT*/HChar* buf, Int nBuf );
hg_errors.c     [all...]
  /external/valgrind/coregrind/
m_errormgr.c     [all...]
  /external/dng_sdk/source/
dng_string.cpp 934 const uint8 *nBuf = (const uint8 *) s;
936 uint32 aChar = nBuf [0];
959 if ((nBuf [extra] & 0xC0) != 0x80)
1000 aChar = ((aChar << 6) + nBuf [1]) - (uint32) 0x00003080UL;
1009 aChar = ((((aChar << 6) + nBuf [1])
1010 << 6) + nBuf [2]) - (uint32) 0x000E2080UL;
1019 aChar = ((((((aChar << 6) + nBuf [1])
1020 << 6) + nBuf [2])
1021 << 6) + nBuf [3]) - (uint32) 0x03C82080UL;
    [all...]
  /external/valgrind/drd/
drd_error.c 605 /*OUT*/HChar* buf, Int nBuf)
607 tl_assert(nBuf >= 1);
614 /*OUT*/HChar* buf, Int nBuf)
616 tl_assert(nBuf >= 1);
  /external/valgrind/memcheck/
mc_include.h 527 SizeT* nBuf, Int* lineno, Supp *su );
532 /*OUT*/HChar* buf, Int nBuf );
534 /*OUT*/HChar* buf, Int nBuf );
mc_errors.c     [all...]
  /external/bzip2/
bzip2.c 299 Int32 nBuf = 0;
303 buf[nBuf] = q + '0';
304 nBuf++;
306 outbuf[nBuf] = 0;
307 for (i = 0; i < nBuf; i++)
308 outbuf[i] = buf[nBuf-i-1];
    [all...]
  /external/valgrind/include/
pub_tool_tooliface.h 339 // This should print into buf[0..nBuf-1] any extra info for the
345 // If the buffer is too small the function shall return nBuf.
347 /*OUT*/HChar* buf, Int nBuf),
353 /*OUT*/HChar* buf, Int nBuf),
    [all...]
  /external/selinux/libsemanage/src/
direct_api.c 496 size_t nBuf;
532 nBuf = BZ2_bzRead ( &bzerror, b, buf, bufsize);
534 if (total + nBuf > size) {
543 memcpy(&uncompress[total], buf, nBuf);
544 total += nBuf;
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
shell.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
shell.c     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_copper.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]

Completed in 1659 milliseconds

1 2