Searched refs:alloc_values (Results 1 – 1 of 1) sorted by relevance
6304 int alloc_values; /* Number of values to allocate */ in ipp_add_attr() local6322 alloc_values = 1; in ipp_add_attr()6324 alloc_values = (num_values + IPP_MAX_VALUES - 1) & ~(IPP_MAX_VALUES - 1); in ipp_add_attr()6327 (size_t)(alloc_values - 1) * sizeof(_ipp_value_t), 1); in ipp_add_attr()6835 int alloc_values; /* Allocated values */ in ipp_set_value() local6845 alloc_values = 1; in ipp_set_value()6847 alloc_values = (temp->num_values + IPP_MAX_VALUES - 1) & in ipp_set_value()6850 if (element < alloc_values) in ipp_set_value()6863 if (alloc_values < IPP_MAX_VALUES) in ipp_set_value()6864 alloc_values = IPP_MAX_VALUES; in ipp_set_value()[all …]