score 61 base/process/memory.h BASE_EXPORT bool AdjustOOMScore(ProcessId process, int score); score 167 base/process/memory_linux.cc bool AdjustOOMScore(ProcessId process, int score) { score 168 base/process/memory_linux.cc if (score < 0 || score > kMaxOomScore) score 176 base/process/memory_linux.cc std::string score_str = IntToString(score); score 191 base/process/memory_linux.cc int converted_score = score * kMaxOldOomScore / kMaxOomScore; score 15 base/process/memory_stubs.cc bool AdjustOOMScore(ProcessId process, int score) { score 185 chrome/app/chrome_main_delegate.cc int score = -1; score 192 chrome/app/chrome_main_delegate.cc score = kPluginScore; score 195 chrome/app/chrome_main_delegate.cc score = kPluginScore + kScoreBump; score 200 chrome/app/chrome_main_delegate.cc score = kMiscScore; score 204 chrome/app/chrome_main_delegate.cc score = kPluginScore; score 210 chrome/app/chrome_main_delegate.cc score = kZygoteScore; score 217 chrome/app/chrome_main_delegate.cc score = kRendererScore; score 221 chrome/app/chrome_main_delegate.cc if (score > -1) score 222 chrome/app/chrome_main_delegate.cc base::AdjustOOMScore(base::GetCurrentProcId(), score); score 253 chrome/browser/autocomplete/history_quick_provider.cc int score) { score 256 chrome/browser/autocomplete/history_quick_provider.cc this, score, !!info.visit_count(), score 61 chrome/browser/autocomplete/history_quick_provider.h int score); score 228 chrome/browser/chromeos/memory/oom_priority_manager.cc int score = pid_to_oom_score_[it->renderer_handle]; score 229 chrome/browser/chromeos/memory/oom_priority_manager.cc str += base::IntToString16(score); score 649 chrome/browser/chromeos/memory/oom_priority_manager.cc int score = static_cast<int>(priority + 0.5f); score 653 chrome/browser/chromeos/memory/oom_priority_manager.cc if (it == pid_to_oom_score_.end() || it->second != score) { score 655 chrome/browser/chromeos/memory/oom_priority_manager.cc score); score 656 chrome/browser/chromeos/memory/oom_priority_manager.cc pid_to_oom_score_[*iterator] = score; score 190 chrome/browser/favicon/favicon_handler.cc : score(0), score 201 chrome/browser/favicon/favicon_handler.cc float score, score 206 chrome/browser/favicon/favicon_handler.cc score(score), score 258 chrome/browser/favicon/favicon_handler.cc float score, score 260 chrome/browser/favicon/favicon_handler.cc const bool exact_match = score == 1 || preferred_icon_size() == 0; score 263 chrome/browser/favicon/favicon_handler.cc score > best_favicon_candidate_.score) { score 265 chrome/browser/favicon/favicon_handler.cc url, image_url, image, score, icon_type); score 379 chrome/browser/favicon/favicon_handler.cc float score = 0.0f; score 386 chrome/browser/favicon/favicon_handler.cc &score)); score 393 chrome/browser/favicon/favicon_handler.cc i->second.url, image_url, image, score, i->second.icon_type); score 190 chrome/browser/favicon/favicon_handler.h float score, score 196 chrome/browser/favicon/favicon_handler.h float score; score 225 chrome/browser/favicon/favicon_handler.h float score, score 229 chrome/browser/history/expire_history_backend_unittest.cc ThumbnailScore score(0.25, true, true, Time::Now()); score 233 chrome/browser/history/expire_history_backend_unittest.cc top_sites_->SetPageThumbnail(url_row1.url(), thumbnail, score); score 234 chrome/browser/history/expire_history_backend_unittest.cc top_sites_->SetPageThumbnail(url_row2.url(), thumbnail, score); score 235 chrome/browser/history/expire_history_backend_unittest.cc top_sites_->SetPageThumbnail(url_row3.url(), thumbnail, score); score 2286 chrome/browser/history/history_backend.cc float score = 0; score 2291 chrome/browser/history/history_backend.cc &score); score 2292 chrome/browser/history/history_backend.cc if (score > highest_score) { score 2293 chrome/browser/history/history_backend.cc highest_score = score; score 302 chrome/browser/history/history_types.cc FilteredURL::FilteredURL() : score(0.0) {} score 553 chrome/browser/history/history_types.h double score; score 57 chrome/browser/history/select_favicon_frames.cc float* score, score 69 chrome/browser/history/select_favicon_frames.cc *score = 1; score 90 chrome/browser/history/select_favicon_frames.cc float score = 0; score 93 chrome/browser/history/select_favicon_frames.cc score = std::min(1.0f, desired_size_in_pixel / average_edge_in_pixel) * score 97 chrome/browser/history/select_favicon_frames.cc score = desired_size_in_pixel / average_edge_in_pixel * 0.01f + 0.15f; score 99 chrome/browser/history/select_favicon_frames.cc score = std::min(1.0f, average_edge_in_pixel / desired_size_in_pixel) * score 103 chrome/browser/history/select_favicon_frames.cc if (candidate_index == -1 || score > candidate_score) { score 105 chrome/browser/history/select_favicon_frames.cc candidate_score = score; score 108 chrome/browser/history/select_favicon_frames.cc *score = candidate_score; score 164 chrome/browser/history/select_favicon_frames.cc float score; score 168 chrome/browser/history/select_favicon_frames.cc result.scale_factor, desired_size, &score, &result.resize_method); score 170 chrome/browser/history/select_favicon_frames.cc total_score += score; score 42 chrome/browser/history/select_favicon_frames.h float* score); score 60 chrome/browser/history/select_favicon_frames.h float* score); score 53 chrome/browser/history/top_sites.h const ThumbnailScore& score) = 0; score 60 chrome/browser/history/top_sites.h const ThumbnailScore& score) = 0; score 90 chrome/browser/history/top_sites.h ThumbnailScore* score) = 0; score 96 chrome/browser/history/top_sites.h ThumbnailScore* score) = 0; score 62 chrome/browser/history/top_sites_cache.cc ThumbnailScore* score) const { score 66 chrome/browser/history/top_sites_cache.cc *score = found->second.thumbnail_score; score 66 chrome/browser/history/top_sites_cache.h bool GetPageThumbnailScore(const GURL& url, ThumbnailScore* score) const; score 513 chrome/browser/history/top_sites_database.cc const ThumbnailScore& score = thumbnail.thumbnail_score; score 514 chrome/browser/history/top_sites_database.cc statement.BindDouble(3, score.boring_score); score 515 chrome/browser/history/top_sites_database.cc statement.BindBool(4, score.good_clipping); score 516 chrome/browser/history/top_sites_database.cc statement.BindBool(5, score.at_top); score 517 chrome/browser/history/top_sites_database.cc statement.BindInt64(6, score.time_at_snapshot.ToInternalValue()); score 518 chrome/browser/history/top_sites_database.cc statement.BindBool(7, score.load_completed); score 542 chrome/browser/history/top_sites_database.cc const ThumbnailScore& score = thumbnail.thumbnail_score; score 543 chrome/browser/history/top_sites_database.cc statement.BindDouble(5, score.boring_score); score 544 chrome/browser/history/top_sites_database.cc statement.BindBool(6, score.good_clipping); score 545 chrome/browser/history/top_sites_database.cc statement.BindBool(7, score.at_top); score 546 chrome/browser/history/top_sites_database.cc statement.BindInt64(8, score.time_at_snapshot.ToInternalValue()); score 547 chrome/browser/history/top_sites_database.cc statement.BindBool(9, score.load_completed); score 139 chrome/browser/history/top_sites_impl.cc const ThumbnailScore& score) { score 168 chrome/browser/history/top_sites_impl.cc AddTemporaryThumbnail(url, thumbnail_data.get(), score); score 172 chrome/browser/history/top_sites_impl.cc return SetPageThumbnailEncoded(url, thumbnail_data.get(), score); score 178 chrome/browser/history/top_sites_impl.cc const ThumbnailScore& score) { score 203 chrome/browser/history/top_sites_impl.cc AddTemporaryThumbnail(url, memory, score); score 207 chrome/browser/history/top_sites_impl.cc return SetPageThumbnailEncoded(url, memory, score); score 286 chrome/browser/history/top_sites_impl.cc ThumbnailScore* score) { score 289 chrome/browser/history/top_sites_impl.cc return thread_safe_cache_->GetPageThumbnailScore(url, score); score 293 chrome/browser/history/top_sites_impl.cc ThumbnailScore* score) { score 297 chrome/browser/history/top_sites_impl.cc *score = i->second.thumbnail_score; score 491 chrome/browser/history/top_sites_impl.cc const ThumbnailScore& score) { score 502 chrome/browser/history/top_sites_impl.cc ThumbnailScore new_score_with_redirects(score); score 521 chrome/browser/history/top_sites_impl.cc const ThumbnailScore& score) { score 522 chrome/browser/history/top_sites_impl.cc if (!SetPageThumbnailNoDB(url, thumbnail, score)) score 568 chrome/browser/history/top_sites_impl.cc const ThumbnailScore& score) { score 575 chrome/browser/history/top_sites_impl.cc image.second.thumbnail_score = score; score 59 chrome/browser/history/top_sites_impl.h const ThumbnailScore& score) OVERRIDE; score 63 chrome/browser/history/top_sites_impl.h const ThumbnailScore& score) OVERRIDE; score 72 chrome/browser/history/top_sites_impl.h ThumbnailScore* score) OVERRIDE; score 74 chrome/browser/history/top_sites_impl.h ThumbnailScore* score) OVERRIDE; score 126 chrome/browser/history/top_sites_impl.h const ThumbnailScore& score); score 132 chrome/browser/history/top_sites_impl.h const ThumbnailScore& score); score 146 chrome/browser/history/top_sites_impl.h const ThumbnailScore& score); score 602 chrome/browser/history/top_sites_impl_unittest.cc ThumbnailScore score(0.5, true, true, base::Time::Now()); score 605 chrome/browser/history/top_sites_impl_unittest.cc EXPECT_TRUE(top_sites()->SetPageThumbnail(url1.url, thumbnail, score)); score 609 chrome/browser/history/top_sites_impl_unittest.cc thumbnail, score)); score 619 chrome/browser/history/top_sites_impl_unittest.cc thumbnail, score)); score 133 chrome/browser/history/visit_filter.cc double score = 0; score 136 chrome/browser/history/visit_filter.cc score = 1.0; // Let the staleness factor take care of it. score 139 chrome/browser/history/visit_filter.cc score = 1.0; // Every visit counts the same. score 149 chrome/browser/history/visit_filter.cc score = exp(-(offset * offset) / (2 * sd * sd)); score 156 chrome/browser/history/visit_filter.cc score = 0; score 158 chrome/browser/history/visit_filter.cc score = 1 - offset.InMicroseconds() / static_cast<double>( score 167 chrome/browser/history/visit_filter.cc return staleness * score; score 225 chrome/browser/history/visitsegment_database.cc float score = 0; score 230 chrome/browser/history/visitsegment_database.cc pud->SetScore(score); score 235 chrome/browser/history/visitsegment_database.cc score = 0; score 252 chrome/browser/history/visitsegment_database.cc score += recency_boost * day_visits_score; score 256 chrome/browser/history/visitsegment_database.cc pud->SetScore(score); score 83 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc float score) { score 86 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc request->set_client_score(score); score 396 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc float score = 0.4f; // Some random client score. score 403 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_FALSE(SendClientReportPhishingRequest(url, score)); score 410 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_TRUE(SendClientReportPhishingRequest(url, score)); score 418 chrome/browser/safe_browsing/client_side_detection_service_unittest.cc EXPECT_FALSE(SendClientReportPhishingRequest(second_url, score)); score 78 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc context->score.boring_score = score 80 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc context->score.good_clipping = score 185 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc context->score.boring_score = score 188 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc context->score.boring_score *= kScoreBoostFromSuccessfulRetargeting; score 189 chrome/browser/thumbnails/content_based_thumbnailing_algorithm.cc context->score.good_clipping = score 30 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc score_ = context.score; score 162 chrome/browser/thumbnails/content_based_thumbnailing_algorithm_unittest.cc EXPECT_TRUE(catcher.score().good_clipping); score 53 chrome/browser/thumbnails/simple_thumbnail_crop.cc context->score.boring_score = CalculateBoringScore(thumbnail); score 54 chrome/browser/thumbnails/simple_thumbnail_crop.cc context->score.good_clipping = score 61 chrome/browser/thumbnails/thumbnail_service_impl.cc return local_ptr->SetPageThumbnail(context.url, thumbnail, context.score); score 34 chrome/browser/thumbnails/thumbnail_service_unittest.cc ThumbnailScore* score) OVERRIDE { score 40 chrome/browser/thumbnails/thumbnail_service_unittest.cc *score = iter->second; score 46 chrome/browser/thumbnails/thumbnail_service_unittest.cc void AddKnownURL(const GURL& url, const ThumbnailScore& score) { score 47 chrome/browser/thumbnails/thumbnail_service_unittest.cc known_url_map_[url.spec()] = score; score 69 chrome/browser/thumbnails/thumbnail_service_unittest.cc void AddKnownURL(const GURL& url, const ThumbnailScore& score) { score 70 chrome/browser/thumbnails/thumbnail_service_unittest.cc mock_top_sites_->AddKnownURL(url, score); score 61 chrome/browser/thumbnails/thumbnail_tab_helper.cc << context.score.ToString(); score 17 chrome/browser/thumbnails/thumbnailing_context.cc score.at_top = score 19 chrome/browser/thumbnails/thumbnailing_context.cc score.load_completed = !web_contents->IsLoading() && !load_interrupted; score 51 chrome/browser/thumbnails/thumbnailing_context.h ThumbnailScore score; score 32 chrome/browser/ui/app_list/search/mixer.cc score(0.0) { score 34 chrome/browser/ui/app_list/search/mixer.cc SortData(ChromeSearchResult* result, double score) score 36 chrome/browser/ui/app_list/search/mixer.cc score(score) { score 41 chrome/browser/ui/app_list/search/mixer.cc return score > other.score; score 45 chrome/browser/ui/app_list/search/mixer.cc double score; score 98 chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc page_value->SetDouble("score", suggested_url.score); score 22 chrome/common/thumbnail_score.cc static int GetThumbnailType(const ThumbnailScore& score) { score 24 chrome/common/thumbnail_score.cc if (!score.at_top) score 26 chrome/common/thumbnail_score.cc if (!score.good_clipping) score 28 chrome/common/thumbnail_score.cc if (!score.load_completed) score 42 chrome/common/thumbnail_score.cc ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top) score 43 chrome/common/thumbnail_score.cc : boring_score(score), score 51 chrome/common/thumbnail_score.cc ThumbnailScore::ThumbnailScore(double score, bool clipping, bool top, score 53 chrome/common/thumbnail_score.cc : boring_score(score), score 20 chrome/common/thumbnail_score.h ThumbnailScore(double score, bool clipping, bool top); score 23 chrome/common/thumbnail_score.h ThumbnailScore(double score, bool clipping, bool top, score 57 chrome/common/thumbnail_score_unittest.cc ThumbnailScore score; score 59 chrome/common/thumbnail_score_unittest.cc EXPECT_TRUE(score.ShouldConsiderUpdating()); score 62 chrome/common/thumbnail_score_unittest.cc score.boring_score = 0.0; score 63 chrome/common/thumbnail_score_unittest.cc EXPECT_TRUE(score.ShouldConsiderUpdating()); score 66 chrome/common/thumbnail_score_unittest.cc score.good_clipping = true; score 67 chrome/common/thumbnail_score_unittest.cc EXPECT_TRUE(score.ShouldConsiderUpdating()); score 70 chrome/common/thumbnail_score_unittest.cc score.at_top = true; score 71 chrome/common/thumbnail_score_unittest.cc EXPECT_TRUE(score.ShouldConsiderUpdating()); score 75 chrome/common/thumbnail_score_unittest.cc score.load_completed = true; score 76 chrome/common/thumbnail_score_unittest.cc EXPECT_FALSE(score.ShouldConsiderUpdating()); score 81 chrome/common/thumbnail_score_unittest.cc score.boring_score = 1.0; score 82 chrome/common/thumbnail_score_unittest.cc EXPECT_FALSE(score.ShouldConsiderUpdating()); score 85 chrome/common/thumbnail_score_unittest.cc score.time_at_snapshot -= score 87 chrome/common/thumbnail_score_unittest.cc EXPECT_TRUE(score.ShouldConsiderUpdating()); score 200 chrome/renderer/safe_browsing/phishing_classifier.cc float score = static_cast<float>(scorer_->ComputeScore(hashed_features)); score 201 chrome/renderer/safe_browsing/phishing_classifier.cc verdict.set_client_score(score); score 202 chrome/renderer/safe_browsing/phishing_classifier.cc verdict.set_is_phishing(score >= kPhishyThreshold); score 644 components/password_manager/core/browser/password_form_manager.cc int score = 0; score 650 components/password_manager/core/browser/password_form_manager.cc score += (1 << 6) + static_cast<int>(form_path_tokens_.size()); score 662 components/password_manager/core/browser/password_form_manager.cc score++; score 665 components/password_manager/core/browser/password_form_manager.cc score += (depth > 0) ? 1 << 5 : 0; score 669 components/password_manager/core/browser/password_form_manager.cc score += 1 << 4; score 671 components/password_manager/core/browser/password_form_manager.cc score += 1 << 3; score 673 components/password_manager/core/browser/password_form_manager.cc score += 1 << 2; score 675 components/password_manager/core/browser/password_form_manager.cc score += 1 << 1; score 677 components/password_manager/core/browser/password_form_manager.cc score += 1 << 0; score 680 components/password_manager/core/browser/password_form_manager.cc return score; score 261 content/browser/gamepad/xbox_data_fetcher_mac.cc SInt32 score; // Unused, but required for IOCreatePlugInInterfaceForService. score 267 content/browser/gamepad/xbox_data_fetcher_mac.cc &score); score 364 content/browser/gamepad/xbox_data_fetcher_mac.cc &score); score 396 content/browser/zygote_host/zygote_host_impl_linux.cc int score) { score 448 content/browser/zygote_host/zygote_host_impl_linux.cc adj_oom_score_cmdline.push_back(base::IntToString(score)); score 456 content/browser/zygote_host/zygote_host_impl_linux.cc if (!base::AdjustOOMScore(pid, score)) score 61 content/browser/zygote_host/zygote_host_impl_linux.h int score) OVERRIDE; score 40 content/public/browser/zygote_host_linux.h int score) = 0; score 1061 courgette/adjustment_method_2.cc int score = std::min(p1, m1); score 1074 courgette/adjustment_method_2.cc sums[program_info][model_info] += score; score 1086 courgette/adjustment_method_2.cc int score = p->second; score 1088 courgette/adjustment_method_2.cc *slot = std::max(*slot, score); score 1102 courgette/adjustment_method_2.cc int score = sign * p->second; score 1103 courgette/adjustment_method_2.cc variable_queue_.AddPendingUpdate(program_info, model_info, score); score 1174 courgette/adjustment_method_2.cc int score = best.first; score 1183 courgette/adjustment_method_2.cc if (score == 0) { score 335 courgette/third_party/bsdiff_create.cc int score = 0, Sb = 0; score 337 courgette/third_party/bsdiff_create.cc if (old[pos - i] == newbuf[scan - i]) score++; score 338 courgette/third_party/bsdiff_create.cc if (score*2 - i > Sb*2 - lenb) { Sb = score; lenb = i; } score 350 courgette/third_party/bsdiff_create.cc int score = 0, Sf = 0; score 352 courgette/third_party/bsdiff_create.cc if (old[lastpos + i] == newbuf[lastscan + i]) score++; score 354 courgette/third_party/bsdiff_create.cc if (score*2 - i > Sf*2 - lenf) { Sf = score; lenf = i; } score 362 courgette/third_party/bsdiff_create.cc int score = 0; score 366 courgette/third_party/bsdiff_create.cc old[lastpos + lenf - overlap + i]) score++; score 367 courgette/third_party/bsdiff_create.cc if (newbuf[scan - lenb + i] == old[pos - lenb + i]) score--; score 368 courgette/third_party/bsdiff_create.cc if (score > Ss) { Ss = score; lens = i + 1; } score 58 gpu/config/gpu_info_collector_win.cc double score; score 59 gpu/config/gpu_info_collector_win.cc if (!base::StringToDouble(score_string, &score)) score 62 gpu/config/gpu_info_collector_win.cc return static_cast<float>(score); score 50 net/http/http_auth.cc if (cur.get() && (!best.get() || best->score() < cur->score()) && score 96 net/http/http_auth_handler.h int score() const { score 24 sandbox/linux/suid/process_util.h BASE_EXPORT bool AdjustOOMScore(pid_t process, int score); score 29 sandbox/linux/suid/process_util_linux.c bool AdjustOOMScore(pid_t process, int score) { score 30 sandbox/linux/suid/process_util_linux.c if (score < 0 || score > kMaxOomScore) score 63 sandbox/linux/suid/process_util_linux.c score = score * kMaxOldOomScore / kMaxOomScore; score 69 sandbox/linux/suid/process_util_linux.c snprintf(buf, sizeof(buf), "%d", score); score 469 sandbox/linux/suid/sandbox.c long score; score 477 sandbox/linux/suid/sandbox.c score = strtol(argv[3], &endptr, 10); score 478 sandbox/linux/suid/sandbox.c if (score == LONG_MAX || score == LONG_MIN || score 481 sandbox/linux/suid/sandbox.c return AdjustOOMScore(pid, score); score 812 third_party/cld/encodings/compact_lang_det/cldutil.cc int bytes, int score) { score 830 third_party/cld/encodings/compact_lang_det/cldutil.cc double our_score = (score << 10) / (bytes ? bytes : 1); // Avoid zdiv score 834 third_party/cld/encodings/compact_lang_det/cldutil.cc ratio = (score * 1000.0) / expected_score; score 1172 third_party/cld/encodings/compact_lang_det/cldutil.h int bytes, int score); score 165 third_party/cld/encodings/compact_lang_det/tote.cc int score, int ireliability) { score 174 third_party/cld/encodings/compact_lang_det/tote.cc score_[sub0] += score; score 181 third_party/cld/encodings/compact_lang_det/tote.cc score_[sub1] += score; score 188 third_party/cld/encodings/compact_lang_det/tote.cc score_[sub2] += score; score 209 third_party/cld/encodings/compact_lang_det/tote.cc score_[alloc] = score; score 53 third_party/cld/encodings/compact_lang_det/tote.h void Add(uint8 ikey, int ibytes, int score, int ireliability); score 234 third_party/libusb/src/libusb/os/darwin_usb.c SInt32 score; score 238 third_party/libusb/src/libusb/os/darwin_usb.c &score); score 1145 third_party/libusb/src/libusb/os/darwin_usb.c SInt32 score; score 1179 third_party/libusb/src/libusb/os/darwin_usb.c kIOCFPlugInInterfaceID, &plugInInterface, &score); score 102 third_party/libwebp/enc/alpha.c size_t score; score 152 third_party/libwebp/enc/alpha.c result->score = VP8BitWriterSize(&result->bw); score 217 third_party/libwebp/enc/alpha.c static void InitFilterTrial(FilterTrial* const score) { score 218 third_party/libwebp/enc/alpha.c score->score = (size_t)~0U; score 219 third_party/libwebp/enc/alpha.c VP8BitWriterInit(&score->bw, 0); score 243 third_party/libwebp/enc/alpha.c if (ok && trial.score < best.score) { score 71 third_party/libwebp/enc/quant.c (int)rd->score); score 493 third_party/libwebp/enc/quant.c rd->score = MAX_COST; score 502 third_party/libwebp/enc/quant.c dst->score = src->score; score 511 third_party/libwebp/enc/quant.c dst->score += src->score; score 538 third_party/libwebp/enc/quant.c rd->score = (rd->R + rd->H) * lambda + 256 * (rd->D + rd->SD); score 634 third_party/libwebp/enc/quant.c score_t cost, base_cost, score; score 648 third_party/libwebp/enc/quant.c score = RDScoreTrellis(lambda, cost, total_error); score 649 third_party/libwebp/enc/quant.c if (score < cur_score) { score 650 third_party/libwebp/enc/quant.c cur_score = score; score 660 third_party/libwebp/enc/quant.c score = RDScoreTrellis(lambda, cost, total_error); score 661 third_party/libwebp/enc/quant.c if (score < best_score) { score 662 third_party/libwebp/enc/quant.c best_score = score; score 840 third_party/libwebp/enc/quant.c score_t score = 0; score 844 third_party/libwebp/enc/quant.c score += (levels[i] != 0); score 845 third_party/libwebp/enc/quant.c if (score > thresh) return 0; score 884 third_party/libwebp/enc/quant.c if (mode == 0 || rd16.score < rd->score) { score 966 third_party/libwebp/enc/quant.c if (best_mode < 0 || rd_tmp.score < rd_i4.score) { score 975 third_party/libwebp/enc/quant.c if (rd_best.score >= rd->score) { score 1029 third_party/libwebp/enc/quant.c if (mode == 0 || rd_uv.score < rd_best.score) { score 1078 third_party/libwebp/enc/quant.c const score_t score = VP8SSE16x16(src, ref); score 1079 third_party/libwebp/enc/quant.c if (score < best_score) { score 1081 third_party/libwebp/enc/quant.c best_score = score; score 1104 third_party/libwebp/enc/quant.c const score_t score = VP8SSE4x4(src, ref); score 1105 third_party/libwebp/enc/quant.c if (score < best_sub_score) { score 1107 third_party/libwebp/enc/quant.c best_sub_score = score; score 263 third_party/libwebp/enc/vp8enci.h score_t H, R, score; // header bits, rate, score. score 231 third_party/libwebp/utils/filters.c int score = 0; score 234 third_party/libwebp/utils/filters.c score += i; score 237 third_party/libwebp/utils/filters.c if (score < best_score) { score 238 third_party/libwebp/utils/filters.c best_score = score; score 80944 third_party/sqlite/amalgamation/sqlite3.c int score = matchQuality(p, nArg, enc); score 80945 third_party/sqlite/amalgamation/sqlite3.c if( score>bestScore ){ score 80947 third_party/sqlite/amalgamation/sqlite3.c bestScore = score; score 80969 third_party/sqlite/amalgamation/sqlite3.c int score = matchQuality(p, nArg, enc); score 80970 third_party/sqlite/amalgamation/sqlite3.c if( score>bestScore ){ score 80972 third_party/sqlite/amalgamation/sqlite3.c bestScore = score; score 346 third_party/sqlite/src/src/callback.c int score = matchQuality(p, nArg, enc); score 347 third_party/sqlite/src/src/callback.c if( score>bestScore ){ score 349 third_party/sqlite/src/src/callback.c bestScore = score; score 371 third_party/sqlite/src/src/callback.c int score = matchQuality(p, nArg, enc); score 372 third_party/sqlite/src/src/callback.c if( score>bestScore ){ score 374 third_party/sqlite/src/src/callback.c bestScore = score;