Home
last modified time | relevance | path

Searched refs:SIZEOF_ZEND_LONG (Results 1 – 25 of 32) sorted by relevance

12

/PHP-7.2/Zend/
H A Dzend_long.h42 # define SIZEOF_ZEND_LONG 8 macro
52 # define SIZEOF_ZEND_LONG 4 macro
110 #if SIZEOF_ZEND_LONG == 4
113 #elif SIZEOF_ZEND_LONG == 8
H A Dzend_bitset.h28 #if SIZEOF_ZEND_LONG == 4
31 #elif SIZEOF_ZEND_LONG == 8
46 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
59 return SIZEOF_ZEND_LONG * 8;
66 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;
69 #if SIZEOF_ZEND_LONG == 8
H A Dzend_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
H A Dzend_multiply.h27 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
37 #elif PHP_HAVE_BUILTIN_SMULLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG
129 #elif SIZEOF_ZEND_LONG == 4
H A Dzend_operators.h93 #if SIZEOF_ZEND_LONG == 4
444 #if PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
452 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_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()
506 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_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()
559 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_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()
662 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h372 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
374 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1630 if (len < SIZEOF_ZEND_LONG * 8) {
1702 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
H A Dzend_operators.c1636 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1672 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3110 # if SIZEOF_ZEND_LONG == 4
/PHP-7.2/ext/standard/
H A Dpack.c77 #if SIZEOF_ZEND_LONG > 4
319 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
414 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
577 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
851 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1077 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1082 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1093 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1248 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1307 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.c1047 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
1078 #if SIZEOF_ZEND_LONG == 4 in php_var_unserialize_internal()
H A Dvar_unserializer.re721 #if SIZEOF_ZEND_LONG == 4
763 #if SIZEOF_ZEND_LONG == 4
H A Dmath.c373 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
/PHP-7.2/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c227 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()
402 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-7.2/ext/com_dotnet/
H A Dcom_misc.c39 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_variant.c153 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval()
216 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
348 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
H A Dcom_extension.c472 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/pdo_mysql/
H A Dmysql_statement.c557 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
559 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
883 #if SIZEOF_ZEND_LONG==8
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c217 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
219 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
288 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
290 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
989 #if SIZEOF_ZEND_LONG==4
1054 #if SIZEOF_ZEND_LONG==8
1056 #elif SIZEOF_ZEND_LONG==4
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c78 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
108 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
639 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_wireprotocol.c1710 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1728 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1730 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.2/ext/interbase/
H A Dibase_query.c536 #if (SIZEOF_ZEND_LONG < 8) in _php_ibase_bind_array()
550 #if (SIZEOF_ZEND_LONG > 4) in _php_ibase_bind_array()
559 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_bind_array()
1330 #if (SIZEOF_ZEND_LONG >= 8) in _php_ibase_var_zval()
H A Dinterbase.c1462 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c541 return s >= SIZEOF_ZEND_LONG * 8 - 1 || (n << s) < n; in shift_left_overflows()
543 return s >= SIZEOF_ZEND_LONG * 8 - 1 || (n << s) > n; in shift_left_overflows()
788 if (op2_min >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
789 op2_min = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
791 if (op2_max >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
792 op2_max = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
1450 #if SIZEOF_ZEND_LONG == 4 in zend_inference_calc_range()
/PHP-7.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG

Completed in 145 milliseconds

12