Searched refs:max_score (Results 1 - 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Drsalist.c129 int max_score; member in struct:lookup_result
148 if (local_score + remote_score > req->max_score) {
149 req->max_score = local_score + remote_score;
153 if (local_score + remote_score >= req->max_score) {
172 r.max_score = -1;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1067 int * max_score,
1076 if (!*max_inst_out || score > *max_score) {
1077 *max_score = score;
1088 int max_score = -1; local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list);
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list);
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list);
1117 if (tex_count >= s->max_tex_group || max_score == -1
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
1064 update_max_score( struct schedule_state * s, struct schedule_instruction ** list, int * max_score, struct schedule_instruction ** max_inst_out, struct schedule_instruction *** list_out) argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c1067 int * max_score,
1076 if (!*max_inst_out || score > *max_score) {
1077 *max_score = score;
1088 int max_score = -1; local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list);
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list);
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list);
1117 if (tex_count >= s->max_tex_group || max_score == -1
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) {
1064 update_max_score( struct schedule_state * s, struct schedule_instruction ** list, int * max_score, struct schedule_instruction ** max_inst_out, struct schedule_instruction *** list_out) argument
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider.cc1750 int max_score = is_keyword ? 1599 : 1399; local
1752 max_score = 1299;
1753 return max_score - static_cast<int>(99 *

Completed in 145 milliseconds