Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/standard/
H A Dmt_rand.c221 if (UNEXPECTED(umax == UINT32_MAX)) { in rand_range32()
234 limit = UINT32_MAX - (UINT32_MAX % umax) - 1; in rand_range32()
244 #if ZEND_ULONG_MAX > UINT32_MAX
283 #if ZEND_ULONG_MAX > UINT32_MAX in php_mt_rand_range()
284 if (umax > UINT32_MAX) { in php_mt_rand_range()
/PHP-7.2/win32/
H A Dphp_stdint.h144 #define UINT32_MAX _UI32_MAX macro
159 #define UINT_LEAST32_MAX UINT32_MAX
173 #define UINT_FAST32_MAX UINT32_MAX
184 # define UINTPTR_MAX UINT32_MAX
/PHP-7.2/ext/date/lib/
H A Dtimelib.h92 # ifndef UINT32_MAX
93 #define UINT32_MAX _UI32_MAX macro
119 # define TIMELIB_ULONG_MAX UINT32_MAX
/PHP-7.2/Zend/
H A Dzend_long.h49 # define ZEND_ULONG_MAX UINT32_MAX
/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf.c53 #ifndef UINT32_MAX
54 # define UINT32_MAX (0xffffffff) macro
450 #define CDF_SEC_LIMIT (UINT32_MAX / (8 * ss)) in cdf_read_sat()
860 #define CDF_SHLEN_LIMIT (UINT32_MAX / 8)
861 #define CDF_PROP_LIMIT (UINT32_MAX / (8 * sizeof(cdf_property_info_t)))
964 if (offs > UINT32_MAX / 4) { in cdf_read_property_info()
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch966 +#ifndef UINT32_MAX
967 +# define UINT32_MAX (0xffffffff)

Completed in 23 milliseconds