Searched refs:scount (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
H A Dcxdrawing.cpp300 int ecount, scount = 0; local
424 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
444 scount++;
456 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
476 scount++;
499 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
519 scount
[all...]
/external/c-ares/
H A Dares_process.c215 ssize_t scount; local
283 scount = swrite(server->tcp_socket, sendreq->data, sendreq->len);
284 if (scount < 0)
292 advance_tcp_send_queue(channel, i, scount);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1270 unsigned int scount = shortCount; local
1273 const BYTE *row = bytes + inner * (scount + count);
1279 for (; i < scount; i++)
/external/mdnsresponder/mDNSCore/
H A DmDNS.c7131 int scount = CountLabels(m->rec.r.resrec.name); local
7132 if (qcount - 1 > scount)
7133 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name))
7134 repeat = qcount - 1 - scount;

Completed in 526 milliseconds