Searched refs:gf_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | vdev_raidz_impl.h | 332 typedef unsigned gf_t; typedef 335 static inline gf_t 336 gf_mul(const gf_t a, const gf_t b) in gf_mul() 345 return ((gf_t)vdev_raidz_pow2[logsum % 255]); in gf_mul() 348 static inline gf_t 349 gf_div(const gf_t a, const gf_t b) in gf_div() 363 static inline gf_t 364 gf_inv(const gf_t a) in gf_inv() 372 return ((gf_t)vdev_raidz_pow2[logsum]); in gf_inv() 375 static inline gf_t [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_raidz_math_impl.h | 69 gf_t a, b, e; in raidz_rec_pq_coeff() 86 gf_t a, b, e; in raidz_rec_pr_coeff() 103 gf_t nx, ny, nxxy, nxyy, d; in raidz_rec_qr_coeff() 125 gf_t nx, ny, nz, nxx, nyy, nzz, nyyz, nyzz, xd, yd; in raidz_rec_pqr_coeff()
|