Searched refs:bestScore (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp170 int32 bestScore = -1; local
190 if (score >= 4 && score > bestScore) {
192 bestScore = score;
/haiku-fatelf/src/servers/app/
H A DScreenConfigurations.cpp63 int32 bestScore = 0; local
89 if (score > bestScore) {
90 bestScore = score;
/haiku-fatelf/src/system/boot/loader/
H A Delf.cpp647 uint32_t bestScore = 0; local
748 if (score <= bestScore)
751 bestScore = score;
757 if (bestScore > 0) {
/haiku-fatelf/src/system/kernel/
H A Delf.cpp1815 uint32_t bestScore = 0; local
1918 if (score <= bestScore)
1921 bestScore = score;
1928 if (bestScore > 0) {
/haiku-fatelf/src/kits/tracker/
H A DPoseView.cpp6625 float bestScore = -1; local
6651 if (score > bestScore) {
6653 bestScore = score;
6664 if (bestScore > 0 || ViewMode() != kListMode)

Completed in 118 milliseconds