Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h60 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff()
88 a = gf_exp4(x + 255 - y); in raidz_rec_pr_coeff()
89 b = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_pr_coeff()
131 nxx = gf_exp4(ncols - x - 1); in raidz_rec_pqr_coeff()
132 nyy = gf_exp4(ncols - y - 1); in raidz_rec_pqr_coeff()
133 nzz = gf_exp4(ncols - z - 1); in raidz_rec_pqr_coeff()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_raidz_impl.h382 gf_exp4(gf_log_t exp) in gf_exp4() function