Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dphp_stdint.h147 #define UINT32_MAX _UI32_MAX macro
161 #define UINT_LEAST32_MAX UINT32_MAX
175 #define UINT_FAST32_MAX UINT32_MAX
186 # define UINTPTR_MAX UINT32_MAX
/PHP-5.6/ext/date/lib/
H A Dtimelib_structs.h100 # ifndef UINT32_MAX
101 #define UINT32_MAX _UI32_MAX macro
141 # define TIMELIB_ULONG_MAX UINT32_MAX
/PHP-5.6/ext/fileinfo/libmagic/
H A Dcdf.c53 #ifndef UINT32_MAX
54 # define UINT32_MAX (0xffffffff) macro
396 #define CDF_SEC_LIMIT (UINT32_MAX / (4 * ss)) in cdf_read_sat()
774 if (offs > UINT32_MAX / 4) { in cdf_read_property_info()
783 #define CDF_SHLEN_LIMIT (UINT32_MAX / 8) in cdf_read_property_info()
789 #define CDF_PROP_LIMIT (UINT32_MAX / (4 * sizeof(*inp))) in cdf_read_property_info()
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch854 +#ifndef UINT32_MAX
855 +# define UINT32_MAX (0xffffffff)

Completed in 38 milliseconds