Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_raidz_math_impl.h50 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff()
70 a = gf_exp2(x + 255 - y); in raidz_rec_pq_coeff()
71 b = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_pq_coeff()
104 nx = gf_exp2(ncols - x - 1); in raidz_rec_qr_coeff()
105 ny = gf_exp2(ncols - y - 1); in raidz_rec_qr_coeff()
126 nx = gf_exp2(ncols - x - 1); in raidz_rec_pqr_coeff()
127 ny = gf_exp2(ncols - y - 1); in raidz_rec_pqr_coeff()
128 nz = gf_exp2(ncols - z - 1); in raidz_rec_pqr_coeff()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_raidz_impl.h344 gf_exp2(gf_log_t exp) in gf_exp2() function