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

  /prebuilts/go/darwin-x86/src/runtime/
chan.go 17 // c.qcount > 0 implies that c.recvq is empty.
18 // c.qcount < c.dataqsiz implies that c.sendq is empty.
32 qcount uint // total data in the queue
161 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
172 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
195 if c.qcount < c.dataqsiz {
207 c.qcount++
435 // (first c.sendq.first or c.qcount, and second c.closed).
444 c.dataqsiz > 0 && atomic.Loaduint(&c.qcount) == 0) &&
456 if c.closed != 0 && c.qcount == 0
    [all...]
select.go 318 if c.qcount > 0 {
336 if c.qcount < c.dataqsiz {
506 c.qcount--
525 c.qcount++
  /prebuilts/go/linux-x86/src/runtime/
chan.go 17 // c.qcount > 0 implies that c.recvq is empty.
18 // c.qcount < c.dataqsiz implies that c.sendq is empty.
32 qcount uint // total data in the queue
161 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
172 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
195 if c.qcount < c.dataqsiz {
207 c.qcount++
435 // (first c.sendq.first or c.qcount, and second c.closed).
444 c.dataqsiz > 0 && atomic.Loaduint(&c.qcount) == 0) &&
456 if c.closed != 0 && c.qcount == 0
    [all...]
select.go 318 if c.qcount > 0 {
336 if c.qcount < c.dataqsiz {
506 c.qcount--
525 c.qcount++
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 258 int qcount = count >> 2;
264 } while (--qcount != 0);
  /external/skia/tests/
GeometryTest.cpp 154 const int qcount = quadder.countQuads(); local
155 const int pcount = qcount * 2 + 1;
  /external/skqp/src/core/
SkBitmapProcState_matrixProcs.cpp 258 int qcount = count >> 2;
264 } while (--qcount != 0);
  /external/skqp/tests/
GeometryTest.cpp 154 const int qcount = quadder.countQuads(); local
155 const int pcount = qcount * 2 + 1;
  /external/freetype/src/cff/
cffparse.c 1609 FT_Byte* qcount = (FT_Byte*)parser->object + local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 7130 int qcount = CountLabels(&q.qname); local
    [all...]

Completed in 503 milliseconds