Searched refs:lenSrc (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/cudalegacy/test/ |
D | TestHypothesesGrow.cpp | 56 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()
|
D | TestHypothesesGrow.h | 56 Ncv32u maxLenSrc, Ncv32u lenSrc, Ncv32u maxLenDst, Ncv32u lenDst); 73 Ncv32u lenSrc; variable
|
/external/sqlite/dist/ |
D | sqlite3.c | 159280 int lenSrc, /* Length of the source file */ 159314 if( (int)(ofst+cnt) > lenSrc ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 159250 int lenSrc, /* Length of the source file */ 159284 if( (int)(ofst+cnt) > lenSrc ){
|