Home
last modified time | relevance | path

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

12

/PHP-8.0/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.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_range_check.h27 #if SIZEOF_INT < SIZEOF_ZEND_LONG
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_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.h95 #if SIZEOF_ZEND_LONG == 4
553 #elif PHP_HAVE_BUILTIN_SADDL_OVERFLOW && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
561 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_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()
624 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_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()
707 #elif PHP_HAVE_BUILTIN_SADDLL_OVERFLOW && SIZEOF_LONG_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()
817 #elif PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h491 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
493 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1936 if (len < SIZEOF_ZEND_LONG * 8) {
2041 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()
3225 #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
/PHP-8.0/ext/standard/
H A Dpack.c74 #if SIZEOF_ZEND_LONG > 4
313 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
408 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
571 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
844 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1067 if (SIZEOF_ZEND_LONG > 4 && issigned) { in PHP_FUNCTION()
1072 if (SIZEOF_ZEND_LONG > 4) { in PHP_FUNCTION()
1083 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1237 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1296 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dvar_unserializer.re410 || (SIZEOF_ZEND_LONG == 4
878 #if SIZEOF_ZEND_LONG == 4
920 #if SIZEOF_ZEND_LONG == 4
H A Dmath.c286 #if SIZEOF_ZEND_LONG > SIZEOF_INT in PHP_FUNCTION()
/PHP-8.0/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h36 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c235 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_describe()
422 #if SIZEOF_ZEND_LONG >= 8 in firebird_stmt_get_col()
/PHP-8.0/ext/com_dotnet/
H A Dcom_extension.c205 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
275 #if SIZEOF_ZEND_LONG == 8 in PHP_MINIT_FUNCTION()
H A Dcom_misc.c35 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_variant.c148 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval()
204 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
332 #if SIZEOF_ZEND_LONG == 8 in php_com_copy_variant()
H A Dcom_handlers.c456 #if SIZEOF_ZEND_LONG == 4 in com_object_cast()
/PHP-8.0/ext/pdo_mysql/
H A Dmysql_statement.c477 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_param_hook()
479 #elif SIZEOF_ZEND_LONG==4 in pdo_mysql_stmt_param_hook()
813 #if SIZEOF_ZEND_LONG==8 in pdo_mysql_stmt_col_meta()
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c77 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
107 #if SIZEOF_ZEND_LONG==4 in ps_fetch_from_1_to_8_bytes()
664 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
H A Dmysqlnd_wireprotocol.c1635 if (perm_bind.pack_len < SIZEOF_ZEND_LONG) { in php_mysqlnd_rowp_read_text_protocol_aux()
1653 #if SIZEOF_ZEND_LONG==8 in php_mysqlnd_rowp_read_text_protocol_aux()
1655 #elif SIZEOF_ZEND_LONG==4 in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-8.0/ext/mysqli/
H A Dmysqli_api.c213 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
215 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
283 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
285 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()
935 #if SIZEOF_ZEND_LONG == 4
996 #if SIZEOF_ZEND_LONG==8
998 #elif SIZEOF_ZEND_LONG==4
/PHP-8.0/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()
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()
1271 #if SIZEOF_ZEND_LONG == 4 in zend_inference_propagate_range()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c28 #if SIZEOF_SIZE_T <= SIZEOF_ZEND_LONG

Completed in 120 milliseconds

12