Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_alloc.h32 # define ZEND_MM_ALIGNMENT Z_L(8)
33 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(3)
37 # define ZEND_MM_ALIGNMENT Z_L(4)
38 # define ZEND_MM_ALIGNMENT_LOG2 Z_L(2)
41 #define ZEND_MM_ALIGNMENT_MASK ~(ZEND_MM_ALIGNMENT - Z_L(1))
43 #define ZEND_MM_ALIGNED_SIZE(size) (((size) + ZEND_MM_ALIGNMENT - Z_L(1)) & ZEND_MM_ALIGNMENT_MASK)
46 (((size) + ((alignment) - Z_L(1))) & ~((alignment) - Z_L(1)))
H A Dzend_long.h40 # define Z_L(i) INT64_C(i) macro
50 # define Z_L(i) INT32_C(i) macro
H A Dzend_sort.c48 offset = (end - begin) >> Z_L(1); in zend_qsort()
327 size_t offset = (nmemb >> Z_L(1)); in zend_sort()
330 if ((nmemb >> Z_L(10))) { in zend_sort()
331 size_t delta = (offset >> Z_L(1)) * siz; in zend_sort()
H A Dzend_alloc.c636 return (bitset[bit / ZEND_MM_BITSET_LEN] & (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)))) != 0;
641 bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
646 bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)));
693 tmp = ~((Z_L(1) << bit) - 1);
1871 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
1890 heap->limit = (Z_L(-1) >> Z_L(1));
2822 chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1;
2841 heap->limit = (Z_L(-1) >> Z_L(1));
/PHP-7.0/ext/pspell/
H A Dpspell.c268 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
365 zend_long mode = Z_L(0), speed = Z_L(0); in PHP_FUNCTION()
/PHP-7.0/ext/standard/
H A Dlink_win32.c111 RETURN_LONG(Z_L(-1)); in PHP_FUNCTION()
H A Dhtml.c817 if (code_l > Z_L(0x10FFFF)) in process_numeric_entity()
H A Darray.c3540 if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) {
/PHP-7.0/ext/com_dotnet/
H A Dcom_dotnet.c254 if (Z_L(0) > cp || ZEND_LONG_INT_OVFL(cp)) { in PHP_FUNCTION()
H A Dcom_com.c73 if (Z_L(0) > cp || ZEND_LONG_INT_OVFL(cp)) { in PHP_FUNCTION()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c326 ret = Z_L(0); in pgsql_handle_doer()
/PHP-7.0/
H A DUPGRADING.INTERNALS121 …- Z_L casts an integral constant t…
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c2147 return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch));
/PHP-7.0/ext/imap/
H A Dphp_imap.c1354 0, Z_L(0), Z_L(0)); in PHP_FUNCTION()
/PHP-7.0/ext/openssl/
H A Dopenssl.c3177 zend_long serial = Z_L(0); in PHP_FUNCTION()

Completed in 263 milliseconds