HomeSort by relevance Sort by last modified time
    Searched refs:qcount (Results 1 - 11 of 11) 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);
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 18 qcount uint // total data in the queue
132 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
143 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
221 for futile := byte(0); c.qcount >= c.dataqsiz; futile = traceFutileWakeup {
260 c.qcount++
382 // (first c.sendq.first or c.qcount, and second c.closed).
391 c.dataqsiz > 0 && atomicloaduint(&c.qcount) == 0) &&
479 for futile := byte(0); c.qcount <= 0; futile = traceFutileWakeup {
528 c.qcount--
646 return int(c.qcount)
    [all...]
select.go 321 if c.qcount > 0 {
342 if c.qcount < c.dataqsiz {
486 c.qcount--
512 c.qcount++
  /prebuilts/go/linux-x86/src/runtime/
chan.go 18 qcount uint // total data in the queue
132 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
143 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
221 for futile := byte(0); c.qcount >= c.dataqsiz; futile = traceFutileWakeup {
260 c.qcount++
382 // (first c.sendq.first or c.qcount, and second c.closed).
391 c.dataqsiz > 0 && atomicloaduint(&c.qcount) == 0) &&
479 for futile := byte(0); c.qcount <= 0; futile = traceFutileWakeup {
528 c.qcount--
646 return int(c.qcount)
    [all...]
select.go 321 if c.qcount > 0 {
342 if c.qcount < c.dataqsiz {
486 c.qcount--
512 c.qcount++
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/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 1111 FT_Byte* qcount = (FT_Byte*)parser->object + local
1123 *qcount = (FT_Byte)num_args;
  /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 155 milliseconds