Home
last modified time | relevance | path

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

/lib/pldmfw/
Dpldmfw_private.h38 } __packed __aligned(1);
60 } __packed __aligned(1);
88 } __packed __aligned(1);
95 } __aligned(1);
102 } __aligned(1);
126 } __packed __aligned(1);
133 } __aligned(1);
/lib/crypto/
Dcurve25519-generic.c15 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 };
16 const u8 curve25519_base_point[CURVE25519_KEY_SIZE] __aligned(32) = { 9 };
Dlibchacha.c19 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_crypt_generic()
Dcurve25519-hacl64.c751 u64 buf[10] __aligned(32) = { 0 }; in format_scalar_of_point()
763 u64 buf0[10] __aligned(32) = { 0 }; in curve25519_generic()
771 u8 e[32] __aligned(32) = { 0 }; in curve25519_generic()
Dchacha20poly1305.c234 } b __aligned(16); in chacha20poly1305_crypt_sg_inplace()
/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()
Dtest_ubsan.c93 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access()
Dtest_stackinit.c218 u8 four __aligned(64);
219 } __aligned(64);
Dcrc32test.c34 static u8 const __aligned(8) test_buf[] __initconst =
Dvsprintf.c378 char tmp[sizeof(num) * 3] __aligned(2); in num_to_str()
456 char tmp[3 * sizeof(num)] __aligned(2); in number()
1364 char temp[4] __aligned(2); /* hold each IP quad in reverse order */ in ip4_string()
/lib/raid6/
Drecov_ssse3.c22 static const u8 __aligned(16) x0f[16] = { in raid6_2data_recov_ssse3()
196 static const u8 __aligned(16) x0f[16] = { in raid6_datap_recov_ssse3()
Dx86.h33 #define __aligned(x) __attribute__((aligned(x))) macro
Davx512.c27 } raid6_avx512_constants __aligned(512/8) = {
Davx2.c21 } raid6_avx2_constants __aligned(32) = {