Home
last modified time | relevance | path

Searched refs:__attribute__ (Results 26 – 50 of 83) sorted by relevance

1234

/PHP-8.3/ext/bz2/
H A Dphp_bz2.h41 # define PHP_BZ2_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/zend_test/
H A Dphp_test.h79 # define PHP_ZEND_TEST_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/opcache/jit/vtune/
H A Dittnotify_config.h137 # define ITTAPI_CDECL __attribute__ ((cdecl))
149 # define STDCALL __attribute__ ((stdcall))
175 #define ITT_INLINE_ATTRIBUTE __attribute__((unused))
178 #define ITT_INLINE_ATTRIBUTE __attribute__((always_inline, unused))
270 extern __typeof (name) aliasname __attribute__ ((alias (#name)));
H A Djitprofiling.h642 # define JITAPI_CDECL __attribute__ ((cdecl))
/PHP-8.3/ext/hash/murmur/
H A Dendianness.h59 # define NO_SANITIZE_ALIGNMENT __attribute__((no_sanitize("alignment")))
H A DPMurHash.c76 #define FORCE_INLINE static inline __attribute__((always_inline))
/PHP-8.3/ext/standard/
H A Dbase64.c340 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
351 # define ZEND_INTRIN_SSSE3_FUNC_DECL(func) ZEND_API func __attribute__((target("ssse3")))
406 PHPAPI zend_string *php_base64_encode(const unsigned char *str, size_t length) __attribute__((ifunc…
407 …ase64_decode_ex(const unsigned char *str, size_t length, bool strict) __attribute__((ifunc("resolv…
755 static __m256i php_base64_encode_avx2_reshuffle(__m256i in) __attribute__((target("avx2")));
756 static __m256i php_base64_encode_avx2_translate(__m256i in) __attribute__((target("avx2")));
821 static __m128i php_base64_encode_ssse3_reshuffle(__m128i in) __attribute__((target("ssse3")));
822 static __m128i php_base64_encode_ssse3_translate(__m128i in) __attribute__((target("ssse3")));
973 static __m256i php_base64_decode_avx2_reshuffle(__m256i in) __attribute__((target("avx2")));
994 static __m128i php_base64_decode_ssse3_reshuffle(__m128i in) __attribute__((target("ssse3")));
H A Dconfig.m4291 dnl Check for __attribute__ ((__aligned__)) support in the compiler
296 unsigned char test[32] __attribute__ ((__aligned__ (__alignof__ (int))));
303 …AC_DEFINE([HAVE_ATTRIBUTE_ALIGNED], 1, [whether the compiler supports __attribute__ ((__aligned__)…
/PHP-8.3/sapi/fpm/fpm/
H A Dfpm_config.h13 # define __attribute__(x) /*NOTHING*/ macro
/PHP-8.3/ext/gd/
H A Dphp_gd.h94 # define PHP_GD_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/date/lib/
H A Dtimelib_private.h124 # define TIMELIB_BREAK_INTENTIONALLY_MISSING __attribute__ ((fallthrough));
/PHP-8.3/ext/dom/
H A Dxml_common.h47 # define PHP_DOM_EXPORT __attribute__ ((visibility("default")))
/PHP-8.3/ext/mbstring/libmbfl/filters/
H A Dmbfilter_utf16.c69 …, size_t *in_len, uint32_t *buf, size_t bufsize, unsigned int *state) __attribute__((ifunc("resolv…
70 void mb_wchar_to_utf16be(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) __attribute__((if…
71 …, size_t *in_len, uint32_t *buf, size_t bufsize, unsigned int *state) __attribute__((ifunc("resolv…
72 void mb_wchar_to_utf16le(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) __attribute__((if…
109 …, size_t *in_len, uint32_t *buf, size_t bufsize, unsigned int *state) __attribute__((target("avx2"…
110 …utf16be_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) __attribute__((target("avx2"…
111 …, size_t *in_len, uint32_t *buf, size_t bufsize, unsigned int *state) __attribute__((target("avx2"…
112 …utf16le_avx2(uint32_t *in, size_t len, mb_convert_buf *buf, bool end) __attribute__((target("avx2"…
/PHP-8.3/ext/ffi/tests/
H A D032.phpt11 struct __attribute__((packed)) {
/PHP-8.3/ext/mbstring/
H A Dmbstring.h36 # define MBSTRING_API __attribute__ ((visibility("default")))
/PHP-8.3/Zend/
H A Dzend_cpuinfo.h116 # define ZEND_NO_SANITIZE_ADDRESS __attribute__((no_sanitize_address))
/PHP-8.3/ext/xml/
H A Dexpat_compat.h29 # define PHP_XML_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/openssl/
H A Dphp_openssl.h70 # define PHP_OPENSSL_API __attribute__((visibility("default")))
/PHP-8.3/ext/hash/
H A Dphp_hash.h142 # define PHP_HASH_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/pgsql/
H A Dphp_pgsql.h45 # define PHP_PGSQL_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/libxml/
H A Dphp_libxml.h31 # define PHP_LIBXML_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/opcache/jit/libudis86/
H A Dtypes.h49 # define UD_ATTR_PACKED __attribute__((packed))
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg.h25 # define PHPDBG_API __attribute__ ((visibility("default")))
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h296 #define SLJIT_NOINLINE __attribute__ ((noinline))
317 #define SLJIT_API_FUNC_ATTRIBUTE static __attribute__((unused))
/PHP-8.3/ext/opcache/
H A DZendAccelerator.h70 # define ZEND_EXT_API __attribute__ ((visibility("default")))

Completed in 115 milliseconds

1234