Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_trace.c16 i = l % SIZEOF_LONG; in fpm_trace_get_strz()
18 for (addr = l; ; addr += SIZEOF_LONG) { in fpm_trace_get_strz()
22 for ( ; i < SIZEOF_LONG; i++) { in fpm_trace_get_strz()
H A Dfpm_php_trace.c35 #if SIZEOF_LONG == 4
37 #elif SIZEOF_LONG == 8
/PHP-7.2/main/
H A Dphp_stdint.h137 # elif SIZEOF_LONG >= 4
155 # elif SIZEOF_LONG >= 4
171 # elif SIZEOF_LONG >= 8
183 # elif SIZEOF_LONG >= 8
197 # elif SIZEOF_LONG >= 8
209 # elif SIZEOF_LONG >= 8
/PHP-7.2/Zend/
H A Dzend_strtod_int.h54 # elif SIZEOF_LONG == 4
62 # elif SIZEOF_LONG == 4
H A Dzend_operators.h444 #if PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
498 #if PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
552 #if PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
655 #if PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_bitset.h46 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
H A Dzend_multiply.h27 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
H A Dzend_alloc.c506 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
/PHP-7.2/ext/dba/libcdb/
H A Duint32.h29 #elif SIZEOF_LONG == 4
/PHP-7.2/ext/date/lib/
H A Dtimelib.h39 # elif SIZEOF_LONG == 4
47 # elif SIZEOF_LONG == 4
59 # ifndef SIZEOF_LONG
60 # define SIZEOF_LONG 4 macro
/PHP-7.2/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.2/ext/mbstring/
H A Doniguruma.patch33 #define WORD_ALIGNMENT_SIZE SIZEOF_LONG
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dconfig.h.win3211 #define SIZEOF_LONG 4
H A Dconfig.h.win6411 #define SIZEOF_LONG 4
H A Dregint.h207 # define WORD_ALIGNMENT_SIZE SIZEOF_LONG
/PHP-7.2/win32/build/
H A Dconfig.w32.h.in123 #define SIZEOF_LONG 4 macro
/PHP-7.2/ext/filter/
H A Dlogical_filters.c113 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
/PHP-7.2/ext/opcache/
H A DZendAccelerator.c2532 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_CHAR) ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) Z…
/PHP-7.2/ext/fileinfo/libmagic/
H A Dapprentice.c45 #if SIZEOF_LONG == 8
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch23 +#if SIZEOF_LONG == 8

Completed in 71 milliseconds