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

  /device/google/dragon/audio/hal/
utlist.h 123 #define LL_SEARCH_SCALAR_WITH_CAST(head, out, nout, field, val) \
126 (nout) = (__typeof(nout))out; \
127 if ((nout)->field == (val)) \
129 (nout) = 0; \
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_render_t.c 68 int nout = MIN2(npack, MAX_OUT_##out); \
69 npack -= nout; \
72 nout); \
73 start += nout; \
  /external/vboot_reference/utility/
dumpRSAPublicKey.c 99 uint32_t nout; local
102 nout = BN_get_word(n);
103 if (-1 == write(1, &nout, sizeof(nout)))
  /external/vboot_reference/host/lib/
util_misc.c 105 uint32_t nout; local
108 nout = BN_get_word(n);
109 *outbuf++ = nout;
  /external/opencv3/modules/imgproc/src/
convhull.cpp 132 int i, total = points.checkVector(2), depth = points.depth(), nout = 0; local
187 hullbuf[nout++] = 0;
209 hullbuf[nout++] = int(pointer[tl_stack[i]] - data0);
211 hullbuf[nout++] = int(pointer[tr_stack[i]] - data0);
247 hullbuf[nout++] = int(pointer[bl_stack[i]] - data0);
249 hullbuf[nout++] = int(pointer[br_stack[i]] - data0);
253 Mat(nout, 1, CV_32S, hullbuf).copyTo(_hull);
256 _hull.create(nout, 1, CV_MAKETYPE(depth, 2));
259 for( i = 0; i < nout; i++ )
approx.cpp 690 int nout = 0; local
693 nout = approxPolyDP_(curve.ptr<Point>(), npoints, buf, closed, epsilon, &_stack);
695 nout = approxPolyDP_(curve.ptr<Point2f>(), npoints, (Point2f*)buf, closed, epsilon, &_stack);
699 Mat(nout, 1, CV_MAKETYPE(depth, 2), buf).copyTo(_approxCurve);
781 int npoints = src_seq->total, nout = 0; local
792 nout = cv::approxPolyDP_(src, npoints, dst, closed, parameter, &stack);
794 nout = cv::approxPolyDP_((cv::Point2f*)src, npoints,
801 cvSeqPushMulti(contour, dst, nout);
  /external/valgrind/VEX/priv/
main_util.c 328 do { sink(_ch); nout++; } \
342 Int fwidth, nout, len1, len3; local
346 nout = 0;
488 return nout;
  /external/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp 173 ptrdiff_t nout = pptr() - pbase(); local
184 pbump(static_cast<int>(nout));

Completed in 707 milliseconds