Searched refs:ELEM_SIZE (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_scalar.c33 #define ELEM_SIZE 4 macro
36 #define ELEM_SIZE 8 macro
49 uint8_t b[ELEM_SIZE];
107 #if ELEM_SIZE == 8
139 switch (ELEM_SIZE) { \
H A Dvdev_raidz_math_avx2.c64 #define ELEM_SIZE 32 macro
67 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_avx512bw.c68 #define ELEM_SIZE 64 macro
71 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_avx512f.c81 #define ELEM_SIZE 64 macro
84 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_aarch64_neon_common.h134 #define ELEM_SIZE 16 macro
137 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_powerpc_altivec_common.h135 #define ELEM_SIZE 16 macro
138 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_sse2.c58 #define ELEM_SIZE 16 macro
61 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_ssse3.c65 #define ELEM_SIZE 16 macro
68 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));

Completed in 58 milliseconds