Home
last modified time | relevance | path

Searched refs:ALIGN_TO (Results 1 – 1 of 1) 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)