HomeSort by relevance Sort by last modified time
    Searched defs:nBuf (Results 1 - 22 of 22) sorted by null

  /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/selinux/libsemanage/src/
direct_api.c 461 size_t nBuf;
497 nBuf = BZ2_bzRead ( &bzerror, b, buf, bufsize);
499 if (total + nBuf > size) {
508 memcpy(&uncompress[total], buf, nBuf);
509 total += nBuf;
    [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/coregrind/
m_errormgr.c     [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8998/videopp/src/
omx_vdpp.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
omx_vdec.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...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
omx_vdec_hevc_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]

Completed in 1135 milliseconds