| /src/sbin/mount_portal/ |
| conf.c | 239 * and add all the ones on xq. 242 preplace(qelem *q0, qelem *xq) 254 while (xq->q_forw != xq) { 255 qelem *q = xq->q_forw;
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sum.c | 190 mpfr_prec_t xq; local 194 xq = MPFR_GET_PREC (x[i]); 197 vs = MPFR_PREC2LIMBS (xq); 237 if (MPFR_LIKELY (xe - xq < minexp)) 300 MPFR_ASSERTD (xe - xq >= minexp); /* see definition of vd */
|
| /src/sys/dev/ic/ |
| sl811hs.c | 260 struct gcq xq; /* Xfer queues */ member in struct:slhci_pipe 743 GCQ_GOT_FIRST_COND_TYPED(tvar, &(t)->timed, struct slhci_pipe, xq, cond) 746 GCQ_GOT_FIRST_TYPED(tvar, &(t)->q[Q_CB], struct slhci_pipe, xq) 749 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(t)->q[Q_CALLBACKS], struct slhci_pipe, xq) 752 GCQ_FIND_TYPED(var, &(t)->timed, tvar, struct slhci_pipe, xq, cond) 755 GCQ_DEQUEUED_FIRST_TYPED(tvar, &(sc)->sc_waitq, struct slhci_pipe, xq) 760 gcq_insert_tail(&sc->sc_waitq, &spipe->xq); 766 gcq_insert_tail(&t->q[i], &spipe->xq); 772 gcq_insert_tail(&t->q[Q_CALLBACKS], &spipe->xq); 1048 gcq_init(&spipe->xq); [all...] |
| nvme.c | 2050 nvme_softintr_intx(void *xq) 2052 struct nvme_queue *q = xq; 2071 nvme_intr_msi(void *xq) 2073 struct nvme_queue *q = xq; 2090 nvme_softintr_msi(void *xq) 2092 struct nvme_queue *q = xq;
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tmul.c | 968 int xq, yq, zq; local 988 xq = i * GMP_NUMB_BITS + 1 + randlimb () % GMP_NUMB_BITS; 989 mpfr_set_prec (x, xq); 1041 printf ("r = 0x%x, xq = %d, yq = %d, zq = %d, rnd = %s\n", 1042 r, xq, yq, zq, mpfr_print_rnd_mode (rnd));
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_extra_test.c | 2666 X509_PUBKEY *xp = NULL, *xq = NULL; local 2673 || !TEST_ptr(xq = X509_PUBKEY_dup(xp)) 2674 || !TEST_ptr_ne(xp, xq)) 2677 if (!TEST_ptr(X509_PUBKEY_get0(xq)) 2679 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) 2682 X509_PUBKEY_free(xq); 2683 xq = NULL; 2688 || !TEST_ptr(xq = X509_PUBKEY_dup(xp))) 2693 if (!TEST_true(X509_PUBKEY_get0(xq) == NULL)) 2700 X509_PUBKEY_free(xq); [all...] |
| acvp_test.c | 1075 || !TEST_ptr(xq_bn = BN_bin2bn(tst->xq, tst->xq_len, NULL))
|
| acvp_test.inc | 1027 const unsigned char *xq;
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_extra_test.c | 3635 X509_PUBKEY *xp = NULL, *xq = NULL; local 3642 || !TEST_ptr(xq = X509_PUBKEY_dup(xp)) 3643 || !TEST_ptr_ne(xp, xq)) 3646 if (!TEST_ptr(X509_PUBKEY_get0(xq)) 3648 || !TEST_ptr_ne(X509_PUBKEY_get0(xq), X509_PUBKEY_get0(xp))) 3651 X509_PUBKEY_free(xq); 3652 xq = NULL; 3657 || !TEST_ptr(xq = X509_PUBKEY_dup(xp))) 3662 if (!TEST_true(X509_PUBKEY_get0(xq) == NULL)) 3669 X509_PUBKEY_free(xq); [all...] |
| acvp_test.c | 1332 || !TEST_ptr(xq_bn = BN_bin2bn(tst->xq, tst->xq_len, NULL))
|
| acvp_test.inc | 1177 const unsigned char *xq;
|
| /src/sys/dev/pci/ |
| if_mcx.c | 7194 mcx_cq_intr(void *xq) 7196 struct mcx_queues *q = (struct mcx_queues *)xq;
|