Searched defs:qcount (Results 1 - 4 of 4) sorted by relevance

/external/skia/tests/
H A DGeometryTest.cpp152 const int qcount = quadder.countQuads(); local
153 const int pcount = qcount * 2 + 1;
/external/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c1111 FT_Byte* qcount = (FT_Byte*)parser->object + local
1123 *qcount = (FT_Byte)num_args;
/external/freetype/src/cff/
H A Dcffparse.c1573 FT_Byte* qcount = (FT_Byte*)parser->object + local
1585 *qcount = (FT_Byte)num_args;
/external/mdnsresponder/mDNSCore/
H A DmDNS.c7130 int qcount = CountLabels(&q.qname); 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 187 milliseconds