Searched refs:__aligned (Results 1 – 6 of 6) sorted by relevance
115 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()116 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()
347 static u8 const __aligned(8) test_buf[] __initconst =
334 char tmp[sizeof(num) * 3] __aligned(2); in num_to_str()396 char tmp[3 * sizeof(num)] __aligned(2); in number()956 char temp[4] __aligned(2); /* hold each IP quad in reverse order */ in ip4_string()
28 static const u8 __aligned(16) x0f[16] = { in raid6_2data_recov_ssse3()202 static const u8 __aligned(16) x0f[16] = { in raid6_datap_recov_ssse3()
38 #define __aligned(x) __attribute__((aligned(x))) macro
29 } raid6_avx2_constants __aligned(32) = {