Searched refs:score (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/src/add-ons/tracker/iconvader/
H A DIconVader.cpp90 int32 score = 0; local
103 score++;
105 score+=2;
107 score-=10;
129 str << score; local
137 scoreStr << score << " points!"; local
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp181 int32 score = 0; local
183 score += 4;
185 score += 3;
187 score += 2;
189 score += 1;
190 if (score >= 4 && score > bestScore) {
192 bestScore = score;
/haiku-fatelf/src/add-ons/kernel/debugger/hangman/
H A Dhangman.c247 int score = 0; local
307 score ++;
310 else return score;
313 return score;
342 int score; local
349 score = play_hangman();
350 PRINTF("score %d\n", score);
351 if (score > (MAX_CACHED_WORDS - MAX_FAILS_BEFORE_BSOD)) {
354 if (score < (MAX_CACHED_WORD
562 int score; /* how many correct guesses ? */ local
[all...]
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dmmask.c153 int score; local
163 score = 0;
166 score = MMask_evaluateSymbol(width, mask);
167 if(score > maxScore) {
168 maxScore = score;
/haiku-fatelf/src/servers/app/font/
H A DFontFamily.cpp26 int score = 0; local
28 score += 10;
31 score += 5;
33 score--;
36 return score;
/haiku-fatelf/src/servers/app/
H A DScreenConfigurations.cpp72 int32 score = 0; local
77 score += 2;
82 score += 2;
86 score++;
89 if (score > bestScore) {
90 bestScore = score;
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Dquant.c364 // Init/Copy the common fields in score.
370 rd->score = MAX_COST;
378 dst->score = src->score;
386 dst->score += src->score;
444 rd->score = rd->R * lambda + 256 * (rd->D + rd->SD);
485 // compute 'skip' score. This is the max score one can do.
541 score_t cost, base_cost, score; local
[all...]
H A Dvp8enci.h218 // Handy transcient struct to accumulate score and info during RD-optimization
221 score_t D, SD, R, score; // Distortion, spectral distortion, rate, score. member in struct:__anon2873
/haiku-fatelf/src/kits/tracker/
H A DUtilities.cpp1007 // and compute a score from them. The volume with the greatest score
1010 // same score.
1023 // compute the score
1024 int score = 0; local
1028 score += 5;
1031 score += 4;
1034 score += 3;
1037 score += 2;
1040 score
1599 float score = 0; local
[all...]
H A DPoseView.cpp6634 float score = -1; local
6644 score = ComputeTypeAheadScore(text, sMatchString.String());
6647 score = ComputeTypeAheadScore(pose->TargetModel()->Name(),
6651 if (score > bestScore) {
6653 bestScore = score;
6656 if (score == kExactMatchScore)
/haiku-fatelf/src/apps/pairs/
H A DPairsWindow.cpp221 BString score; local
222 score << fButtonClicks;
231 strAbout.ReplaceFirst("%num%", score);
/haiku-fatelf/src/libs/print/libgutenprint/src/main/
H A Dprint-papers.c172 int score = INT_MAX; local
192 if (myscore < score && myscore < 5)
195 score = myscore;
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DQuery.cpp96 static int32 IndexGetWeightedScore(Index& index, int32 score) argument
98 // should be inversely proportional to the index size; max input score
101 return score * (maxFactor
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp1215 int score = 0; local
1217 score += 4;
1219 score += 3;
1221 score += 2;
1224 score += 1;
1226 if (score >= 4 && score > fBestScore) {
1228 fBestScore = score;
/haiku-fatelf/src/system/boot/loader/
H A Delf.cpp747 uint32_t score = boot_arch_elf_score_image_arch(&fat_arch); local
748 if (score <= bestScore)
751 bestScore = score;
760 dprintf("no binaries found with a score > 0 in FATELF\n");
/haiku-fatelf/src/bin/bash/support/
H A Dconfig.sub281 | score \
1417 score-*)
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dconfig.sub279 | score \
1413 score-*)
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dconfig.sub291 | score \
1460 score-*)
/haiku-fatelf/src/system/kernel/
H A Delf.cpp1809 // A score of 0 implies that a binary is not supported at all.
1917 uint32_t score = score_arch(&fat_arch, context); local
1918 if (score <= bestScore)
1921 bestScore = score;
1931 dprintf("no binaries found with a score > 0 in FATELF\n");
1955 // handling the request off to the arch-specific function to score

Completed in 228 milliseconds