HomeSort by relevance Sort by last modified time
    Searched refs:qcount (Results 1 - 7 of 7) sorted by null

  /external/skia/src/core/
SkSpriteBlitter_RGB16.cpp 182 int qcount = count >> 2; local
183 SkASSERT(qcount > 0);
199 } while (--qcount);
211 } while (--qcount);
SkBitmapProcState_matrixProcs.cpp 309 int qcount = count >> 2;
315 } while (--qcount != 0);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
message.py 584 def _get_question(self, qcount):
585 """Read the next I{qcount} records from the wire data and add them to
587 @param qcount: the number of questions in the message
588 @type qcount: int"""
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)
    [all...]
  /external/freetype/src/cff/
cffparse.c 1343 FT_Byte* qcount = (FT_Byte*)parser->object + local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffparse.c 1111 FT_Byte* qcount = (FT_Byte*)parser->object + local
1123 *qcount = (FT_Byte)num_args;
  /external/pdfium/third_party/freetype/src/cff/
cffparse.c 1111 FT_Byte* qcount = (FT_Byte*)parser->object + local
1123 *qcount = (FT_Byte)num_args;
  /external/mdnsresponder/mDNSCore/
mDNS.c 7130 int qcount = CountLabels(&q.qname); local
    [all...]

Completed in 325 milliseconds