Searched defs:MBEDTLS_PADLOCK_ALIGN16 (Results 1 – 2 of 2) sorted by relevance
47 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro