Home
last modified time | relevance | path

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

12

/PHP-8.3/Zend/
H A Dzend_bitset.h33 #if SIZEOF_ZEND_LONG == 4
36 #elif SIZEOF_ZEND_LONG == 8
51 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
64 return SIZEOF_ZEND_LONG * 8;
71 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;
74 #if SIZEOF_ZEND_LONG == 8
89 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CLZL)
102 return SIZEOF_ZEND_LONG * 8;
105 return (int) (SIZEOF_ZEND_LONG * 8 - 1)- index;
110 #if SIZEOF_ZEND_LONG == 8
H A Dzend_long.h40 # define SIZEOF_ZEND_LONG 8 macro
50 # define SIZEOF_ZEND_LONG 4 macro
108 #if SIZEOF_ZEND_LONG == 4
111 #elif SIZEOF_ZEND_LONG == 8
H A Dzend_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
H A Dzend_multiply.h25 #if PHP_HAVE_BUILTIN_SMULL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG
35 #elif PHP_HAVE_BUILTIN_SMULLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG
140 #elif SIZEOF_ZEND_LONG == 4
H A Dzend_system_id.c42 …F_INT) ZEND_TOSTR(SIZEOF_LONG) ZEND_TOSTR(SIZEOF_SIZE_T) ZEND_TOSTR(SIZEOF_ZEND_LONG) ZEND_TOSTR(Z…
H A Dzend_operators.h98 #if SIZEOF_ZEND_LONG == 4
544 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
552 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
607 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
615 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
691 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
698 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
779 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
786 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h552 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
554 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1956 if (len < SIZEOF_ZEND_LONG * 8) {
2111 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
/PHP-8.3/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h36 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c277 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_column_meta()
459 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-8.3/ext/standard/
H A Dpack.c83 #if SIZEOF_ZEND_LONG > 4
327 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
422 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
585 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
850 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1092 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1238 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1297 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dmath.c1135 #if SIZEOF_ZEND_LONG == 8 in _php_math_number_format_long()
1138 #elif SIZEOF_ZEND_LONG > 8 in _php_math_number_format_long()
H A Dvar_unserializer.re429 || (SIZEOF_ZEND_LONG == 4
975 #if SIZEOF_ZEND_LONG == 4
1017 #if SIZEOF_ZEND_LONG == 4
/PHP-8.3/ext/com_dotnet/
H A Dcom_misc.c35 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_extension.c31 #if SIZEOF_ZEND_LONG == 8
H A Dcom_extension_arginfo.h297 #if SIZEOF_ZEND_LONG == 8 in register_com_extension_symbols()
300 #if SIZEOF_ZEND_LONG == 8 in register_com_extension_symbols()
H A Dcom_variant.c153 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval_ex()
214 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
342 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
H A Dcom_handlers.c455 #if SIZEOF_ZEND_LONG == 4 in com_object_cast()
/PHP-8.3/main/
H A Dmain_arginfo.h38 REGISTER_LONG_CONSTANT("PHP_INT_SIZE", SIZEOF_ZEND_LONG, CONST_PERSISTENT); in register_main_symbols()
/PHP-8.3/ext/pdo_mysql/
H A Dmysql_statement.c480 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
482 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
818 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_col_meta()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c79 #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()
597 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
/PHP-8.3/ext/pdo_sqlite/
H A Dsqlite_statement.c274 #if SIZEOF_ZEND_LONG < 8 in pdo_sqlite_stmt_get_col()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_statement.c511 #if SIZEOF_ZEND_LONG >= 8 in pgsql_stmt_get_col()
/PHP-8.3/ext/mysqli/
H A Dmysqli_api.c100 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
102 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
/PHP-8.3/Zend/Optimizer/
H A Dzend_inference.c777 return s >= SIZEOF_ZEND_LONG * 8 - 1 || safe_shift_left(n, s) < n; in shift_left_overflows()
779 return s >= SIZEOF_ZEND_LONG * 8 || safe_shift_left(n, s) > n; in shift_left_overflows()
1020 if (op2_min >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
1021 op2_min = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
1023 if (op2_max >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
1024 op2_max = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
1536 #if SIZEOF_ZEND_LONG == 4 in zend_inference_propagate_range()

Completed in 97 milliseconds

12