Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h51 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff()
71 a = gf_exp2(x + 255 - y); in raidz_rec_pq_coeff()
72 b = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_pq_coeff()
105 nx = gf_exp2(ncols - x - 1); in raidz_rec_qr_coeff()
106 ny = gf_exp2(ncols - y - 1); in raidz_rec_qr_coeff()
127 nx = gf_exp2(ncols - x - 1); in raidz_rec_pqr_coeff()
128 ny = gf_exp2(ncols - y - 1); in raidz_rec_pqr_coeff()
129 nz = gf_exp2(ncols - z - 1); in raidz_rec_pqr_coeff()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h394 gf_exp2(gf_log_t exp) in gf_exp2() function