Home
last modified time | relevance | path

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

/lib/pldmfw/
A 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/
A Dcurve25519-generic.c16 const u8 curve25519_null_point[CURVE25519_KEY_SIZE] __aligned(32) = { 0 };
17 const u8 curve25519_base_point[CURVE25519_KEY_SIZE] __aligned(32) = { 9 };
A Dlibchacha.c18 u8 stream[CHACHA_BLOCK_SIZE] __aligned(sizeof(long)); in chacha_crypt_generic()
A Dblake2s-selftest.c604 __aligned(TEST_ALIGNMENT); in blake2s_random_test()
A Dcurve25519-hacl64.c749 u64 buf[10] __aligned(32) = { 0 }; in format_scalar_of_point()
761 u64 buf0[10] __aligned(32) = { 0 }; in curve25519_generic()
769 u8 e[32] __aligned(32) = { 0 }; in curve25519_generic()
A Dchacha20poly1305.c236 } b __aligned(16); in chacha20poly1305_crypt_sg_inplace()
/lib/tests/
A Dsiphash_kunit.c118 u8 in[64] __aligned(SIPHASH_ALIGNMENT); in siphash_test()
119 u8 in_unaligned[65] __aligned(SIPHASH_ALIGNMENT); in siphash_test()
A Dstackinit_kunit.c326 u8 four __aligned(64);
327 } __aligned(64);
A Drandstruct_kunit.c71 unsigned int c __aligned(16); \
/lib/raid6/
A 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()
A Dx86.h33 #define __aligned(x) __attribute__((aligned(x))) macro
A Davx512.c25 } raid6_avx512_constants __aligned(512/8) = {
A Davx2.c21 } raid6_avx2_constants __aligned(32) = {
/lib/crc/arm/
A Dcrc-t10dif.h35 u8 buf[16] __aligned(16); in crc_t10dif_arch()
/lib/
A Dtest_ubsan.c130 volatile char arr[5] __aligned(4) = {1, 2, 3, 4, 5}; in test_ubsan_misaligned_access()
A Dvsprintf.c402 char tmp[sizeof(num) * 3] __aligned(2); in num_to_str()
469 char tmp[3 * sizeof(num)] __aligned(2); in number()
1381 char temp[4] __aligned(2); /* hold each IP quad in reverse order */ in ip4_string()

Completed in 23 milliseconds