| /src/external/lgpl3/mpfr/dist/tests/ |
| tsqrt_ui.c | 26 check (unsigned long a, mpfr_rnd_t rnd_mode, const char *qs) 32 if (mpfr_cmp_str1 (q, qs)) 36 printf ("sqrt gives %s, mpfr_sqrt_ui gives ", qs);
|
| tsqrt.c | 49 check3 (const char *as, mpfr_rnd_t rnd_mode, const char *qs) 56 if (mpfr_cmp_str1 (q, qs) ) 60 printf ("expected sqrt is %s, got ",qs); 69 check4 (const char *as, mpfr_rnd_t rnd_mode, const char *qs) 76 if (mpfr_cmp_str (q, qs, 16, MPFR_RNDN)) 80 printf ("expected %s\ngot ", qs); 90 check24 (const char *as, mpfr_rnd_t rnd_mode, const char *qs) 97 if (mpfr_cmp_str1 (q, qs)) 101 printf ("expected sqrt is %s, got ",qs); 110 check_diverse (const char *as, mpfr_prec_t p, const char *qs) [all...] |
| /src/crypto/external/apache2/openssl/dist/ssl/quic/ |
| 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_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_impl.c | 30 static QUIC_XSO *create_xso_from_stream(QUIC_CONNECTION *qc, QUIC_STREAM *qs); 2088 QUIC_STREAM *qs; member in struct:quic_wait_for_stream_args 2104 args->qs = ossl_quic_stream_map_get_by_id(ossl_quic_channel_get_qsm(args->qc->ch), 2106 if (args->qs == NULL) 2107 args->qs = ossl_quic_stream_map_get_by_id(ossl_quic_channel_get_qsm(args->qc->ch), 2110 if (args->qs != NULL) 2122 QUIC_STREAM *qs; local 2145 qs = ossl_quic_stream_map_get_by_id(ossl_quic_channel_get_qsm(qc->ch), 2147 if (qs == NULL) 2148 qs = ossl_quic_stream_map_get_by_id(ossl_quic_channel_get_qsm(qc->ch) 2268 QUIC_STREAM *qs = NULL; local 3198 QUIC_STREAM *qs; local 3857 QUIC_STREAM *qs; member in struct:wait_for_incoming_stream_args 3887 QUIC_STREAM *qs; local 3975 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/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/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/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/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/external/cddl/dtracetoolkit/dist/Bin/ |
| kill.d | 1 #!/usr/sbin/dtrace -qs
|
| shortlived.d | 1 #!/usr/sbin/dtrace -qs
|
| /src/external/cddl/dtracetoolkit/dist/Proc/ |
| kill.d | 1 #!/usr/sbin/dtrace -qs
|
| shortlived.d | 1 #!/usr/sbin/dtrace -qs
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| quic_stream_map.h | 681 QUIC_STREAM *qs); 696 QUIC_STREAM *qs); 710 QUIC_STREAM *qs); 724 QUIC_STREAM *qs, 741 QUIC_STREAM *qs); 756 QUIC_STREAM *qs, 766 QUIC_STREAM *qs); 776 QUIC_STREAM *qs); 785 QUIC_STREAM *qs, 795 QUIC_STREAM *qs); [all...] |
| /src/sys/dev/pci/cxgb/ |
| 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...] |
| 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...] |
| /src/usr.bin/cleantags/ |
| cleantags.sh | 63 elif egrep -qs "$PAT" "$i"
|
| /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...] |
| qat_hw17.c | 338 qat_hw17_crypto_setup_cipher_desc(struct qat_session *qs, 361 qat_hw17_crypto_setup_auth_desc(struct qat_session *qs, 419 qat_hw17_crypto_setup_desc(struct qat_crypto *qcy, struct qat_session *qs, 446 qs, desc, crie, cipher, cd_blk_offset, req_tmpl, 453 qs, desc, cria, auth, cd_blk_offset, req_tmpl, 478 qcy->qcy_session_dmamems[qs->qs_lid].qdm_dma_map, 0, 484 qat_hw17_crypto_setup_req_params(struct qat_crypto_bank *qcb, struct qat_session *qs,
|
| /src/external/bsd/unbound/dist/testcode/ |
| streamtcp.c | 440 int noanswer, int onarrival, int delay, int num, char** qs) 516 printf("\nNext query is %s %s %s\n", qs[i], qs[i+1], qs[i+2]); 519 qs[i], qs[i+1], qs[i+2]);
|
| /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/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/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...] |