Z_L 634 Zend/zend_alloc.c return (bitset[bit / ZEND_MM_BITSET_LEN] & (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1)))) != 0; Z_L 639 Zend/zend_alloc.c bitset[bit / ZEND_MM_BITSET_LEN] |= (Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1))); Z_L 644 Zend/zend_alloc.c bitset[bit / ZEND_MM_BITSET_LEN] &= ~(Z_L(1) << (bit & (ZEND_MM_BITSET_LEN-1))); Z_L 691 Zend/zend_alloc.c tmp = ~((Z_L(1) << bit) - 1); Z_L 1848 Zend/zend_alloc.c chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1; Z_L 1865 Zend/zend_alloc.c heap->limit = (Z_L(-1) >> Z_L(1)); Z_L 2808 Zend/zend_alloc.c chunk->free_map[0] = (Z_L(1) << ZEND_MM_FIRST_PAGE) - 1; Z_L 2825 Zend/zend_alloc.c heap->limit = (Z_L(-1) >> Z_L(1)); Z_L 32 Zend/zend_alloc.h # define ZEND_MM_ALIGNMENT Z_L(8) Z_L 33 Zend/zend_alloc.h # define ZEND_MM_ALIGNMENT_LOG2 Z_L(3) Z_L 37 Zend/zend_alloc.h # define ZEND_MM_ALIGNMENT Z_L(4) Z_L 38 Zend/zend_alloc.h # define ZEND_MM_ALIGNMENT_LOG2 Z_L(2) Z_L 41 Zend/zend_alloc.h #define ZEND_MM_ALIGNMENT_MASK ~(ZEND_MM_ALIGNMENT - Z_L(1)) Z_L 43 Zend/zend_alloc.h #define ZEND_MM_ALIGNED_SIZE(size) (((size) + ZEND_MM_ALIGNMENT - Z_L(1)) & ZEND_MM_ALIGNMENT_MASK) Z_L 46 Zend/zend_alloc.h (((size) + ((alignment) - Z_L(1))) & ~((alignment) - Z_L(1))) Z_L 48 Zend/zend_sort.c offset = (end - begin) >> Z_L(1); Z_L 327 Zend/zend_sort.c size_t offset = (nmemb >> Z_L(1)); Z_L 330 Zend/zend_sort.c if ((nmemb >> Z_L(10))) { Z_L 331 Zend/zend_sort.c size_t delta = (offset >> Z_L(1)) * siz; Z_L 1335 ext/imap/php_imap.c 0, Z_L(0), Z_L(0)); Z_L 2147 ext/mysqlnd/mysqlnd.c return (zend_ulong)(major * Z_L(10000) + (zend_ulong)(minor * Z_L(100) + patch)); Z_L 2948 ext/openssl/openssl.c zend_long serial = Z_L(0); Z_L 324 ext/pdo_pgsql/pgsql_driver.c ret = Z_L(0); Z_L 268 ext/pspell/pspell.c zend_long mode = Z_L(0), speed = Z_L(0); Z_L 365 ext/pspell/pspell.c zend_long mode = Z_L(0), speed = Z_L(0); Z_L 3619 ext/standard/array.c if (pad_size_abs < 0 || pad_size_abs - input_size > Z_L(1048576)) { Z_L 817 ext/standard/html.c if (code_l > Z_L(0x10FFFF)) Z_L 101 ext/standard/link_win32.c RETURN_LONG(Z_L(-1));