Searched refs:bestIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/activitymonitor/
H A DSettingsWindow.cpp53 uint32 bestIndex = 0; local
58 bestIndex = i;
62 SetValue(bestIndex);
/haiku/src/servers/app/
H A DScreenConfigurations.cpp65 int32 bestIndex = -1; local
91 bestIndex = i;
95 if (bestIndex < 0)
101 return fConfigurations.ItemAt(bestIndex);
H A DScreen.cpp256 int32 bestIndex = -1; local
268 if (bestIndex == -1 || diff < bestDiff) {
270 bestIndex = i;
274 return bestIndex;
/haiku/src/kits/storage/
H A DMergedDirectory.cpp222 int32 bestIndex = fDirectoryIndex;
230 && !ShallPreferFirstEntry(bestEntry, bestIndex, ref, i)) {
237 bestIndex = i;
/haiku/src/preferences/screen/
H A DScreenMode.cpp484 int32 bestIndex = -1; local
527 bestIndex = i;
532 if (bestIndex == -1)
535 displayMode = fModeList[bestIndex];
/haiku/src/servers/app/drawing/interface/local/
H A DAccelerantHWInterface.cpp502 int32 bestIndex = -1; local
523 if (bestIndex == -1 || diff < bestDiff) {
525 bestIndex = i;
529 if (bestIndex < 0)
532 modeFound = fModeList[bestIndex];

Completed in 51 milliseconds