Searched defs:MBEDTLS_PADLOCK_ALIGN16 (Results 1 – 5 of 5) sorted by relevance
60 #define MBEDTLS_PADLOCK_ALIGN16(x) (uint32_t *) (16 + ((int32_t) (x) & ~15)) macro
Completed in 6 milliseconds