Searched refs:ALIGNED (Results 1 – 2 of 2) sorted by relevance
20 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro22 # define ALIGNED(size) macro347 unsigned char alt_result[32] ALIGNED(__alignof__ (uint32_t)); in php_sha256_crypt_r()348 unsigned char temp_result[32] ALIGNED(__alignof__ (uint32_t)); in php_sha256_crypt_r()
19 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro21 # define ALIGNED(size) macro381 unsigned char alt_result[64] ALIGNED(__alignof__ (uint64_t)); in php_sha512_crypt_r()382 unsigned char temp_result[64] ALIGNED(__alignof__ (uint64_t)); in php_sha512_crypt_r()
Completed in 13 milliseconds