Home
last modified time | relevance | path

Searched refs:ZEND_ULONG_MAX (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/standard/
H A Dmt_rand.c221 #if ZEND_ULONG_MAX > UINT32_MAX in php_mt_rand_range()
228 if (UNEXPECTED(umax == ZEND_ULONG_MAX)) { in php_mt_rand_range()
238 limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_mt_rand_range()
242 #if ZEND_ULONG_MAX > UINT32_MAX in php_mt_rand_range()
H A Drandom.c232 if (umax == ZEND_ULONG_MAX) { in php_random_int()
243 zend_ulong limit = ZEND_ULONG_MAX - (ZEND_ULONG_MAX % umax) - 1; in php_random_int()
/PHP-7.1/Zend/
H A Dzend_long.h39 # define ZEND_ULONG_MAX UINT64_MAX macro
49 # define ZEND_ULONG_MAX UINT32_MAX macro
H A Dzend_operators.c2768 #if ZEND_ULONG_MAX == 0xFFFFFFFF
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c133 if (UNEXPECTED(memsize > ZEND_ULONG_MAX / (1024 * 1024))) { in ZEND_INI_MH()
134 *p = ZEND_ULONG_MAX; in ZEND_INI_MH()

Completed in 26 milliseconds