Searched refs:ncomp (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | connect.h | 96 StateId ncomp = 0; in GetCcVector() local 101 comp = ncomp; in GetCcVector() 102 ++ncomp; in GetCcVector() 106 return ncomp; in GetCcVector()
|
/external/opencv/cv/src/ |
D | mycvHaarDetectObjects.cpp | 1300 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 ); in mycvHaarDetectObjects() local 1301 CV_CALL( comps = (CvAvgComp*)cvAlloc( (ncomp+1)*sizeof(comps[0]))); in mycvHaarDetectObjects() 1302 memset( comps, 0, (ncomp+1)*sizeof(comps[0])); in mycvHaarDetectObjects() 1311 assert( (unsigned)idx < (unsigned)ncomp ); in mycvHaarDetectObjects() 1321 for( i = 0; i < ncomp; i++ ) in mycvHaarDetectObjects() 1339 for( i = 0 ; i <= ncomp; i++ ) in mycvHaarDetectObjects() 1347 assert( (unsigned)idx < (unsigned)ncomp ); in mycvHaarDetectObjects() 1359 for( i = 0; i < ncomp; i++ ) in mycvHaarDetectObjects() 1464 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 ); in mycvHaarDetectObjects() local 1465 CV_CALL( comps = (CvAvgComp*)cvAlloc( (ncomp+1)*sizeof(comps[0]))); in mycvHaarDetectObjects() [all …]
|
D | cvhaar.cpp | 1268 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); in cvHaarDetectObjects() local 1269 CV_CALL( comps = (CvAvgComp*)cvAlloc( (ncomp+1)*sizeof(comps[0]))); in cvHaarDetectObjects() 1270 memset( comps, 0, (ncomp+1)*sizeof(comps[0])); in cvHaarDetectObjects() 1279 assert( (unsigned)idx < (unsigned)ncomp ); in cvHaarDetectObjects() 1289 for( i = 0; i < ncomp; i++ ) in cvHaarDetectObjects() 1307 for( i = 0 ; i <= ncomp; i++ ) in cvHaarDetectObjects() 1315 assert( (unsigned)idx < (unsigned)ncomp ); in cvHaarDetectObjects() 1327 for( i = 0; i < ncomp; i++ ) in cvHaarDetectObjects() 1428 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); in cvHaarDetectObjects() local 1429 CV_CALL( comps = (CvAvgComp*)cvAlloc( (ncomp+1)*sizeof(comps[0]))); in cvHaarDetectObjects() [all …]
|
/external/openssh/ |
D | kex.c | 588 int nenc, nmac, ncomp; in kex_choose_conf() local 626 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; in kex_choose_conf() 636 if ((r = choose_comp(&newkeys->comp, cprop[ncomp], in kex_choose_conf() 637 sprop[ncomp])) != 0) in kex_choose_conf()
|
/external/libselinux/src/ |
D | label_file.c | 54 unsigned int ncomp; member 239 data->ncomp++; /* how many compiled regexes required */ in compile_regex() 462 data->ncomp = 0; in init()
|
/external/selinux/libselinux/ |
D | ChangeLog | 116 * label_file: drop useless ncomp field from label_file data
|