Home
last modified time | relevance | path

Searched refs:lenSrc (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/cudalegacy/test/
DTestHypothesesGrow.cpp56 lenSrc(lenSrc_), in TestHypothesesGrow()
69 strOut << "lenSrc=" << lenSrc << std::endl; in toString()
120 ncvStat = ncvGrowDetectionsVector_device(d_vecSrc, this->lenSrc, in process()
129 ncvStat = ncvGrowDetectionsVector_host(h_vecSrc, this->lenSrc, in process()
DTestHypothesesGrow.h56 Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst);
73 Ncv32u lenSrc; variable
/external/sqlite/dist/
Dsqlite3.c159280 int lenSrc, /* Length of the source file */
159314 if( (int)(ofst+cnt) > lenSrc ){
/external/sqlite/dist/orig/
Dsqlite3.c159250 int lenSrc, /* Length of the source file */
159284 if( (int)(ofst+cnt) > lenSrc ){