Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dcrypt_sha256.c322 ZEND_SET_ALIGNED(32, unsigned char alt_result[32]); in php_sha256_crypt_r()
323 ZEND_SET_ALIGNED(32, unsigned char temp_result[32]); in php_sha256_crypt_r()
325 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char alt_result[32]); in php_sha256_crypt_r()
326 ZEND_SET_ALIGNED(__alignof__ (uint32_t), unsigned char temp_result[32]); in php_sha256_crypt_r()
H A Dpack.c59 typedef ZEND_SET_ALIGNED(1, uint16_t unaligned_uint16_t);
60 typedef ZEND_SET_ALIGNED(1, uint32_t unaligned_uint32_t);
61 typedef ZEND_SET_ALIGNED(1, uint64_t unaligned_uint64_t);
62 typedef ZEND_SET_ALIGNED(1, unsigned int unaligned_uint);
63 typedef ZEND_SET_ALIGNED(1, int unaligned_int);
H A Dcrypt_sha512.c360 ZEND_SET_ALIGNED(64, unsigned char alt_result[64]); in php_sha512_crypt_r()
361 ZEND_SET_ALIGNED(64, unsigned char temp_result[64]); in php_sha512_crypt_r()
363 ZEND_SET_ALIGNED(__alignof__ (uint64_t), unsigned char alt_result[64]); in php_sha512_crypt_r()
364 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.c54 ZEND_SET_ALIGNED(16, static const char hexconvtab[]) = "0123456789abcdef";
3897 ZEND_SET_ALIGNED(16, static const char slashchars[16]) = "\'\"\\\0";
/php-src/Zend/
H A Dzend_portability.h723 # define ZEND_SET_ALIGNED(alignment, decl) __declspec(align(alignment)) decl macro
725 # define ZEND_SET_ALIGNED(alignment, decl) decl __attribute__ ((__aligned__ (alignment))) macro
727 # define ZEND_SET_ALIGNED(alignment, decl) decl macro
/php-src/ext/opcache/
H A DZendAccelerator.h283 ZEND_SET_ALIGNED(ZEND_STRING_TABLE_POS_ALIGNMENT, zend_string_table interned_strings);
/php-src/ext/random/
H A Drandom.c328 ZEND_SET_ALIGNED(16, static const char hexconvtab[]) = "0123456789abcdef";

Completed in 39 milliseconds