Home
last modified time | relevance | path

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

/src/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()
/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1372 int bexp; member
1385 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_func()
1402 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_tail_func()
1491 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
1559 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
1562 struct reconst_pq_struct rpq = { p, q, pxy, qxy, aexp, bexp }; in vdev_raidz_reconstruct_pq()