Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_types.h127 ((t) > Z_L(0x3))
130 (((t) > Z_L(0x3)) && ((t) <= Z_L(0x3ff)))
133 ((t) > Z_L(0x3ff))
136 (((t) & Z_L(0x2)) != 0)
142 ((zend_string*)((t) & ~Z_L(0x3)))
148 ((t) >> Z_L(2))
151 (((t) & Z_L(0x1)) != 0)
154 ((t) & ~Z_L(0x1))
157 (((code) << Z_L(2)) | ((allow_null) ? Z_L(0x1) : Z_L(0x0)))
160 (((uintptr_t)(ce)) | ((allow_null) ? Z_L(0x3) : Z_L(0x2)))
[all …]
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_alloc.h31 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(3)
36 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(2)
H A Dzend_alloc.c1864 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1883 heap->limit = ((size_t)Z_L(-1) >> (size_t)Z_L(1));
2922 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
2941 heap->limit = (Z_L(-1) >> Z_L(1));
/PHP-7.4/ext/pspell/
H A Dpspell.c264 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
361 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dlink.c125 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
H A Dhtml.c770 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
H A Darray.c4386 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c314 ret = Z_L(0); in pgsql_handle_doer()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_connection.c1458 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-7.4/main/
H A Dmain.c303 value = Z_L(1)<<30; /* effectively, no limit */ in PHP_INI_MH()
/PHP-7.4/ext/imap/
H A Dphp_imap.c1366 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
/PHP-7.4/ext/openssl/
H A Dopenssl.c3455 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 102 milliseconds