Searched refs:Z_L (Results 1 – 14 of 14) sorted by relevance
490 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 …]
38 # define Z_L(i) INT64_C(i) macro48 # define Z_L(i) INT32_C(i) macro
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()
2038 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;2058 heap->limit = (size_t)Z_L(-1) >> 1;3035 mm_heap->limit = (size_t)Z_L(-1) >> 1;3228 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;3248 heap->limit = (size_t)Z_L(-1) >> 1;
36 if (precision < 0 && num->n_len < (size_t) (-(precision + Z_L(1))) + 1) { in bc_round()
115 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
695 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
4756 if (pad_size < Z_L(-HT_MAX_SIZE) || pad_size > Z_L(HT_MAX_SIZE)) {
1277 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
1495 if (ZT_G(limit_copy_file_range) >= Z_L(0)) { in copy_file_range()
363 ret = Z_L(0); in pgsql_handle_doer()
321 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
3583 if (JIT_G(buffer_size) > 2 * Z_L(1024*1024*1024)) { in zend_jit_check_support()
3234 zend_long serial = Z_L(0); in PHP_FUNCTION()
Completed in 133 milliseconds