HomeSort by relevance Sort by last modified time
    Searched defs:cq (Results 1 - 12 of 12) sorted by null

  /external/v8/test/cctest/
test-unbound-queue.cc 40 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.IsEmpty())
    [all...]
  /external/iproute2/examples/bpf/
bpf_agent.c 74 struct count_queue cq; local
77 memset(&cq, 0, sizeof(cq));
78 ret = bpf_lookup_elem(fd, &i, &cq);
82 i, cq.total, cq.mismatch);
bpf_prog.c 407 struct count_queue *cq, _cq; local
412 cq = map_lookup_elem(&map_queue, &queue);
413 if (likely(cq)) {
414 lock_xadd(&cq->total, 1);
416 lock_xadd(&cq->mismatch, 1);
  /external/opencv3/modules/videostab/src/
inpainting.cpp 294 Point3_<uchar> cp = frame1(py1,px1), cq = frame1(qy1,qx1); local
295 float distColor = sqr(static_cast<float>(cp.x-cq.x))
296 + sqr(static_cast<float>(cp.y-cq.y))
297 + sqr(static_cast<float>(cp.z-cq.z));
  /external/fio/engines/
rdma.c 96 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) {
291 log_err("fio: Unknown CQ!\n");
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
    [all...]
  /external/icu/icu4c/source/common/
ustring.cpp 56 UChar c, cs, cq; local
83 if((cq=*q)==0) {
93 if(c!=cq) {
    [all...]
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter.java 138 int cq = 0; local
151 cq += 1;
153 + (cq % 2 == 0 ? "even" : "odd") + "\">" + "<td");
176 buff.append("<tr class=\"" + style + (cq % 2 == 0 ? "odd" : "even")
194 cq += 1;
195 m_out.print("<tr class=\"" + style + (cq % 2 == 0 ? "even" : "odd")
443 private void titleRow(String label, int cq) {
444 titleRow(label, cq, null);
447 private void titleRow(String label, int cq, String id) {
452 m_out.println( "><th colspan=\"" + cq + "\">" + label + "</th></tr>")
    [all...]
  /external/clang/test/CXX/drs/
dr1xx.cpp 411 const int *cq = static_cast<const int*>(p); member in namespace:dr137
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
jsoup-1.6.3.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 302 milliseconds