Home
last modified time | relevance | path

Searched refs:bexp (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_comp_test.c41 BIO *bexp = NULL; in do_bio_comp_test() local
62 if (!TEST_ptr(bexp = BIO_new(meth))) in do_bio_comp_test()
64 BIO_push(bexp, bmem); in do_bio_comp_test()
65 rsize = BIO_read(bexp, result, size); in do_bio_comp_test()
73 BIO_free(bexp); in do_bio_comp_test()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1408 int bexp; member
1421 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_func()
1438 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_tail_func()
1527 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
1595 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
1598 struct reconst_pq_struct rpq = { p, q, pxy, qxy, aexp, bexp }; in vdev_raidz_reconstruct_pq()