Home
last modified time | relevance | path

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

/freebsd/usr.bin/dc/
H A Dbcode.c97 static void bexp(void);
194 { '^', bexp },
1175 bexp(void) in bexp() function
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1330 int bexp; member
1343 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_func()
1360 vdev_raidz_exp2(*rpq->q ^ *rpq->qxy, rpq->bexp); in vdev_raidz_reconst_pq_tail_func()
1449 uint8_t *p, *q, *pxy, *qxy, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
1517 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
1520 struct reconst_pq_struct rpq = { p, q, pxy, qxy, aexp, bexp }; in vdev_raidz_reconstruct_pq()