| /src/external/gpl3/gcc/dist/libquadmath/math/ |
| remquoq.c | 30 uint64_t sx,lx,ly,qs; local 36 qs = sx ^ (hy & 0x8000000000000000ULL); 53 *quo = qs ? -1 : 1; 100 *quo = qs ? -cquo : cquo;
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| remquoq.c | 30 uint64_t sx,lx,ly,qs; local 36 qs = sx ^ (hy & 0x8000000000000000ULL); 53 *quo = qs ? -1 : 1; 100 *quo = qs ? -cquo : cquo;
|
| /src/external/gpl2/groff/dist/src/libs/libgroff/ |
| geometry.cpp | 149 int qs, qe; // quadrants 0..3 local 151 qs = (ys >= 0) ? 0 : 3; 153 qs = (ys >= 0) ? 1 : 2; 158 // make qs always smaller than qe 159 if ((qs > qe) 160 || ((qs == qe) && (double(xs) * ye < double(xe) * ys))) 162 for (int i = qs; i < qe; i++)
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_lro.c | 173 lro_flush_session(struct sge_qset *qs, struct t3_lro_session *s, struct mbuf *m) 175 struct lro_state *l = &qs->lro; 180 DPRINTF("%s(qs=%p, s=%p, ", __func__, 181 qs, s); 195 t3_rx_eth(qs->port->adapter, &qs->rspq, sm, 2); 205 qs->port_stats[SGE_PSTATS_LRO_FLUSHED]++; 209 lro_new_session(struct sge_qset *qs, struct mbuf *m, uint32_t rss_hash) 211 struct lro_state *l = &qs->lro; 215 DPRINTF("%s(qs=%p, m=%p, rss_hash=0x%x)\n", __func__ 327 struct sge_qset *qs = rspq_to_qset(rq); local [all...] |
| cxgb_main.c | 1374 struct sge_qset *qs; local 1390 qs = &p->adapter->sge.qs[p->first_qset]; 1391 txq = &qs->txq[TXQ_ETH]; 1460 struct sge_qset *qs; local 1464 qs = &pi->adapter->sge.qs[pi->first_qset]; 1465 txq = &qs->txq[TXQ_ETH]; 1479 struct sge_qset *qs; local 1483 qs = &pi->adapter->sge.qs[pi->first_qset] [all...] |
| cxgb_adapter.h | 305 struct sge_qset qs[SGE_QSETS]; member in struct:sge 534 void t3_lro_flush(adapter_t *adap, struct sge_qset *qs, struct lro_state *state); 537 int t3_get_desc(const struct sge_qset *qs, unsigned int qnum, unsigned int idx, 539 void t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p);
|
| cxgb_sge.c | 443 t3_update_qset_coalesce(struct sge_qset *qs, const struct qset_params *p) 446 qs->rspq.holdoff_tmr = uimax(p->coalesce_nsecs/100, 1U); 447 qs->rspq.polling = 0 /* p->polling */; 682 struct sge_qset *qs; local 689 qs = &sc->sge.qs[i + j]; 690 txq = &qs->txq[0]; 693 refill_rx = ((qs->fl[0].credits < qs->fl[0].size) || 694 (qs->fl[1].credits < qs->fl[1].size)) 814 struct sge_qset *qs; local 1158 struct sge_qset *qs; local 1365 struct sge_qset *qs = txq_to_qset(q, qid); local 1467 struct sge_qset *qs = (struct sge_qset *)data; local 1848 struct sge_qset *qs = data; local 1942 struct sge_qset *qs = &adap->sge.qs[queue_set(m)]; local 2612 struct sge_qset *qs = data; local [all...] |
| /src/dist/pf/sbin/pfctl/ |
| pfctl_qstats.c | 369 struct queue_stats *qs; local 376 qs = &a->qstats; 377 n = qs->avgn; 381 b = qs->data.cbq_stats.xmit_cnt.bytes; 382 p = qs->data.cbq_stats.xmit_cnt.packets; 385 b = qs->data.priq_stats.xmitcnt.bytes; 386 p = qs->data.priq_stats.xmitcnt.packets; 389 b = qs->data.hfsc_stats.xmit_cnt.bytes; 390 p = qs->data.hfsc_stats.xmit_cnt.packets; 399 qs->prev_bytes = b [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| quic_tserver.c | 260 QUIC_STREAM *qs; local 262 qs = ossl_quic_stream_map_get_by_id(ossl_quic_channel_get_qsm(srv->ch), 264 if (qs == NULL) { 282 if (qs->recv_state == QUIC_RSTREAM_STATE_DATA_READ 283 || !ossl_quic_stream_has_recv_buffer(qs)) 286 if (!ossl_quic_rstream_read(qs->rstream, buf, buf_len, 301 if (!ossl_quic_rxfc_on_retire(&qs->rxfc, *bytes_read, 308 qs); 311 ossl_quic_stream_map_update_state(ossl_quic_channel_get_qsm(srv->ch), qs); 318 QUIC_STREAM *qs; local 370 QUIC_STREAM *qs; local 398 QUIC_STREAM *qs; local 421 QUIC_STREAM *qs; local 447 QUIC_STREAM *qs; local 464 QUIC_STREAM *qs; local 487 QUIC_STREAM *qs = ossl_quic_stream_map_peek_accept_queue(qsm); local 500 QUIC_STREAM *qs; local [all...] |
| quic_stream_map.c | 19 static void shutdown_flush_done(QUIC_STREAM_MAP *qsm, QUIC_STREAM *qs); 278 static ossl_unused int qsm_send_part_permits_gc(const QUIC_STREAM *qs) 280 switch (qs->send_state) { 290 static int qsm_ready_for_gc(QUIC_STREAM_MAP *qsm, QUIC_STREAM *qs) 298 assert(!qs->deleted 299 || !ossl_quic_stream_has_send(qs) 300 || ossl_quic_stream_send_is_reset(qs) 301 || ossl_quic_stream_send_get_final_size(qs, NULL)); 303 return qs->deleted 304 && (!ossl_quic_stream_has_recv(qs) 780 QUIC_STREAM *qs; local [all...] |
| quic_channel.c | 3741 static int ch_init_new_stream(QUIC_CHANNEL *ch, QUIC_STREAM *qs, 3745 int server_init = ossl_quic_stream_is_server_init(qs); 3747 int is_uni = !ossl_quic_stream_is_bidi(qs); 3750 if ((qs->sstream = ossl_quic_sstream_new(INIT_APP_BUF_LEN)) == NULL) 3754 if ((qs->rstream = ossl_quic_rstream_new(NULL, NULL, 0)) == NULL) 3758 if (!ossl_quic_txfc_init(&qs->txfc, &ch->conn_txfc)) 3777 ossl_quic_txfc_bump_cwm(&qs->txfc, cwm); 3791 if (!ossl_quic_rxfc_init(&qs->rxfc, &ch->conn_rxfc, 3800 ossl_quic_sstream_free(qs->sstream); 3801 qs->sstream = NULL 3858 QUIC_STREAM *qs; local 3898 QUIC_STREAM *qs; local [all...] |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| mallctl.c | 243 void *qs[NTCACHES]; local 283 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); 284 assert_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u", 286 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); 301 void *q0 = qs[i]; 302 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); 303 assert_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u", 305 assert_ptr_eq(qs[i], q0, 308 if (qs[i] == NULL) { 309 qs[i] = ps[i] [all...] |
| /src/external/bsd/unbound/dist/ipset/ |
| ipset.c | 230 const char *ds, *qs; local 250 qs = NULL; 260 qs = qname + (qlen - plen); 263 || (qs && strncasecmp(p->str, qs, plen) == 0)) {
|
| /src/sys/net/ |
| pktqueue.c | 592 struct pcq **qp, *q, **qs = vqs; local 599 *qp = qs[i]; 600 qs[i] = q; 615 pcq_t **qs; local 623 qs = kmem_zalloc(slotbytes, KM_SLEEP); 625 qs[i] = pcq_create(maxlen, KM_SLEEP); 633 xc_wait(xc_broadcast(XC_HIGHPRI, pktq_set_maxlen_cpu, pq, qs)); 659 while ((m = pcq_get(qs[i])) != NULL) { 664 pcq_destroy(qs[i]); 668 kmem_free(qs, slotbytes) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| name.c | 127 char *s, *qs; local 130 qs = quote_string(ss, len, Q_RFC2253, &len); 132 qs = rk_UNCONST(ss); 137 memcpy(s + *total_len, qs, len); 138 if (qs != ss) 139 free(qs);
|
| /src/external/bsd/less/dist/ |
| filename.c | 393 char *qs; local 428 qs = lglob(fpat); 429 s = shell_unquote(qs); 435 free(qs); 436 qs = NULL; 440 return (qs);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| mallctl.c | 387 void *qs[NTCACHES]; local 427 qs[i] = mallocx(qsz, MALLOCX_TCACHE(tis[i])); 428 expect_ptr_not_null(qs[i], "Unexpected mallocx() failure, i=%u", 430 dallocx(qs[i], MALLOCX_TCACHE(tis[i])); 447 void *q0 = qs[i]; 448 qs[i] = rallocx(ps[i], qsz, MALLOCX_TCACHE(tis[i])); 449 expect_ptr_not_null(qs[i], "Unexpected rallocx() failure, i=%u", 452 expect_ptr_eq(qs[i], q0, "Expected rallocx() to " 456 if (qs[i] == NULL) { 457 qs[i] = ps[i] [all...] |
| /src/sys/opencrypto/ |
| crypto.c | 146 struct crypto_crp_qs *qs = p; local 148 qs->crp_q = kmem_alloc(sizeof(struct crypto_crp_q), KM_SLEEP); 149 qs->crp_kq = kmem_alloc(sizeof(struct crypto_crp_kq), KM_SLEEP); 151 TAILQ_INIT(qs->crp_q); 152 TAILQ_INIT(qs->crp_kq); 184 struct crypto_crp_ret_qs *qs; local 189 qs = crypto_crp_ret_qs_list[cpuid]; 190 mutex_enter(&qs->crp_ret_q_mtx); 191 return qs; 198 struct crypto_crp_ret_qs *qs; local 221 struct crypto_crp_ret_qs *qs; local 244 struct crypto_crp_ret_qs *qs; local 264 struct crypto_crp_ret_qs *qs; local 295 struct crypto_crp_ret_qs *qs; local 318 struct crypto_crp_ret_qs *qs; local 338 struct crypto_crp_ret_qs *qs; local 533 struct crypto_crp_ret_qs *qs; local 649 struct crypto_crp_ret_qs *qs; local 1598 struct crypto_crp_ret_qs *qs; local 1665 struct crypto_crp_ret_qs *qs; local 1698 struct crypto_crp_ret_qs *qs; local 1733 struct crypto_crp_ret_qs *qs; local 1949 struct crypto_crp_ret_qs *qs; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| DeclObjC.cpp | 1119 Qualifiers qs; local 1120 qs.setObjCLifetime(Qualifiers::OCL_Strong); 1121 selfTy = Context.getQualifiedType(selfTy, qs);
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGValue.h | 391 Qualifiers qs = type.getQualifiers(); local 392 qs.setObjCGCAttr(Context.getObjCGCAttrKind(type)); 398 R.Initialize(type, qs, address.getAlignment(), BaseInfo, TBAAInfo);
|
| /src/external/bsd/unbound/dist/iterator/ |
| iterator.c | 1025 /* make copy to avoid use of stub dp by different qs/threads */ 1244 /* make copy to avoid use of stub dp by different qs/threads */ 1311 /* make copy to avoid use of stub dp by different qs/threads */ 2226 int qs = 0, ret; local 2228 if((ret=query_for_targets(qstate, iq, ie, id, 1, &qs))!=0) { 2235 iq->num_target_queries += qs; 2236 target_count_increase(iq, qs); 2237 if(qs != 0) { 2932 int qs = 0, ret; local 2936 1, &qs))!=0) [all...] |
| /src/sys/dev/pci/qat/ |
| qat.c | 1624 struct qat_session *qs = NULL; local 1633 qs = qcy->qcy_sessions[CRYPTO_SESID2LID(crp->crp_sid)]; 1634 mutex_spin_enter(&qs->qs_session_mtx); 1635 KASSERT(qs->qs_status & QAT_SESSION_STATUS_ACTIVE); 1636 qs->qs_inflight++; 1637 mutex_spin_exit(&qs->qs_session_mtx); 1648 desc = &qs->qs_dec_desc; 1659 desc = &qs->qs_enc_desc; 1701 qsbc->qsbc_session = qs; 1704 qcy->qcy_sc->sc_hw.qhw_crypto_setup_req_params(qcb, qs, desc, qsc 1834 struct qat_session *qs; local 1874 struct qat_session *qs = NULL; local 2015 struct qat_session *qs; local 2068 struct qat_session *qs; local [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaObjCProperty.cpp | 1312 Qualifiers qs; local 1313 qs.addObjCLifetime(lifetime); 1314 PropertyIvarType = Context.getQualifiedType(PropertyIvarType, qs);
|
| /src/external/bsd/unbound/dist/testcode/ |
| testpkts.c | 1477 char qs[512], ps[512]; local 1478 size_t qslen = sizeof(qs), pslen = sizeof(ps); 1479 char* qss = qs, *pss = ps; 1485 return (strcmp(qs, ps) == 0); 1495 char qs[5120], ps[5120]; local 1496 size_t qslen = sizeof(qs), pslen = sizeof(ps); 1497 char* qss = qs, *pss = ps; 1505 if(strcmp(qs, ps) == 0) 1507 /* qs must end in ps, at a dot, without \ in front */ 1508 qslen = strlen(qs); [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 5341 struct element *qs; local 5344 qs = createString(allocString()); 5347 TAILQ_INSERT_TAIL(&qs->comments, comment); 5349 TAILQ_INSERT_TAIL(&qs->comments, comment); 5351 TAILQ_INSERT_TAIL(&qs->comments, comment); 5352 return qs; 5419 struct element *qs; local 5421 qs = default_qualifying_suffix(); 5422 mapSet(d2, qs, "qualifying-suffix"); 5482 struct element *qs; local [all...] |