Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_alloc.h30 # define ZEND_MM_ALIGNMENT Z_L(8)
31 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(3)
35 # define ZEND_MM_ALIGNMENT Z_L(4)
36 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(2)
39 #define ZEND_MM_ALIGNMENT_MASK ~(ZEND_MM_ALIGNMENT - Z_L(1))
41 #define ZEND_MM_ALIGNED_SIZE(size) (((size) + ZEND_MM_ALIGNMENT - Z_L(1)) & ZEND_MM_ALIGNMENT_MASK)
44 (((size) + ((alignment) - Z_L(1))) & ~((alignment) - Z_L(1)))
H A Dzend_long.h37 # define Z_L(i) INT64_C(i) macro
47 # define Z_L(i) INT32_C(i) macro
H A Dzend_sort.c46 offset = (end - begin) >> Z_L(1); in zend_qsort()
325 size_t offset = (nmemb >> Z_L(1)); in zend_sort()
328 if ((nmemb >> Z_L(10))) { in zend_sort()
329 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort()
H A Dzend_types.h125 ((t) > Z_L(1))
128 (((t) > Z_L(1)) && ((t) <= Z_L(0x1ff)))
131 ((t) > Z_L(0x1ff))
134 ((zend_string*)((t) & ~Z_L(0x3)))
137 ((zend_class_entry*)((t) & ~Z_L(0x3)))
140 ((t) >> Z_L(1))
143 (((t) & Z_L(0x1)) != 0)
146 (((code) << Z_L(1)) | ((allow_null) ? Z_L(0x1) : Z_L(0x0)))
149 (((uintptr_t)(class_name)) | ((allow_null) ? Z_L(0x1) : Z_L(0)))
H A Dzend_alloc.c595 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
600 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
647 tmp = ~((Z_L(1) << bit) - 1);
1902 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1921 heap->limit = ((size_t)Z_L(-1) >> (size_t)Z_L(1));
2849 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
2868 heap->limit = (Z_L(-1) >> Z_L(1));
/PHP-7.3/ext/pspell/
H A Dpspell.c266 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
363 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dlink_win32.c111 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
H A Dhtml.c815 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
H A Darray.c4313 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
/PHP-7.3/ext/pdo_pgsql/
H A Dpgsql_driver.c319 ret = Z_L(0); in pgsql_handle_doer()
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c1460 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-7.3/main/
H A Dmain.c325 PG(memory_limit) = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
/PHP-7.3/ext/imap/
H A Dphp_imap.c1354 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
/PHP-7.3/ext/openssl/
H A Dopenssl.c3384 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 150 milliseconds