Searched refs:updateCount (Results 1 - 3 of 3) sorted by relevance

/haiku/src/apps/softwareupdater/
H A DCheckManager.cpp144 int32 updateCount = 0; local
148 _CountUpdates(*fInstalledRepositories.ItemAt(i), updateCount);
151 _CountUpdates(*fInstalledRepositories.ItemAt(i), updateCount);
154 printf("Update count=%" B_PRId32 "\n", updateCount);
155 if (updateCount > 0) {
159 formatTitle.Format(title, updateCount);
164 formatText.Format(text, updateCount);
282 int32& updateCount)
299 updateCount++;
281 _CountUpdates(InstalledRepository& installationRepository, int32& updateCount) argument
H A DCheckManager.h64 int32& updateCount);
/haiku/src/system/kernel/arch/generic/
H A Dacpi_irq_routing_table.cpp100 uint32 updateCount = 0; local
107 updateCount++;
111 return updateCount > 0 ? B_OK : B_ENTRY_NOT_FOUND;

Completed in 72 milliseconds