Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDvdev_raidz.c731 int bexp; member
744 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_func()
761 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_tail_func()
844 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
909 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
912 struct reconst_pq_struct rpq = { p, q, pxy, qxy, aexp, bexp }; in vdev_raidz_reconstruct_pq()
/freebsd-14-stable/usr.bin/dc/
HDbcode.c97 static void bexp(void);
194 { '^', bexp },
1175 bexp(void) in bexp() function