Home
last modified time | relevance | path

Searched defs:ALIGNED (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dfield.h28 # define ALIGNED __attribute__((__aligned__(16))) macro
32 # define ALIGNED macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h226 # define ALIGNED(x) __declspec(align(x)) macro
240 # define ALIGNED(x) __attribute__((aligned(x))) macro