Searched refs:max_count (Results 1 – 4 of 4) sorted by relevance
102 size_t max_count);129 size_t max_count);
125 size_t max_count);
119 uint32_t max_count; member257 while (arr.count + layer_count > arr.max_count) { in GrowImplicitLayerArray()259 (arr.max_count) ? (arr.max_count << 1) : initial_max_count; in GrowImplicitLayerArray()262 if (new_max_count > arr.max_count) { in GrowImplicitLayerArray()276 arr.max_count = new_max_count; in GrowImplicitLayerArray()
1307 const size_t max_count = (*parent_bag)->entry_count + dtohl(map->count); in GetBag() local1309 malloc(sizeof(ResolvedBag) + (max_count * sizeof(ResolvedBag::Entry))))}; in GetBag()1405 if (actual_count != max_count) { in GetBag()