Home
last modified time | relevance | path

Searched refs:Z_L (Results 1 – 16 of 16) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_string.h488 str[0] * Z_L(33 * 33 * 33) + in zend_inline_hash_func()
489 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
490 str[2] * Z_L(33) + in zend_inline_hash_func()
495 str[5] * Z_L(33 * 33) + in zend_inline_hash_func()
496 str[6] * Z_L(33) + in zend_inline_hash_func()
504 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
505 str[2] * Z_L(33) + in zend_inline_hash_func()
514 str[0] * Z_L(33 * 33) + in zend_inline_hash_func()
515 str[1] * Z_L(33) + in zend_inline_hash_func()
519 hash * Z_L(33 * 33) + in zend_inline_hash_func()
[all …]
H A Dzend_long.h38 # define Z_L(i) INT64_C(i) macro
48 # define Z_L(i) INT32_C(i) macro
H A Dzend_sort.c258 size_t offset = (nmemb >> Z_L(1)); in zend_sort()
261 if ((nmemb >> Z_L(10))) { in zend_sort()
262 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort()
H A Dzend_alloc.c1917 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1936 heap->limit = (size_t)Z_L(-1) >> 1;
2908 mm_heap->limit = (size_t)Z_L(-1) >> 1;
3078 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
3097 heap->limit = (size_t)Z_L(-1) >> 1;
/PHP-8.3/ext/pspell/
H A Dpspell.c182 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
275 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
/PHP-8.3/ext/standard/
H A Dlink.c116 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
H A Dhtml.c699 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
H A Darray.c4635 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
/PHP-8.3/ext/zend_test/
H A Dtest.c1459 if (ZT_G(limit_copy_file_range) >= Z_L(0)) { in copy_file_range()
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c338 ret = Z_L(0); in pgsql_handle_doer()
/PHP-8.3/main/
H A Dmain.c279 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
/PHP-8.3/ext/imap/
H A Dphp_imap.c809 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_x86.dasc4107 | LONG_OP_WITH_32BIT_CONST add, op1_def_addr, Z_L(1)
4109 | LONG_OP_WITH_32BIT_CONST sub, op1_def_addr, Z_L(1)
8750 | LONG_OP_WITH_CONST, cmp, op1_addr, Z_L(0)
13679 | LONG_OP_WITH_32BIT_CONST add, var_addr, Z_L(1)
13681 | LONG_OP_WITH_32BIT_CONST sub, var_addr, Z_L(1)
H A Dzend_jit_arm64.dasc3770 | LONG_ADD_SUB_WITH_IMM adds, op1_def_addr, Z_L(1), TMP1, TMP2
3772 | LONG_ADD_SUB_WITH_IMM subs, op1_def_addr, Z_L(1), TMP1, TMP2
8133 | LONG_CMP_WITH_CONST op1_addr, Z_L(0), TMP1, TMP2
12896 | LONG_ADD_SUB_WITH_IMM adds, var_addr, Z_L(1), TMP1, TMP2
12898 | LONG_ADD_SUB_WITH_IMM subs, var_addr, Z_L(1), TMP1, TMP2
/PHP-8.3/ext/openssl/
H A Dopenssl.c3203 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 162 milliseconds