Home
last modified time | relevance | path

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

12

/PHP-7.4/Zend/
H A Dzend_long.h39 # define SIZEOF_ZEND_LONG 8 macro
49 # define SIZEOF_ZEND_LONG 4 macro
107 #if SIZEOF_ZEND_LONG == 4
110 #elif SIZEOF_ZEND_LONG == 8
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
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
127 #elif SIZEOF_ZEND_LONG == 4
H A Dzend_operators.h89 #if SIZEOF_ZEND_LONG == 4
546 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
554 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
609 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
617 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
693 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
700 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
803 #elif PHP_HAVE_BUILTIN_SSUBL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
810 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h459 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
461 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1796 if (len < SIZEOF_ZEND_LONG * 8) {
1901 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
H A Dzend_operators.c1748 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_left_function()
1785 if (UNEXPECTED((zend_ulong)op2_lval >= SIZEOF_ZEND_LONG * 8)) { in shift_right_function()
3253 # if SIZEOF_ZEND_LONG == 4
H A Dzend_alloc.c509 #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defi…
532 #if SIZEOF_ZEND_LONG == 8
H A Dzend_hash.c2697 || (SIZEOF_ZEND_LONG == 4 && in _zend_handle_numeric_str_ex()
/PHP-7.4/ext/standard/
H A Dpack.c76 #if SIZEOF_ZEND_LONG > 4
323 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
418 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
581 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
855 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1081 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1086 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1097 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1252 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1311 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.re418 || (SIZEOF_ZEND_LONG == 4
867 #if SIZEOF_ZEND_LONG == 4
909 #if SIZEOF_ZEND_LONG == 4
H A Dmath.c371 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
/PHP-7.4/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c237 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()
424 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-7.4/ext/com_dotnet/
H A Dcom_misc.c37 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_extension.c342 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
415 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
H A Dcom_variant.c150 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval()
206 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
334 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_statement.c559 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
561 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
881 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_col_meta()
/PHP-7.4/ext/mysqli/
H A Dmysqli_api.c216 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
218 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
287 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
289 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
988 #if SIZEOF_ZEND_LONG==4
1053 #if SIZEOF_ZEND_LONG==8
1055 #elif SIZEOF_ZEND_LONG==4
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c79 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
109 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
666 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_wireprotocol.c1646 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1664 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1666 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_inference.c545 return s >= SIZEOF_ZEND_LONG * 8 - 1 || safe_shift_left(n, s) < n; in shift_left_overflows()
547 return s >= SIZEOF_ZEND_LONG * 8 || safe_shift_left(n, s) > n; in shift_left_overflows()
780 if (op2_min >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
781 op2_min = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
783 if (op2_max >= SIZEOF_ZEND_LONG * 8) { in zend_inference_calc_binary_op_range()
784 op2_max = SIZEOF_ZEND_LONG * 8 - 1; in zend_inference_calc_binary_op_range()
1440 #if SIZEOF_ZEND_LONG == 4 in zend_inference_calc_range()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG
/PHP-7.4/main/
H A Dmain.c2290 REGISTER_MAIN_LONG_CONSTANT("PHP_INT_SIZE", SIZEOF_ZEND_LONG, CONST_PERSISTENT | CONST_CS); in php_module_startup()

Completed in 111 milliseconds

12