Searched refs:UINT32_MAX (Results 1 – 4 of 4) sorted by relevance
139 #define UINT32_MAX _UI32_MAX macro153 #define UINT_LEAST32_MAX UINT32_MAX167 #define UINT_FAST32_MAX UINT32_MAX178 # define UINTPTR_MAX UINT32_MAX
41 #define ZIP_UINT32_MAX UINT32_MAX
53 #ifndef UINT32_MAX54 # define UINT32_MAX (0xffffffff) macro396 #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()
840 +#ifndef UINT32_MAX841 +# define UINT32_MAX (0xffffffff)
Completed in 23 milliseconds