Home
last modified time | relevance | path

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

12

/PHP-8.2/Zend/
H A Dzend_bitset.h26 #if SIZEOF_ZEND_LONG == 4
29 #elif SIZEOF_ZEND_LONG == 8
44 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
57 return SIZEOF_ZEND_LONG * 8;
64 if (num == Z_UL(0)) return SIZEOF_ZEND_LONG * 8;
67 #if SIZEOF_ZEND_LONG == 8
82 && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CLZL)
95 return SIZEOF_ZEND_LONG * 8;
98 return (int) (SIZEOF_ZEND_LONG * 8 - 1)- index;
103 #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.h95 #if SIZEOF_ZEND_LONG == 4
530 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
538 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
593 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
601 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
677 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
684 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
787 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
794 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h517 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
519 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1946 if (len < SIZEOF_ZEND_LONG * 8) {
2101 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
H A Dzend_operators.c1824 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1861 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3241 #if SIZEOF_ZEND_LONG == 8
3542 #if SIZEOF_ZEND_LONG == 4
/PHP-8.2/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.2/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 Dvar_unserializer.re429 || (SIZEOF_ZEND_LONG == 4
975 #if SIZEOF_ZEND_LONG == 4
1017 #if SIZEOF_ZEND_LONG == 4
/PHP-8.2/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.2/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.2/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()
H A Dmysqlnd_wireprotocol.c1615 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol()
1633 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol()
1635 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.2/ext/pdo_sqlite/
H A Dsqlite_statement.c274 #if SIZEOF_ZEND_LONG < 8 in pdo_sqlite_stmt_get_col()
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_statement.c511 #if SIZEOF_ZEND_LONG >= 8 in pgsql_stmt_get_col()
/PHP-8.2/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.2/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 94 milliseconds

12