Lines Matching refs:ncols

47 	const unsigned ncols = raidz_ncols(rm);  in raidz_rec_q_coeff()  local
50 coeff[MUL_Q_X] = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_q_coeff()
56 const unsigned ncols = raidz_ncols(rm); in raidz_rec_r_coeff() local
59 coeff[MUL_R_X] = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_r_coeff()
65 const unsigned ncols = raidz_ncols(rm); in raidz_rec_pq_coeff() local
71 b = gf_exp2(255 - (ncols - x - 1)); in raidz_rec_pq_coeff()
81 const unsigned ncols = raidz_ncols(rm); in raidz_rec_pr_coeff() local
88 b = gf_exp4(255 - (ncols - x - 1)); in raidz_rec_pr_coeff()
98 const unsigned ncols = raidz_ncols(rm); in raidz_rec_qr_coeff() local
104 nx = gf_exp2(ncols - x - 1); in raidz_rec_qr_coeff()
105 ny = gf_exp2(ncols - y - 1); in raidz_rec_qr_coeff()
119 const unsigned ncols = raidz_ncols(rm); in raidz_rec_pqr_coeff() local
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()
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()
356 const size_t ncols = raidz_ncols(rm); in raidz_generate_p_impl() local
367 for (c = 2; c < ncols; c++) { in raidz_generate_p_impl()
423 const size_t ncols = raidz_ncols(rm); in raidz_generate_pq_impl() local
437 for (c = 3; c < ncols; c++) { in raidz_generate_pq_impl()
496 const size_t ncols = raidz_ncols(rm); in raidz_generate_pqr_impl() local
512 for (c = 4; c < ncols; c++) { in raidz_generate_pqr_impl()
590 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_p_impl() local
603 for (c = firstdc; c < ncols; c++) { in raidz_reconstruct_p_impl()
666 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_q_impl() local
685 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_q_impl()
757 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_r_impl() local
777 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_r_impl()
894 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_pq_impl() local
932 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_pq_impl()
1051 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_pr_impl() local
1088 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_pr_impl()
1214 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_qr_impl() local
1251 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_qr_impl()
1397 const size_t ncols = raidz_ncols(rm); in raidz_reconstruct_pqr_impl() local
1444 for (c = firstdc+1; c < ncols; c++) { in raidz_reconstruct_pqr_impl()