Home
last modified time | relevance | path

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

/PHP-8.0/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.c166 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t);
H A Dstring.c91 ZEND_SET_ALIGNED(16, static const char hexconvtab[]) = "0123456789abcdef";
3640 ZEND_SET_ALIGNED(16, static const char slashchars[16]) = "\'\"\\\0";
/PHP-8.0/Zend/
H A Dzend_portability.h632 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
634 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
636 # define ZEND_SET_ALIGNED(alignment, decl) decl macro
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.h363 typedef ZEND_SET_ALIGNED(1, unsigned short unaligned_short);
364 typedef ZEND_SET_ALIGNED(1, unsigned int unaligned_int);
365 typedef ZEND_SET_ALIGNED(1, uint64_t unaligned_uint64_t);
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc3367 typedef ZEND_SET_ALIGNED(1, uint16_t unaligned_uint16_t);
3368 typedef ZEND_SET_ALIGNED(1, int32_t unaligned_int32_t);

Completed in 54 milliseconds