Home
last modified time | relevance | path

Searched refs:ALIGN_TO (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/include/tpm2/
DTpmBuildSwitches.h16 #define ALIGN_TO(boundary) __attribute__ ((aligned(boundary))) macro
19 #define ALIGN_TO(boundary) __declspec(align(boundary)) macro
48 #define CRYPTO_ALIGNED ALIGN_TO(CRYPTO_ALIGNMENT)
/external/tpm2/
Dpart4.txt3100 5 #define ALIGN_TO(boundary) __declspec(align(boundary))
3104 6 // #define ALIGN_TO(boundary) _Alignas(boundary)
3128 20 #define CRYPTO_ALIGNED ALIGN_TO(CRYPTO_ALIGNMENT)