Searched refs:maxcount (Results 1 – 1 of 1) sorted by relevance
901 cdf_grow_info(cdf_property_info_t **info, size_t *maxcount, size_t incr) in cdf_grow_info() argument904 size_t newcount = *maxcount + incr; in cdf_grow_info()917 *maxcount = newcount; in cdf_grow_info()921 *maxcount = 0; in cdf_grow_info()956 uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) in cdf_read_property_info() argument986 inp = cdf_grow_info(info, maxcount, sh.sh_properties); in cdf_read_property_info()1053 inp = cdf_grow_info(info, maxcount, nelements); in cdf_read_property_info()1105 *maxcount = 0; in cdf_read_property_info()1114 size_t maxcount; in cdf_unpack_summary_info() local1131 maxcount = 0; in cdf_unpack_summary_info()[all …]
Completed in 7 milliseconds