Searched defs:cq (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-unbound-queue.cc40 UnboundQueue<Record> cq; local
41 CHECK(cq.IsEmpty());
42 cq.Enqueue(1);
43 CHECK(!cq.IsEmpty());
45 cq.Dequeue(&rec);
47 CHECK(cq.IsEmpty());
53 UnboundQueue<Record> cq; local
54 CHECK(cq.IsEmpty());
55 cq.Enqueue(1);
56 CHECK(!cq
[all...]
/external/fio/engines/
H A Drdma.c96 struct ibv_cq *cq; member in struct:rdmaio_data
175 while ((ret = ibv_poll_cq(rd->cq, 1, &wc)) == 1) {
180 log_err("fio: cq completion status %d(%s)\n",
287 log_err("fio: Failed to get cq event!\n");
290 if (ev_cq != rd->cq) {
294 if (ibv_req_notify_cq(rd->cq, 0) != 0) {
303 ibv_ack_cq_events(rd->cq, ret);
339 rd->cq = ibv_create_cq(rd->child_cm_id->verbs,
342 rd->cq = ibv_create_cq(rd->cm_id->verbs,
344 if (rd->cq
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dustring.cpp56 UChar c, cs, cq; local
83 if((cq=*q)==0) {
93 if(c!=cq) {
/external/icu/icu4c/source/common/
H A Dustring.cpp56 UChar c, cs, cq; local
83 if((cq=*q)==0) {
93 if(c!=cq) {
/external/clang/test/CXX/drs/
H A Ddr1xx.cpp410 const int *cq = static_cast<const int*>(p); member in namespace:dr137

Completed in 2292 milliseconds