Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h59 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff()
87 a = gf_exp4(x + 255 - y); in raidz_rec_pr_coeff()
88 b = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_pr_coeff()
130 nxx = gf_exp4(ncols - x - 1); in raidz_rec_pqr_coeff()
131 nyy = gf_exp4(ncols - y - 1); in raidz_rec_pqr_coeff()
132 nzz = gf_exp4(ncols - z - 1); in raidz_rec_pqr_coeff()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h350 gf_exp4(gf_log_t exp) in gf_exp4() function