Home
last modified time | relevance | path

Searched refs:__aligned (Results 1 – 6 of 6) sorted by relevance

/lib/
Dtest_siphash.c115 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()
116 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test_init()
Dcrc32.c347 static u8 const __aligned(8) test_buf[] __initconst =
Dvsprintf.c334 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()
/lib/raid6/
Drecov_ssse3.c28 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()
Dx86.h38 #define __aligned(x) __attribute__((aligned(x))) macro
Davx2.c29 } raid6_avx2_constants __aligned(32) = {