Home
last modified time | relevance | path

Searched refs:qcount (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkSpriteBlitter_RGB16.cpp182 int qcount = count >> 2; in blitrow_d16_si8() local
183 SkASSERT(qcount > 0); in blitrow_d16_si8()
199 } while (--qcount); in blitrow_d16_si8()
211 } while (--qcount); in blitrow_d16_si8()
DSkBitmapProcState_matrixProcs.cpp309 int qcount = count >> 2; in fill_sequential() local
315 } while (--qcount != 0); in fill_sequential()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dmessage.py584 def _get_question(self, qcount): argument
590 if self.updating and qcount > 1:
593 for i in xrange(0, qcount):
709 (self.message.id, self.message.flags, qcount, ancount,
714 self._get_question(qcount)
/external/pdfium/third_party/freetype/src/cff/
Dcffparse.c1111 FT_Byte* qcount = (FT_Byte*)parser->object + in cff_parser_run() local
1123 *qcount = (FT_Byte)num_args; in cff_parser_run()
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
Dcffparse.c1111 FT_Byte* qcount = (FT_Byte*)parser->object + in cff_parser_run() local
1123 *qcount = (FT_Byte)num_args; in cff_parser_run()
/external/freetype/src/cff/
Dcffparse.c1111 FT_Byte* qcount = (FT_Byte*)parser->object + in cff_parser_run() local
1123 *qcount = (FT_Byte)num_args; in cff_parser_run()
/external/mdnsresponder/mDNSCore/
DmDNS.c7130 int qcount = CountLabels(&q.qname); in mDNSCoreReceiveResponse() local
7132 if (qcount - 1 > scount) in mDNSCoreReceiveResponse()
7133 if (SameDomainName(SkipLeadingLabels(&q.qname, qcount - scount), m->rec.r.resrec.name)) in mDNSCoreReceiveResponse()
7134 repeat = qcount - 1 - scount; in mDNSCoreReceiveResponse()