Searched refs:new_count (Results 1 – 2 of 2) sorted by relevance
110 const int32_t new_count = (count == 0) ? -1 : count; in setVsyncRate() local111 if (connection->count != new_count) { in setVsyncRate()112 connection->count = new_count; in setVsyncRate()
962 const int new_count = entry_idx + 1; in ApplyStyle() local964 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()968 (new_count - type->entry_count) * sizeof(ThemeEntry)); in ApplyStyle()969 type->entry_count = new_count; in ApplyStyle()