Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dcrypt_sha256.c20 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro
22 # define ALIGNED(size) macro
347 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()
H A Dcrypt_sha512.c19 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro
21 # define ALIGNED(size) macro
381 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