Searched defs:arrSize (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvcalibfilter.cpp98 int i, arrSize; local
143 arrSize = etalonParamCount * sizeof(etalonParams[0]);
144 etalonParams = (double*)cvAlloc( arrSize );
147 arrSize = pointCount * sizeof(etalonPoints[0]);
153 etalonPoints = (CvPoint2D32f*)cvAlloc( arrSize );
178 memcpy( etalonParams, params, arrSize );
179 memcpy( etalonPoints, points, arrSize );
627 int arrSize; local
637 arrSize = cameraCount * sizeof(params[0]);
639 cvInitMatHeader( &mat, 1, cameraCount * (arrSize/sizeo
[all...]
/external/valgrind/main/VEX/
H A Dtest_main.c1165 Int arrSize;; local
1172 arrSize = descr->nElems * sizeofIRType(ty);
1176 if (isAlwaysDefd(mce, descr->base, arrSize)) {
1218 Int arrSize = descr->nElems * sizeofIRType(ty); local
1222 if (isAlwaysDefd(mce, descr->base, arrSize)) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c1348 Int arrSize;; local
1365 arrSize = descr->nElems * sizeofIRType(ty);
1369 if (isAlwaysDefd(mce, descr->base, arrSize)) {
1414 Int arrSize = descr->nElems * sizeofIRType(ty); local
1418 if (isAlwaysDefd(mce, descr->base, arrSize)) {

Completed in 134 milliseconds