| /src/external/bsd/zstd/dist/tests/cli-tests/file-stat/ |
| compress-file-to-stdout.sh | 7 zstd file -cq --trace-file-stat > file.zst
|
| compress-stdin-to-stdout.sh | 7 zstd < file -cq --trace-file-stat > file.zst
|
| /src/lib/libc/gen/ |
| disklabel.c | 98 char *cp, *cq; /* can't be */ local 113 cq = dp->d_typename; 115 while (cq < dp->d_typename + sizeof(dp->d_typename) - 1 && 116 (*cq = *cp) && *cq != '|' && *cq != ':') 117 cq++, cp++; 118 *cq = '\0'; 125 if (cgetstr(buf, "ty", &cq) >= 0) { 126 if (strcmp(cq, "removable") == 0 [all...] |
| /src/external/gpl2/groff/dist/font/devdvi/ |
| TBI | 12 ff cq 111848 20 cq ' -92624 21 ' cq -92624 22 cq cq -92624 25 cq ? 123498 27 cq ! 123498 175 Fn cq 111848 177 f cq 111848 190 n cq -12349 [all...] |
| TI | 13 ff cq 109373 21 cq ' -80390 22 ' cq -80390 23 cq cq -80390 26 cq ? 107187 28 cq ! 107187 176 Fn cq 109373 178 f cq 109373 191 n cq -10718 [all...] |
| TB | 11 ff cq 114323 19 ' cq -100488 20 cq ' -100488 21 cq cq -100488 24 cq ? 133984 26 cq ! 133984 140 f cq 114323 250 cq 334960,728178 2 0047
|
| TR | 12 ff cq 81557 20 cq ' -87382 21 ' cq -87382 22 cq cq -87382 25 cq ? 116509 27 cq ! 116509 208 f cq 81557 318 cq 291272,728178 2 0047
|
| /src/sys/arch/vax/vax/ |
| multicpu.c | 83 struct cpuq *cq; local 107 cq = kmem_zalloc(sizeof(*cq), KM_SLEEP); 108 cq->cq_ci = ci; 109 cq->cq_dev = ci->ci_dev; 110 SIMPLEQ_INSERT_TAIL(&cpuq, cq, cq_q);
|
| /src/sys/kern/ |
| bufq_priocscan.c | 122 cscan_dump(struct cscan_queue *cq) 124 const int sortby = cq->cq_sortby; 127 RB_TREE_FOREACH(bp, &cq->cq_buffers) { 267 struct cscan_queue *cq; local 269 cq = bufq_priocscan_selectqueue(q, bp); 270 cscan_put(cq, bp); 401 struct cscan_queue * const cq = &q->bq_queue[i].q_queue; local 408 RB_TREE_FOREACH(it, &cq->cq_buffers) { 410 rb_tree_remove_node(&cq->cq_buffers, bp); 441 struct cscan_queue *cq = &q->bq_queue[i].q_queue local [all...] |
| /src/lib/libc/citrus/ |
| citrus_iconv.c | 110 const char *cp, *cq; local 124 cq = _bcs_skip_nonws(cp); 125 p[cq-cp] = '\0'; 126 p += cq-cp+1; 127 cq++; 130 cp = _bcs_skip_ws(cq); 131 *variable = p += cp - cq; 132 cq = _bcs_skip_nonws(cp); 133 p[cq-cp] = '\0';
|
| citrus_mapper.c | 139 const char *cp, *cq; local 168 cq = _bcs_skip_nonws_len(cp, &len); 169 strlcpy(p, cp, (size_t)(cq-cp+1)); 170 p += cq-cp+1; 174 cp = _bcs_skip_ws_len(cq, &len);
|
| /src/external/bsd/libpcap/dist/ |
| pcap-rdmasniff.c | 54 struct ibv_cq * cq; member in struct:pcap_rdmasniff 84 ibv_destroy_cq(priv->cq); 133 ibv_ack_cq_events(priv->cq, 1); 134 ibv_req_notify_cq(priv->cq, 0); 154 if (ibv_poll_cq(priv->cq, 1, &wc) != 1) { 233 priv->cq = ibv_create_cq(priv->context, RDMASNIFF_NUM_RECEIVES, 235 if (!priv->cq) { 237 "Failed to create CQ for device %s", handle->opt.device); 241 ibv_req_notify_cq(priv->cq, 0); 244 qp_init_attr.send_cq = qp_init_attr.recv_cq = priv->cq; [all...] |
| pcap-dlpi.c | 490 char *cp, *cq; local 522 cq = cp + 1; 523 while (PCAP_ISDIGIT(*cq)) 524 cq++; 525 if (*cq == '\0') { 597 cq = cp + 1; 598 while (PCAP_ISDIGIT(*cq)) 599 cq++; 600 if (*cq == '\0') {
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| connection.c | 443 * Called holding mutex, will walk cq calling cb on all connections whose 449 lload_c_head *cq, 457 if ( LDAP_CIRCLEQ_EMPTY( cq ) ) { 463 c = LDAP_CIRCLEQ_LOOP_NEXT( cq, c, c_next ); 466 c = LDAP_CIRCLEQ_LOOP_NEXT( cq, c, c_next ); 475 * - we maintain the connections in the cq CIRCLEQ_ in ascending c_connid 478 * - we can only use cq when we hold cq_mutex 479 * - connections might be added to or removed from cq while we're busy 481 * - we need a way to detect we've finished looping around cq for some 493 if ( rc || LDAP_CIRCLEQ_EMPTY( cq ) ) { [all...] |
| proto-lload.h | 102 lload_c_head *cq, 106 LDAP_SLAPD_F (void) connections_walk( ldap_pvt_thread_mutex_t *cq_mutex, lload_c_head *cq, CONNCB cb, void *arg );
|
| /src/external/bsd/nsd/dist/ |
| xdp-server.h | 34 struct xsk_ring_cons cq; member in struct:xsk_umem_info
|
| /src/external/lgpl3/mpfr/dist/src/ |
| mul.c | 42 mpfr_prec_t bq, cq; local 96 cq = MPFR_PREC (c); 98 MPFR_ASSERTN ((mpfr_uprec_t) bq + cq <= MPFR_PREC_MAX); 101 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */ 103 tn = MPFR_PREC2LIMBS (bq + cq); 128 cc = mpfr_round_raw (MPFR_MANT (a), tmp, bq + cq, 738 mpfr_prec_t aq, bq, cq; local 797 cq = MPFR_GET_PREC (c); 800 if (aq == bq && aq == cq) 833 MPFR_ASSERTN ((mpfr_uprec_t) bq + cq <= MPFR_PREC_MAX) [all...] |
| sum.c | 514 /* Note: the logn + 1 corresponds to cq in the main code. */ 538 int cq; local 567 cq = logn + 1; 570 * cq + sq + logn + 2 >= logn + sq + 5, which will be used later. 571 * The assertion wq - cq - sq >= 4 is another way to check that. 573 ws = MPFR_PREC2LIMBS (cq + sq + logn + 2); 575 MPFR_ASSERTD (wq - cq - sq >= 4); 580 MPFR_LOG_MSG (("cq=%d sq=%Pd logn=%d wq=%Pd\n", cq, sq, logn, wq)); 582 /* An input block will have up to wq - cq bits, and its shifted valu [all...] |
| add1.c | 32 mpfr_prec_t aq, bq, cq, aq2; local 57 cq = MPFR_GET_PREC (c); 64 cn = MPFR_PREC2LIMBS (cq); /* number of limbs of c */
|
| /src/share/mk/ |
| bsd.hostlib.mk | 39 ${HOST_AR} cq ${.TARGET} ${OBJS}
|
| /src/libexec/ftpd/ |
| cmds.c | 854 char *cq; local 920 for (cq = cp - 1; *cq != '/'; cq--); 922 ((unsigned long)cq - (unsigned long)cp) 925 (void)memmove(cq + 1 + sz2, 927 (void)memcpy(cq + 1, tq, sz2); 944 for (cq = cp - 1; *cq != '/'; cq--) [all...] |
| /src/sys/external/bsd/ena-com/ |
| ena_com.c | 145 struct ena_com_admin_cq *cq = &queue->cq; local 148 ENA_MEM_ALLOC_COHERENT(queue->q_dmadev, size, cq->entries, cq->dma_addr, 149 cq->mem_handle); 151 if (!cq->entries) { 156 cq->head = 0; 157 cq->phase = 1; 497 head_masked = admin_queue->cq.head & (admin_queue->q_depth - 1); 498 phase = admin_queue->cq.phase 1583 struct ena_com_admin_cq *cq = &admin_queue->cq; local [all...] |
| /src/external/bsd/ntp/dist/sntp/ag-tpl/0-old/ |
| mdoc2man | 30 Mdoc::def_macro( '.Ql' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 ); 31 Mdoc::def_macro( '.Sq' , gen_encloser(qw(\[oq] \[cq])) , greedy => 1 );
|
| /src/sys/dev/pci/ |
| mpii.c | 2256 struct mpii_msg_config_request *cq; local 2280 cq = ccb->ccb_cmd; 2282 cq->function = MPII_FUNCTION_CONFIG; 2284 cq->action = MPII_CONFIG_REQ_ACTION_PAGE_HEADER; 2286 cq->config_header.page_number = number; 2287 cq->config_header.page_type = type; 2288 cq->ext_page_type = etype; 2289 cq->page_address = htole32(address); 2290 cq->page_buffer.sg_hdr = htole32(MPII_SGE_FL_TYPE_SIMPLE | 2351 struct mpii_msg_config_request *cq; local [all...] |
| if_mcx.c | 106 /* completion event moderation - about 10khz, or 90% of the cq */ 4656 mcx_create_cq(struct mcx_softc *sc, struct mcx_cq *cq, int uar, int db, int eqn) 4668 cq->cq_doorbell = MCX_CQ_DOORBELL_BASE + (MCX_CQ_DOORBELL_STRIDE * db); 4675 if (mcx_dmamem_alloc(sc, &cq->cq_mem, npages * MCX_PAGE_SIZE, 4681 cqe = MCX_DMA_KVA(&cq->cq_mem); 4697 printf("%s: unable to allocate create cq mailboxen\n", 4709 MCX_DMA_DVA(&sc->sc_doorbell_mem) + cq->cq_doorbell); 4711 bus_dmamap_sync(sc->sc_dmat, MCX_DMA_MAP(&cq->cq_mem), 4712 0, MCX_DMA_LEN(&cq->cq_mem), BUS_DMASYNC_PREREAD); 4715 mcx_cmdq_mboxes_pas(&mxm, sizeof(*mbin), npages, &cq->cq_mem) 7583 struct mcx_cq *cq = &q->q_cq; local 8794 struct mcx_cq_ctx cq; member in union:__anon3379 [all...] |