Home
last modified time | relevance | path

Searched refs:ZERO_STRIDE (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_aarch64_neon.c35 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_aarch64_neonx2.c34 #define ZERO_STRIDE 8 macro
H A Dvdev_raidz_math_powerpc_altivec.c37 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_scalar.c162 #define ZERO_STRIDE 1 macro
H A Dvdev_raidz_math_ssse3.c315 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx2.c312 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx512bw.c311 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx512f.c392 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_impl.h172 for (i = 0; i < dsize / sizeof (v_t); i += (2 * ZERO_STRIDE)) { in raidz_zero_abd_cb()
174 STORE(dst + i + ZERO_STRIDE, ZERO_D); in raidz_zero_abd_cb()
H A Dvdev_raidz_math_sse2.c530 #define ZERO_STRIDE 4 macro