Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/dc/
Dbcode.c99 static void bexp(void);
196 { '^', bexp },
1165 bexp(void) in bexp() function
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dvdev_raidz.c860 uint8_t *p, *q, *pxy, *qxy, *xd, *yd, tmp, a, b, aexp, bexp; in vdev_raidz_reconstruct_pq() local
924 bexp = vdev_raidz_log2[vdev_raidz_exp2(b, tmp)]; in vdev_raidz_reconstruct_pq()
928 vdev_raidz_exp2(*q ^ *qxy, bexp); in vdev_raidz_reconstruct_pq()