Searched refs:SIZEOF_LONG (Results 1 – 15 of 15) sorted by relevance
15 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()
30 #if SIZEOF_LONG == 432 #elif SIZEOF_LONG == 8
50 # elif SIZEOF_LONG == 458 # elif SIZEOF_LONG == 4
42 #define ZEND_BIN_ID "BIN_" ZEND_TOSTR(SIZEOF_INT) ZEND_TOSTR(SIZEOF_LONG) ZEND_TOSTR(SIZEOF_SIZE_T)…
44 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)82 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CLZL)
553 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()616 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()700 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()810 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
25 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
509 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
25 #elif SIZEOF_LONG == 4
41 # elif SIZEOF_LONG == 449 # elif SIZEOF_LONG == 461 # ifndef SIZEOF_LONG62 # define SIZEOF_LONG 4 macro
58 #define SIZEOF_LONG 4 macro
90 #define SIZEOF_LONG 4 macro
121 || (SIZEOF_LONG == 4 && (end - str == MAX_LENGTH_OF_LONG - 1) && *str > '2')) { in php_filter_parse_int()
45 #if SIZEOF_LONG == 8
21 +#if SIZEOF_LONG == 8
Completed in 48 milliseconds