Searched refs:CDF_PROP_LIMIT (Results 1 – 1 of 1) sorted by relevance
786 #define CDF_PROP_LIMIT (UINT32_MAX / (4 * sizeof(*inp))) in cdf_read_property_info() macro787 if (sh.sh_properties > CDF_PROP_LIMIT) in cdf_read_property_info()792 if (*maxcount > CDF_PROP_LIMIT) in cdf_read_property_info()898 if (*maxcount > CDF_PROP_LIMIT in cdf_read_property_info()899 || nelements > CDF_PROP_LIMIT) in cdf_read_property_info()
Completed in 8 milliseconds