Home
last modified time | relevance | path

Searched refs:ZEND_SET_ALIGNED (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/standard/
H A Dcrypt_sha256.c332 ZEND_SET_ALIGNED(32, unsigned char alt_result[32]); in php_sha256_crypt_r()
333 ZEND_SET_ALIGNED(32, unsigned char temp_result[32]); in php_sha256_crypt_r()
335 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char alt_result[32]); in php_sha256_crypt_r()
336 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char temp_result[32]); in php_sha256_crypt_r()
H A Dcrypt_sha512.c366 ZEND_SET_ALIGNED(64, unsigned char alt_result[64]); in php_sha512_crypt_r()
367 ZEND_SET_ALIGNED(64, unsigned char temp_result[64]); in php_sha512_crypt_r()
369 ZEND_SET_ALIGNED(__alignof__ (uint64_t), unsigned char alt_result[64]); in php_sha512_crypt_r()
370 ZEND_SET_ALIGNED(__alignof__ (uint64_t), unsigned char temp_result[64]); in php_sha512_crypt_r()
H A Dstring.c120 ZEND_SET_ALIGNED(16, static char hexconvtab[]) = "0123456789abcdef";
3952 ZEND_SET_ALIGNED(16, static const char slashchars[16]) = "\'\"\\\0";
/PHP-7.3/Zend/
H A Dzend_portability.h625 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
627 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
629 # define ZEND_SET_ALIGNED(alignment, decl) decl macro

Completed in 30 milliseconds