Searched defs:buf_count (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp255 int buf_count = 0; local
261 buf_count++;
262 if (buf_count > nParams) {
263 buf_count = nParams;
271 if (buf_count < nParams) {
/external/opencv/cv/include/
H A Dcv.hpp122 the method initializes ring buffer (buf_end, buf_head, buf_tail, buf_count, rows),
147 int buf_size, buf_step, buf_count, buf_max_count; member in class:CvBaseImageFilter
/external/dbus/dbus/
H A Ddbus-sysdeps-unix.c2189 int buf_count; local
2194 buf_count = initial_buf_count;
2195 buf = dbus_new (gid_t, buf_count);
2204 buf, &buf_count) < 0)
2209 case is to pass back the actual number of groups in buf_count, but
2210 on Mac OS X 10.5, buf_count is unhelpfully left alone.
2220 if (buf_count == initial_buf_count)
2222 buf_count *= 16; /* Retry with an arbitrarily scaled-up array */
2224 new = dbus_realloc (buf, buf_count * sizeof (buf[0]));
2235 if (getgrouplist (username_c, info->primary_gid, buf, &buf_count) <
[all...]
/external/opencv/ml/include/
H A Dml.h796 int buf_count, buf_size; member in struct:CvDTreeTrainData
/external/opencv3/apps/traincascade/
H A Dold_ml.hpp718 int buf_count, buf_size; // buf_size is obsolete, please do not use it, use expression ((int64)buf->rows * (int64)buf->cols / buf_count) instead member in struct:CvDTreeTrainData

Completed in 1083 milliseconds