Searched refs:v_t (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h162 v_t *dst = (v_t *)dc;
171 for (i = 0; i < dsize / sizeof (v_t); i += (2 * ZERO_STRIDE)) {
197 v_t *dst = (v_t *)dc;
198 const v_t *src = (v_t *)sc;
205 for (i = 0; i < size / sizeof (v_t); i += (2 * COPY_STRIDE)) {
236 v_t *dst = (v_t *)d
[all...]
H A Dvdev_raidz_math_scalar.c50 } v_t; typedef in typeref:union:__anon10660
92 #define XOR_ACC(src, acc) acc.e ^= ((v_t *)src)[0].e
96 #define LOAD(src, val) val = ((v_t *)src)[0]
97 #define STORE(dst, val) ((v_t *)dst)[0] = val
160 #define ZERO_DEFINE() v_t d0
164 #define COPY_DEFINE() v_t d0
168 #define ADD_DEFINE() v_t d0
172 #define MUL_DEFINE() v_t d0
177 #define GEN_P_DEFINE() v_t p0
181 #define GEN_PQ_DEFINE() v_t d
[all...]
H A Dvdev_raidz_math_avx2.c68 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_avx512bw.c72 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_avx512f.c85 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_aarch64_neon_common.h138 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_powerpc_altivec_common.h139 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_sse2.c62 } v_t; typedef in typeref:struct:v
H A Dvdev_raidz_math_ssse3.c69 } v_t; typedef in typeref:struct:v

Completed in 126 milliseconds