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.c34 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_aarch64_neonx2.c33 #define ZERO_STRIDE 8 macro
H A Dvdev_raidz_math_powerpc_altivec.c36 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_scalar.c161 #define ZERO_STRIDE 1 macro
H A Dvdev_raidz_math_ssse3.c314 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx2.c311 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx512bw.c310 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_avx512f.c391 #define ZERO_STRIDE 4 macro
H A Dvdev_raidz_math_impl.h171 for (i = 0; i < dsize / sizeof (v_t); i += (2 * ZERO_STRIDE)) { in raidz_zero_abd_cb()
173 STORE(dst + i + ZERO_STRIDE, ZERO_D); in raidz_zero_abd_cb()
H A Dvdev_raidz_math_sse2.c529 #define ZERO_STRIDE 4 macro