Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/zip/lib/
H A Dzipconf.h41 #define ZIP_UINT32_MAX UINT32_MAX
/PHP-5.5/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()
771 if (offs > UINT32_MAX / 4) { in cdf_read_property_info()
780 #define CDF_SHLEN_LIMIT (UINT32_MAX / 8) in cdf_read_property_info()
786 #define CDF_PROP_LIMIT (UINT32_MAX / (4 * sizeof(*inp))) in cdf_read_property_info()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch896 +#ifndef UINT32_MAX
897 +# define UINT32_MAX (0xffffffff)

Completed in 19 milliseconds