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

  /external/pdfium/core/fpdfapi/parser/
cpdf_simple_parser.cpp 144 int buf_count = 0; local
151 buf_count++;
152 if (buf_count > nParams) {
153 buf_count = nParams;
161 if (buf_count < nParams) {
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_vbo.c 822 struct nv04_resource *buf_count = nv04_resource(info->indirect_params); local
831 (buf_count && buf_count->fence_wr &&
832 !nouveau_fence_signalled(buf_count->fence_wr))) {
848 if (buf_count)
860 if (buf_count)
881 nouveau_pushbuf_space(push, 16, 0, pushes + !!buf_count);
883 if (buf_count)
884 PUSH_REFN(push, buf_count->bo, NOUVEAU_BO_RD | buf_count->domain)
    [all...]
  /frameworks/native/libs/binder/
ProcessState.cpp 191 ssize_t ProcessState::getKernelReferences(size_t buf_count, uintptr_t* buf)
204 uintptr_t* end = buf ? buf + buf_count : NULL;
  /system/libhwbinder/
ProcessState.cpp 177 ssize_t ProcessState::getKernelReferences(size_t buf_count, uintptr_t* buf) {
180 uintptr_t* end = buf ? buf + buf_count : NULL;
  /external/opencv/cv/include/
cv.hpp 122 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/opencv/cv/src/
cvfilter.cpp 349 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
523 buf_count = 0;
552 for( i = 0; i < buf_count; i++ )
560 row_count = top_rows + buf_count;
580 for( bptr = row_count > 0 ?rows[count] : 0; buf_head != bptr && buf_count > 0; buf_count-- )
    [all...]
cvmorph.cpp 332 for( ; buf_count < buf_max_count && y < y2; buf_count++, y++, src += src_step )
    [all...]
  /external/opencv/ml/src/
mltree.cpp 172 buf_count = data->buf_count; buf_size = data->buf_size;
263 buf_count = shared ? 3 : 2;
264 CV_CALL( buf = cvCreateMat( buf_count, buf_size, CV_32SC1 ));
931 buf_count = buf_size = 0;
996 if( idx >= buf_count )
    [all...]
  /external/opencv/ml/include/
ml.h 796 int buf_count, buf_size; member in struct:CvDTreeTrainData
    [all...]

Completed in 163 milliseconds