Home
last modified time | relevance | path

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

12

/php-src/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 defined(PHP_HAVE_BUILTIN_SMULL_OVERFLOW) && SIZEOF_LONG == SIZEOF_ZEND_LONG
35 #elif defined(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.h111 #if SIZEOF_ZEND_LONG == 4
566 #elif defined(PHP_HAVE_BUILTIN_SADDL_OVERFLOW) && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
574 #elif defined(PHP_HAVE_BUILTIN_SADDLL_OVERFLOW) && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_increment_function()
629 #elif defined(PHP_HAVE_BUILTIN_SSUBL_OVERFLOW) && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
637 #elif defined(PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW) && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_decrement_function()
713 #elif defined(PHP_HAVE_BUILTIN_SADDL_OVERFLOW) && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
720 #elif defined(PHP_HAVE_BUILTIN_SADDLL_OVERFLOW) && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_add_function()
801 #elif defined(PHP_HAVE_BUILTIN_SSUBL_OVERFLOW) && SIZEOF_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
808 #elif defined(PHP_HAVE_BUILTIN_SSUBLL_OVERFLOW) && SIZEOF_LONG_LONG == SIZEOF_ZEND_LONG in fast_long_sub_function()
H A Dzend_string.h554 #if SIZEOF_ZEND_LONG == 8 in zend_inline_hash_func()
556 #elif SIZEOF_ZEND_LONG == 4 in zend_inline_hash_func()
H A Dzend_language_scanner.l1968 if (len < SIZEOF_ZEND_LONG * 8) {
2123 if (len < SIZEOF_ZEND_LONG * 2 || (len == SIZEOF_ZEND_LONG * 2 && *hex <= '7')) {
/php-src/ext/standard/
H A Dpack.c81 #if SIZEOF_ZEND_LONG > 4
325 #if SIZEOF_ZEND_LONG < 8 in PHP_FUNCTION()
420 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
583 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
848 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1090 #if SIZEOF_ZEND_LONG > 4 in PHP_FUNCTION()
1236 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
1295 #if SIZEOF_ZEND_LONG > 4 in PHP_MINIT_FUNCTION()
H A Dmath.c1227 #if SIZEOF_ZEND_LONG == 8 in _php_math_number_format_long()
1230 #elif SIZEOF_ZEND_LONG > 8 in _php_math_number_format_long()
H A Dvar_unserializer.re424 || (SIZEOF_ZEND_LONG == 4
974 #if SIZEOF_ZEND_LONG == 4
1016 #if SIZEOF_ZEND_LONG == 4
/php-src/ext/dom/
H A Dinternal_helpers.h96 const size_t rol_amount = (SIZEOF_ZEND_LONG == 8) ? 4 : 3; in dom_mangle_pointer_for_key()
/php-src/ext/pdo_firebird/
H A Dphp_pdo_firebird_int.h38 #if SIZEOF_ZEND_LONG == 8 && !defined(PHP_WIN32)
H A Dfirebird_statement.c347 #if SIZEOF_ZEND_LONG >= 8 in pdo_firebird_stmt_get_column_meta()
529 #if SIZEOF_ZEND_LONG >= 8 in pdo_firebird_stmt_get_col()
/php-src/ext/com_dotnet/
H A Dcom_misc.c35 #if SIZEOF_ZEND_LONG == 8 in php_com_throw_exception()
H A Dcom_extension_arginfo.h282 #if SIZEOF_ZEND_LONG == 8 in register_com_extension_symbols()
285 #if SIZEOF_ZEND_LONG == 8 in register_com_extension_symbols()
H A Dcom_extension.c31 #if SIZEOF_ZEND_LONG == 8
H A Dcom_variant.c154 #if SIZEOF_ZEND_LONG == 4 in php_com_variant_from_zval_ex()
215 #if SIZEOF_ZEND_LONG == 8 in php_com_zval_from_variant()
343 #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-src/main/
H A Dmain_arginfo.h37 REGISTER_LONG_CONSTANT("PHP_INT_SIZE", SIZEOF_ZEND_LONG, CONST_PERSISTENT); in register_main_symbols()
/php-src/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-src/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()
601 #if SIZEOF_ZEND_LONG==8 in mysqlnd_stmt_execute_store_types()
/php-src/ext/pdo_sqlite/
H A Dsqlite_statement.c274 #if SIZEOF_ZEND_LONG < 8 in pdo_sqlite_stmt_get_col()
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1495 #if SIZEOF_ZEND_LONG == 4
1632 #if SIZEOF_ZEND_LONG == 4 in jit_ZVAL_COPY()
1685 #if SIZEOF_ZEND_LONG == 4 in jit_ZVAL_COPY_2()
4778 #if SIZEOF_ZEND_LONG == 4 in zend_jit_inc_dec()
4790 #if SIZEOF_ZEND_LONG == 4 in zend_jit_inc_dec()
4805 #if SIZEOF_ZEND_LONG == 4 in zend_jit_inc_dec()
4817 #if SIZEOF_ZEND_LONG == 4 in zend_jit_inc_dec()
5060 #if SIZEOF_ZEND_LONG == 4 in zend_jit_math_long_long()
5079 #if SIZEOF_ZEND_LONG == 4 in zend_jit_math_long_long()
11701 #if SIZEOF_ZEND_LONG == 4
[all …]
/php-src/ext/mysqli/
H A Dmysqli_api.c95 #if SIZEOF_ZEND_LONG==8 in mysqli_stmt_bind_param_do_bind()
97 #elif SIZEOF_ZEND_LONG==4 in mysqli_stmt_bind_param_do_bind()

Completed in 112 milliseconds

12