Searched refs:Z_L (Results 1 – 16 of 16) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_string.h | 488 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 D | zend_long.h | 38 # define Z_L(i) INT64_C(i) macro 48 # define Z_L(i) INT32_C(i) macro
|
H A D | zend_sort.c | 258 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 D | zend_alloc.c | 1917 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 D | pspell.c | 182 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 D | link.c | 116 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
|
H A D | html.c | 699 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
|
H A D | array.c | 4635 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
|
/PHP-8.3/ext/zend_test/ |
H A D | test.c | 1459 if (ZT_G(limit_copy_file_range) >= Z_L(0)) { in copy_file_range()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 338 ret = Z_L(0); in pgsql_handle_doer()
|
/PHP-8.3/main/ |
H A D | main.c | 279 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 809 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 4107 | 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 D | zend_jit_arm64.dasc | 3770 | 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 D | openssl.c | 3203 zend_long serial = Z_L(0); in PHP_FUNCTION()
|
Completed in 162 milliseconds