Home
last modified time | relevance | path

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

/PHP-7.4/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.4/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.4/Zend/
H A Dzend_strtod_int.h54 # elif SIZEOF_LONG == 4
62 # elif SIZEOF_LONG == 4
H A Dzend_bitset.h44 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
H A Dzend_operators.h546 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
609 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
693 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
803 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_multiply.h25 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
H A Dzend_alloc.c509 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
/PHP-7.4/ext/dba/libcdb/
H A Duint32.h27 #elif SIZEOF_LONG == 4
/PHP-7.4/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.4/ext/mysqlnd/
H A Dconfig-win.h58 #define SIZEOF_LONG 4 macro
/PHP-7.4/win32/build/
H A Dconfig.w32.h.in92 #define SIZEOF_LONG 4 macro
/PHP-7.4/ext/filter/
H A Dlogical_filters.c123 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dapprentice.c45 #if SIZEOF_LONG == 8
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c2659 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) ZEND_TOSTR(SIZEOF_SIZE_T)…
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch22 +#if SIZEOF_LONG == 8

Completed in 84 milliseconds