HomeSort by relevance Sort by last modified time
    Searched refs:qcount (Results 1 - 9 of 9) 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
156 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
167 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
190 if c.qcount < c.dataqsiz {
202 c.qcount++
430 // (first c.sendq.first or c.qcount, and second c.closed).
439 c.dataqsiz > 0 && atomic.Loaduint(&c.qcount) == 0) &&
451 if c.closed != 0 && c.qcount == 0
    [all...]
select.go 353 if c.qcount > 0 {
371 if c.qcount < c.dataqsiz {
587 c.qcount--
606 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
156 // (first c.closed and second c.recvq.first or c.qcount depending on kind of channel).
167 (c.dataqsiz > 0 && c.qcount == c.dataqsiz)) {
190 if c.qcount < c.dataqsiz {
202 c.qcount++
430 // (first c.sendq.first or c.qcount, and second c.closed).
439 c.dataqsiz > 0 && atomic.Loaduint(&c.qcount) == 0) &&
451 if c.closed != 0 && c.qcount == 0
    [all...]
select.go 353 if c.qcount > 0 {
371 if c.qcount < c.dataqsiz {
587 c.qcount--
606 c.qcount++
  /external/skia/tests/
GeometryTest.cpp 152 const int qcount = quadder.countQuads(); local
153 const int pcount = qcount * 2 + 1;
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 268 int qcount = count >> 2;
274 } while (--qcount != 0);
  /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/freetype/src/cff/
cffparse.c 1573 FT_Byte* qcount = (FT_Byte*)parser->object + local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 7130 int qcount = CountLabels(&q.qname); local
    [all...]

Completed in 292 milliseconds