Searched defs:wq (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/glthread/
H A Dlock.c686 gl_waitqueue_init (gl_waitqueue_t *wq) argument
688 wq->array = NULL;
689 wq->count = 0;
690 wq->alloc = 0;
691 wq->offset = 0;
697 gl_waitqueue_add (gl_waitqueue_t *wq) argument
702 if (wq->count == wq->alloc)
704 unsigned int new_alloc = 2 * wq->alloc + 1;
706 (HANDLE *) realloc (wq
747 gl_waitqueue_notify_first(gl_waitqueue_t *wq) argument
758 gl_waitqueue_notify_all(gl_waitqueue_t *wq) argument
[all...]
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp852 tcu::Vec4 wq = rq * (float)src.getDepth(); local
859 tcu::Vec3 triW[2] = { wq.swizzle(0, 1, 2), wq.swizzle(3, 2, 1) };
/external/iproute2/misc/
H A Dss.c733 int rq, wq; member in struct:sockstat
800 printf("%-6d %-6d ", s->rq, s->wq);
1824 &s.ss.state, &s.ss.wq, &s.ss.rq,
2058 s.wq = r->idiag_wqueue;
2499 &s.state, &s.wq, &s.rq,
2733 stat.wq = rql->udiag_wqueue;
2842 &u->rport, &u->rq, &u->wq, &flags, &u->type,
2860 u->wq = 0;
3148 int rq, int wq,
3158 st.wq
3145 netlink_show_one(struct filter *f, int prot, int pid, unsigned groups, int state, int dst_pid, unsigned dst_group, int rq, int wq, unsigned long long sk, unsigned long long cb) argument
3250 int rq = 0, wq = 0; local
3299 int rq, wq, rc; local
[all...]

Completed in 860 milliseconds