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

/haiku-fatelf/src/servers/registrar/mime/
H A DMimeSnifferAddonManager.cpp149 float bestPriority = -1; local
154 if (priority > bestPriority) {
156 bestPriority = priority;
163 return bestPriority;
179 float bestPriority = -1; local
184 if (priority > bestPriority) {
186 bestPriority = priority;
193 return bestPriority;
/haiku-fatelf/src/system/boot/loader/
H A Dpartitions.cpp303 float bestPriority = -1; local
318 if (priority <= bestPriority) {
330 bestPriority = priority;
351 if (bestModule && bestPriority >= bestFSPriority) {
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1391 float bestPriority = partition->DiskSystemPriority(); local
1407 if (priority >= 0 && priority > bestPriority) {
1413 bestPriority = priority;
1431 partition->SetDiskSystem(bestDiskSystem, bestPriority);

Completed in 102 milliseconds