Searched refs:first_active (Results 1 – 2 of 2) sorted by relevance
646 int first_active = -1; in updateNetworks() local714 } else if (first_active < 0 && in updateNetworks()716 first_active = networkSelect->count() - 1; in updateNetworks()739 if (!current && first_active >= 0) in updateNetworks()740 networkSelect->setCurrentIndex(first_active); in updateNetworks()
1596 int first_active = GetFirstActive(vform, pg); in splice() local1601 if (first_active >= 0) { in splice()1602 VIXL_ASSERT(last_active >= first_active); in splice()1604 for (int i = first_active; i <= last_active; i++) { in splice()