Searched defs:out_count (Results 1 - 13 of 13) sorted by relevance

/external/google-breakpad/src/client/
H A Dminidump_file_writer.cc122 int out_count = out[1] ? 2 : 1; local
123 size_t out_size = sizeof(uint16_t) * out_count;
125 out_idx += out_count;
149 int out_count = out[1] ? 2 : 1; local
150 size_t out_size = sizeof(uint16_t) * out_count;
152 out_idx += out_count;
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_private.h51 unsigned *out_count)
55 *out_count = count;
59 *out_count = count / 2;
63 *out_count = count - 1;
67 *out_count = count / 3;
71 *out_count = count - 2;
75 *out_count = count - 2;
80 *out_count = 0;
49 svga_translate_prim(unsigned mode, unsigned count, unsigned *out_count) argument
/external/opencv3/modules/core/src/
H A Dpca.cpp88 int count = std::min(len, in_count), out_count = count; local
90 out_count = std::min(count, maxComponents);
135 for( i = 0; i < out_count; i++ )
142 if( count > out_count )
145 eigenvalues = eigenvalues.rowRange(0,out_count).clone();
146 eigenvectors = eigenvectors.rowRange(0,out_count).clone();
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_drm.c246 int *out_count, void *loaderPrivate)
273 *out_count = j;
287 int *out_count, void *loaderPrivate)
296 *out_count = 0;
309 out_count, loaderPrivate);
243 dri2_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
284 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
H A Dplatform_android.c444 int *out_count, void *loaderPrivate)
473 *out_count = dri2_surf->buffer_count;;
441 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
H A Dplatform_wayland.c425 int *out_count, void *loaderPrivate)
484 *out_count = dri2_surf->buffer_count;
498 int *out_count, void *loaderPrivate)
507 *out_count = 0;
520 out_count, loaderPrivate);
422 dri2_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
495 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
H A Dplatform_x11.c375 int *out_count, void *loaderPrivate)
394 *out_count = reply->count;
397 dri2_process_buffers(dri2_surf, buffers, *out_count);
408 int *out_count, void *loaderPrivate)
434 *out_count = reply->count;
435 dri2_process_buffers(dri2_surf, buffers, *out_count);
372 dri2_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
405 dri2_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c68 int *out_count, void *data)
77 count, out_count, surf->dri_private);
94 int *out_count, void *data)
104 count, out_count, surf->dri_private);
65 dri_get_buffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
91 dri_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *data) argument
/external/curl/lib/
H A Dtelnet.c1229 int out_count; local
1234 out_count = 1;
1236 outbuf[out_count++] = CURL_IAC;
1252 outbuf+total_written, out_count-total_written,
1258 } while(!result && total_written < out_count);
/external/mesa3d/src/glx/
H A Ddri2_glx.c754 int *out_count, void *loaderPrivate)
760 width, height, attachments, count, out_count);
766 process_buffers(pdraw, buffers, *out_count);
777 int *out_count, void *loaderPrivate)
785 count, out_count);
791 process_buffers(pdraw, buffers, *out_count);
751 dri2GetBuffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
774 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) argument
/external/opencv/cxcore/src/
H A Dcxmatrix.cpp1596 int i, len, in_count, count, out_count; local
1644 out_count = evals->cols + evals->rows - 1;
1646 if( (evals->cols != 1 && evals->rows != 1) || out_count > count )
1651 if( evects->cols != len || evects->rows != out_count )
1672 tmp_evects->rows = out_count;
1673 tmp_evals->cols = out_count;
1689 CV_CALL( tmp_evects2 = cvCreateMat( out_count, count, CV_64F ));
1726 for( i = 0; i < out_count; i++ )
/external/opencv3/modules/core/test/
H A Dtest_math.cpp360 Core_MatrixTest( int in_count, int out_count,
373 Core_MatrixTest::Core_MatrixTest( int in_count, int out_count, argument
381 for( i = 0; i < out_count; i++ )
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h304 unsigned *out_count
1001 unsigned *out_count,
1008 for(i = 0; i < std::min(*out_count, num_viewports); ++i)
1011 memset(out_viewports + i, 0, (*out_count - i) * sizeof(D3D11_VIEWPORT));
1014 *out_count = num_viewports;
1053 unsigned *out_count,
1060 for(i = 0; i < std::min(*out_count, num_scissor_rects); ++i)
1063 memset(out_rects + i, 0, (*out_count - i) * sizeof(D3D11_RECT));
1066 *out_count = num_scissor_rects;
1000 RSGetViewports( unsigned *out_count, D3D11_VIEWPORT *out_viewports) argument
1052 RSGetScissorRects( unsigned *out_count, D3D11_RECT *out_rects) argument

Completed in 523 milliseconds