Home
last modified time | relevance | path

Searched refs:SIZEOF_LONG (Results 1 – 19 of 19) sorted by relevance

/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_trace.c15 i = l % SIZEOF_LONG; in fpm_trace_get_strz()
17 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz()
21 for ( ; i < SIZEOF_LONG; i++) { in fpm_trace_get_strz()
H A Dfpm_php_trace.c34 #if SIZEOF_LONG == 4
36 #elif SIZEOF_LONG == 8
/PHP-7.3/main/
H A Dphp_stdint.h140 # elif SIZEOF_LONG >= 4
158 # elif SIZEOF_LONG >= 4
174 # elif SIZEOF_LONG >= 8
186 # elif SIZEOF_LONG >= 8
200 # elif SIZEOF_LONG >= 8
212 # elif SIZEOF_LONG >= 8
/PHP-7.3/Zend/
H A Dzend_strtod_int.h54 # elif SIZEOF_LONG == 4
62 # elif SIZEOF_LONG == 4
H A Dzend_operators.h496 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
546 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
610 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
700 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_bitset.h44 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
H A Dzend_multiply.h25 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
H A Dzend_alloc.c508 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
/PHP-7.3/ext/dba/libcdb/
H A Duint32.h27 #elif SIZEOF_LONG == 4
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_portability.h114 #if SIZEOF_LONG == 8
116 #elif SIZEOF_LONG == 4
122 #if SIZEOF_LONG == 8
124 #elif SIZEOF_LONG == 4
H A Dconfig-win.h59 #define SIZEOF_LONG 4 macro
/PHP-7.3/ext/date/lib/
H A Dtimelib.h41 # elif SIZEOF_LONG == 4
49 # elif SIZEOF_LONG == 4
61 # ifndef SIZEOF_LONG
62 # define SIZEOF_LONG 4 macro
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dconfig.h.win6412 #define SIZEOF_LONG 4
H A Dconfig.h.win3212 #define SIZEOF_LONG 4
/PHP-7.3/win32/build/
H A Dconfig.w32.h.in122 #define SIZEOF_LONG 4 macro
/PHP-7.3/ext/filter/
H A Dlogical_filters.c111 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c45 #if SIZEOF_LONG == 8
/PHP-7.3/ext/opcache/
H A DZendAccelerator.c2687 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_CHAR) ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) Z…
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch41 +#if SIZEOF_LONG == 8

Completed in 75 milliseconds