Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_string.h490 str[0] * Z_L(33 * 33 * 33) + in zend_inline_hash_func()
491 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
492 str[2] * Z_L(33) + in zend_inline_hash_func()
497 str[5] * Z_L(33 * 33) + in zend_inline_hash_func()
498 str[6] * Z_L(33) + in zend_inline_hash_func()
506 str[1] * Z_L(33 * 33) + in zend_inline_hash_func()
507 str[2] * Z_L(33) + in zend_inline_hash_func()
516 str[0] * Z_L(33 * 33) + in zend_inline_hash_func()
517 str[1] * Z_L(33) + in zend_inline_hash_func()
521 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.c1925 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1944 heap->limit = (size_t)Z_L(-1) >> 1;
2884 mm_heap->limit = (size_t)Z_L(-1) >> 1;
3037 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
3056 heap->limit = (size_t)Z_L(-1) >> 1;
/php-src/ext/bcmath/libbcmath/src/
H A Dround.c36 if (precision < 0 && num->n_len < (size_t) (-(precision + Z_L(1))) + 1) { in bc_round()
/php-src/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.c4756 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
/php-src/ext/zend_test/
H A Dtest.c1377 if (ZT_G(limit_copy_file_range) >= Z_L(0)) { in copy_file_range()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c334 ret = Z_L(0); in pgsql_handle_doer()
/php-src/main/
H A Dmain.c279 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3447 if (JIT_G(buffer_size) > 2 * Z_L(1024*1024*1024)) { in zend_jit_check_support()
/php-src/ext/openssl/
H A Dopenssl.c3211 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 112 milliseconds