Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dcrypt_sha256.c328 ZEND_SET_ALIGNED(32, unsigned char alt_result[32]); in php_sha256_crypt_r()
329 ZEND_SET_ALIGNED(32, unsigned char temp_result[32]); in php_sha256_crypt_r()
331 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char alt_result[32]); in php_sha256_crypt_r()
332 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char temp_result[32]); in php_sha256_crypt_r()
H A Dcrypt_sha512.c362 ZEND_SET_ALIGNED(64, unsigned char alt_result[64]); in php_sha512_crypt_r()
363 ZEND_SET_ALIGNED(64, unsigned char temp_result[64]); in php_sha512_crypt_r()
365 ZEND_SET_ALIGNED(__alignof__ (uint64_t), unsigned char alt_result[64]); in php_sha512_crypt_r()
366 ZEND_SET_ALIGNED(__alignof__ (uint64_t), unsigned char temp_result[64]); in php_sha512_crypt_r()
H A Dmd5.c170 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t);
H A Dstring.c107 ZEND_SET_ALIGNED(16, static char hexconvtab[]) = "0123456789abcdef";
3942 ZEND_SET_ALIGNED(16, static const char slashchars[16]) = "\'\"\\\0";
/PHP-7.4/Zend/
H A Dzend_portability.h629 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
631 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
633 # define ZEND_SET_ALIGNED(alignment, decl) decl macro

Completed in 31 milliseconds