Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_string.h453 str[0] * Z_L(33 * 33 * 33) + in zend_inline_hash_func()
454 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
455 str[2] * Z_L(33) + in zend_inline_hash_func()
460 str[5] * Z_L(33 * 33) + in zend_inline_hash_func()
461 str[6] * Z_L(33) + in zend_inline_hash_func()
469 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
470 str[2] * Z_L(33) + in zend_inline_hash_func()
479 str[0] * Z_L(33 * 33) + in zend_inline_hash_func()
480 str[1] * Z_L(33) + in zend_inline_hash_func()
484 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.c1918 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1937 heap->limit = (size_t)Z_L(-1) >> 1;
2899 mm_heap->limit = (size_t)Z_L(-1) >> 1;
3069 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
3088 heap->limit = (size_t)Z_L(-1) >> 1;
/PHP-8.2/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.2/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.c4394 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
/PHP-8.2/ext/zend_test/
H A Dtest.c1192 if (ZT_G(limit_copy_file_range) >= Z_L(0)) { in copy_file_range()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_connection.c1288 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-8.2/ext/pdo_pgsql/
H A Dpgsql_driver.c338 ret = Z_L(0); in pgsql_handle_doer()
/PHP-8.2/ext/imap/
H A Dphp_imap.c828 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
/PHP-8.2/main/
H A Dmain.c268 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc3753 | LONG_ADD_SUB_WITH_IMM adds, op1_def_addr, Z_L(1), TMP1, TMP2
3755 | LONG_ADD_SUB_WITH_IMM subs, op1_def_addr, Z_L(1), TMP1, TMP2
8107 | LONG_CMP_WITH_CONST op1_addr, Z_L(0), TMP1, TMP2
12851 | LONG_ADD_SUB_WITH_IMM adds, var_addr, Z_L(1), TMP1, TMP2
12853 | LONG_ADD_SUB_WITH_IMM subs, var_addr, Z_L(1), TMP1, TMP2
H A Dzend_jit_x86.dasc4090 | LONG_OP_WITH_32BIT_CONST add, op1_def_addr, Z_L(1)
4092 | LONG_OP_WITH_32BIT_CONST sub, op1_def_addr, Z_L(1)
8716 | LONG_OP_WITH_CONST, cmp, op1_addr, Z_L(0)
13630 | LONG_OP_WITH_32BIT_CONST add, var_addr, Z_L(1)
13632 | LONG_OP_WITH_32BIT_CONST sub, var_addr, Z_L(1)
/PHP-8.2/ext/openssl/
H A Dopenssl.c3153 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 185 milliseconds