Home
last modified time | relevance | path

Searched refs:_Alignas (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/libc/include/
H A D__llvm-libc-common.h31 #undef _Alignas
32 #define _Alignas alignas macro
/freebsd/sys/crypto/openssl/
H A Dossl_chacha20.c59 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20()
159 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20_poly1305_encrypt()
161 _Alignas(8) unsigned char block[CHACHA_BLK_SIZE]; in ossl_chacha20_poly1305_encrypt()
305 _Alignas(8) unsigned int key[CHACHA_KEY_SIZE / 4]; in ossl_chacha20_poly1305_decrypt()
307 _Alignas(8) unsigned char block[CHACHA_BLK_SIZE]; in ossl_chacha20_poly1305_decrypt()
/freebsd/include/
H A Dstdalign.h34 #define alignas _Alignas
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdalign.h16 #define alignas _Alignas
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A D__futex_word.h15 _Alignas(sizeof(__UINT32_TYPE__) > _Alignof(__UINT32_TYPE__)
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py44 def _Alignas(x): return alignas(x) function
46 def _Alignas(x): return __aligned(x) function
/freebsd/contrib/xz/src/common/
H A Dsysdefs.h177 # define alignas _Alignas
/freebsd/sys/sys/
H A Dcdefs.h171 #define _Alignas(x) alignas(x) macro
174 #define _Alignas(x) __aligned(x) macro
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h309 # define ZSTD_ALIGNED(a) _Alignas(a)
/freebsd/sys/contrib/zstd/lib/common/
H A Dcompiler.h308 # define ZSTD_ALIGNED(a) _Alignas(a)
/freebsd/sys/netinet/libalias/
H A Dalias_proxy.c381 _Alignas(_Alignof(u_short)) u_char option[OPTION_LEN_BYTES]; in ProxyEncodeIpHeader()
/freebsd/sys/netinet/
H A Dip_fw.h364 _Alignas(_Alignof(u_int32_t)) u_int8_t opcode;
/freebsd/contrib/bmake/
H A Dconfigure2488 // Check _Alignas.
2489 char _Alignas (double) aligned_as_double;
2490 char _Alignas (0) no_special_alignment;
2492 char _Alignas (0) _Alignas (int) aligned_as_int;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def333 KEYWORD(_Alignas , KEYALL)
H A DAttr.td867 CustomKeyword<"_Alignas">];
870 Accessor<"isC11", [CustomKeyword<"_Alignas">]>,
872 CustomKeyword<"_Alignas">]>,
/freebsd/contrib/file/
H A Dconfigure2653 // Check _Alignas.
2654 char _Alignas (double) aligned_as_double;
2655 char _Alignas (0) no_special_alignment;
2657 char _Alignas (0) _Alignas (int) aligned_as_int;
/freebsd/contrib/openpam/
H A Dconfigure2515 // Check _Alignas.
2516 char _Alignas (double) aligned_as_double;
2517 char _Alignas (0) no_special_alignment;
2519 char _Alignas (0) _Alignas (int) aligned_as_int;
/freebsd/contrib/xz/
H A DChangeLog2249 __STDC_VERSION__ and supports _Alignas. However, <stdalign.h> is missing.
2250 We only need alignas, so define it to _Alignas with C11/C17 compilers.