Home
last modified time | relevance | path

Searched refs:ELEM_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/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.c62 #define ELEM_SIZE 32 macro
65 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_ssse3.c63 #define ELEM_SIZE 16 macro
66 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));
H A Dvdev_raidz_math_sse2.c56 #define ELEM_SIZE 16 macro
59 uint8_t b[ELEM_SIZE] __attribute__((aligned(ELEM_SIZE)));