/external/openfst/src/include/fst/ |
connect.h | 96 StateId ncomp = 0; local 101 comp = ncomp; 102 ++ncomp; 106 return ncomp;
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
ColorBuffer.cpp | 59 int nComp = (texInternalFormat == GL_RGB ? 3 : 4); 60 char *zBuff = new char[nComp*p_width*p_height]; 62 memset(zBuff, 0, nComp*p_width*p_height);
|
/external/openssh/ |
kex.c | 407 int nenc, nmac, ncomp; local 440 ncomp = ctos ? PROPOSAL_COMP_ALGS_CTOS : PROPOSAL_COMP_ALGS_STOC; 443 choose_comp(&newkeys->comp, cprop[ncomp], sprop[ncomp]);
|
/external/opencv/cv/src/ |
mycvHaarDetectObjects.cpp | 1300 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 ); local 1464 int ncomp = cvSeqPartition( seq, 0, &idx_seq, myis_equal, 0 ); local [all...] |
cvhaar.cpp | 1268 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); local 1428 int ncomp = cvSeqPartition( seq, 0, &idx_seq, is_equal, 0 ); local [all...] |
/external/libselinux/src/ |
label_file.c | 52 unsigned int ncomp; member in struct:saved_data 234 data->ncomp++; /* how many compiled regexes required */ 458 data->ncomp = 0;
|