Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dcrypt_sha256.c26 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro
28 # define ALIGNED(size) macro
353 unsigned char alt_result[32] ALIGNED(__alignof__ (uint32_t)); in php_sha256_crypt_r()
354 unsigned char temp_result[32] ALIGNED(__alignof__ (uint32_t)); in php_sha256_crypt_r()
H A Dcrypt_sha512.c25 # define ALIGNED(size) __attribute__ ((__aligned__ (size))) macro
27 # define ALIGNED(size) macro
387 unsigned char alt_result[64] ALIGNED(__alignof__ (uint64_t)); in php_sha512_crypt_r()
388 unsigned char temp_result[64] ALIGNED(__alignof__ (uint64_t)); in php_sha512_crypt_r()

Completed in 9 milliseconds