Searched defs:cnt (Results 101 - 125 of 268) sorted by relevance

1234567891011

/external/opencv/cvaux/src/
H A Dcvbgfg_gaussmix.cpp327 CvContour* cnt = (CvContour*)seq; local
328 if( cnt->rect.width * cnt->rect.height < bg_model->params.minArea )
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c176 int cnt = strlen(method_name) + strlen(class_signature) + local
178 char buf[cnt];
179 strncpy(buf, class_signature, cnt - 1);
180 strncat(buf, method_name, cnt - strlen(buf) - 1);
181 strncat(buf, method_signature, cnt - strlen(buf) - 1);
/external/oprofile/opjitconv/
H A Djitsymbol.c37 u32 cnt = 0; local
39 cnt++;
40 return cnt;
156 int cnt = 1; local
161 cnt++;
162 cnt += 2 + strlen(s);
163 res = xmalloc(cnt);
164 snprintf(res, cnt, "%s~%i", s, i);
375 int cnt; local
399 cnt
501 int cnt = 0; local
525 int cnt, rep_cnt; local
[all...]
/external/qemu/slirp/
H A Dip_input.c507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
515 cnt = (ip->ip_hl << 2) - sizeof (struct ip);
516 for (; cnt > 0; cnt -= optlen, cp += optlen) {
524 if (optlen <= 0 || optlen > cnt) {
H A Dtcp_input.c111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt,
1498 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) argument
1504 DEBUG_ARGS((dfd," tp = %lx cnt=%i \n", (long )tp, cnt));
1506 for (; cnt > 0; cnt -= optlen, cp += optlen) {
1580 int cnt = ti->ti_urp - 1; local
1582 while (cnt >= 0) {
1583 if (m->m_len > cnt) {
1584 char *cp = mtod(m, caddr_t) + cnt;
[all...]
/external/qemu/slirp-android/
H A Dip_input.c507 /* int opt, optlen, cnt, off, code, type = ICMP_PARAMPROB, forward = 0; */
508 int opt, optlen, cnt, off, code, type, forward = 0; local
515 cnt = (ip->ip_hl << 2) - sizeof (struct ip);
516 for (; cnt > 0; cnt -= optlen, cp += optlen) {
524 if (optlen <= 0 || optlen > cnt) {
H A Dtcp_input.c111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt,
1504 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) argument
1510 DEBUG_ARGS((dfd," tp = %lx cnt=%i \n", (long )tp, cnt));
1512 for (; cnt > 0; cnt -= optlen, cp += optlen) {
1586 int cnt = ti->ti_urp - 1; local
1588 while (cnt >= 0) {
1589 if (m->m_len > cnt) {
1590 char *cp = mtod(m, caddr_t) + cnt;
[all...]
/external/srec/srec/cfront/
H A Dcheldsp4.c199 size_t ii, cnt; local
201 cnt = 0;
202 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
203 dest_frame[cnt] = (featdata) mel_data[ii];
204 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
205 dest_frame[cnt] = (featdata) del_data[ii];
207 for (ii = 0; ii < cepobj->mel_dim; ii++, cnt++)
208 dest_frame[cnt] = (featdata) deldel_data[ii];
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dpitch_filter.c79 int k, ind, cnt; local
139 for (cnt = 0; cnt < kSegments; cnt++) {
185 WebRtc_Word16 cnt = 0, frcQQ, indW16 = 0, tmpW16; local
215 for (cnt = 0; cnt < kSegments; cnt++) {
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp759 int eldExtLen, len, cnt; local
824 for(cnt=0; cnt<len; cnt++) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Devent_test.cc363 int cnt = 0; local
364 EXPECT_EQ(0, listener->Wait(ev, MAX_EVENTS, TIMEOUT_VERY_LONG, &cnt));
365 EXPECT_EQ(1, cnt);
443 int cnt = select(4, &rd_set, &rd_set, &rd_set, NULL); local
444 EXPECT_EQ(3 * 3, cnt);
459 cnt = select(fds[SOCKET_CNT-1] + 1, &rd_set, NULL, NULL, NULL);
460 EXPECT_EQ(3, cnt);
474 cnt = select(fdnum, &rd_set, &wr_set, NULL, NULL);
475 EXPECT_EQ(7, cnt);
/external/chromium_org/ppapi/tests/
H A Dtest_file_io.cc1102 ssize_t cnt = write(fd, msg.data(), msg.size()); local
1103 if (cnt < 0)
1105 if (cnt != static_cast<ssize_t>(msg.size()))
1106 return ReportError("write for native FD count mismatch", cnt);
1123 cnt = read(fd, &buf[0], msg.size());
1124 if (cnt < 0)
1126 if (cnt != static_cast<ssize_t>(msg.size()))
1127 return ReportError("read for native FD count mismatch", cnt);
1204 ssize_t cnt = write(fd, msg.data(), msg.size()); local
1205 if (cnt <
[all...]
/external/chromium_org/third_party/freetype/src/base/
H A Dftrfork.c158 int i, j, cnt, subcnt; local
170 if ( FT_READ_USHORT( cnt ) )
172 cnt++;
174 for ( i = 0; i < cnt; ++i )
/external/chromium_org/third_party/icu/source/i18n/
H A Dchoicfmt.cpp86 int32_t cnt )
92 setChoices(limits, formats, cnt );
100 int32_t cnt )
106 setChoices(limits, closures, formats, cnt );
519 int32_t cnt )
521 setChoices(limits, 0, formats, cnt);
530 int32_t cnt )
547 fCount = cnt;
586 ChoiceFormat::getLimits(int32_t& cnt) const
588 cnt
673 format(const Formattable* objs, int32_t cnt, UnicodeString& appendTo, FieldPosition& pos, UErrorCode& status) const argument
[all...]
/external/chromium_org/third_party/libusb/src/libusb/
H A Dio.c2486 size_t cnt = 0; local
2491 cnt++;
2493 ret = calloc(cnt + 1, sizeof(struct libusb_pollfd *));
2499 ret[cnt] = NULL;
/external/chromium_org/third_party/libwebp/enc/
H A Danalysis.c43 int cnt[NUM_MB_SEGMENTS] = { 0 }; local
47 cnt[mb[-w - 1].segment_]++; // top-left
48 cnt[mb[-w + 0].segment_]++; // top
49 cnt[mb[-w + 1].segment_]++; // top-right
50 cnt[mb[ - 1].segment_]++; // left
51 cnt[mb[ + 1].segment_]++; // right
52 cnt[mb[ w - 1].segment_]++; // bottom-left
53 cnt[mb[ w + 0].segment_]++; // bottom
54 cnt[mb[ w + 1].segment_]++; // bottom-right
56 if (cnt[
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_strex.c395 int i, prev = -1, orflags, cnt; local
455 cnt = X509_NAME_entry_count(n);
456 for(i = 0; i < cnt; i++) {
458 ent = X509_NAME_get_entry(n, cnt - i - 1);
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
H A Dx509_lu.c490 int i, idx, cnt; local
496 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_X509, nm, &cnt);
511 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_X509,nm, &cnt);
519 for (i = 0; i < cnt; i++, idx++)
539 int i, idx, cnt; local
546 idx = x509_object_idx_cnt(ctx->ctx->objs, X509_LU_CRL, nm, &cnt);
558 idx = x509_object_idx_cnt(ctx->ctx->objs,X509_LU_CRL, nm, &cnt);
566 for (i = 0; i < cnt; i++, idx++)
/external/chromium_org/third_party/opus/src/tests/
H A Dtest_opus_api.c1416 opus_int32 cnt,rcnt; local
1418 for(cnt=0;cnt<maxp+2;cnt++)
1420 if(cnt>0)
1423 if((cnt<=maxp&&k<=(1275*i))?ret!=OPUS_OK:ret!=OPUS_INVALID_PACKET)test_failed();
1426 rcnt=k<=(1275*i)?(cnt<maxp?cnt:maxp):0;
/external/chromium_org/third_party/skia/src/images/
H A DSkMovie_gif.cpp334 int cnt = bm->width() * bm->height(); local
335 memcpy(dst, src, cnt*sizeof(uint32_t));
/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c137 int cnt = 0; /* Number of matching column names */ local
156 while( pNC && cnt==0 ){
193 cnt++;
230 if( zDb==0 && zTab!=0 && cnt==0 && pParse->pTriggerTab!=0 ){
259 cnt++;
282 if( cnt==0 && cntTab==1 && sqlite3IsRowid(zCol) ){
283 cnt = 1;
300 if( cnt==0 && (pEList = pNC->pEList)!=0 && zTab==0 ){
314 cnt = 1;
323 ** we have a match (cnt>
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c82 size_t cnt; local
88 cnt = s->tok - s->bot;
89 if (cnt > 0) {
92 s->ptr -= cnt;
93 *cursor -= cnt;
94 s->lim -= cnt;
110 if ((cnt = input_func(input_func_data, s->lim, BSIZE)) == 0) {
111 s->eof = &s->lim[cnt];
114 s->lim += cnt;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc366 int cnt = 0; local
368 for (int i = 0; i < MAXNS && cnt < nfd; i++) {
370 fds[cnt++] = statp->_u._ext.nssocks[i];
372 return cnt;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-regexp.jar ... .RE reg java.util.Vector v int cnt protected int getCompilerOptions (int) int options int cOptions } org/apache ...
/external/elfutils/libebl/
H A Deblopenbackend.c281 size_t cnt; local
307 for (cnt = 0; cnt < nmachines; ++cnt)
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
312 result->emulation = machines[cnt].emulation;
326 result->machine = machines[cnt].em;
327 result->class = machines[cnt].class;
328 result->data = machines[cnt]
[all...]

Completed in 570 milliseconds

1234567891011