Home
last modified time | relevance | path

Searched refs:max_score (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Drsalist.c129 int max_score; member
148 if (local_score + remote_score > req->max_score) { in rsa_lookup_key_one()
149 req->max_score = local_score + remote_score; in rsa_lookup_key_one()
153 if (local_score + remote_score >= req->max_score) { in rsa_lookup_key_one()
172 r.max_score = -1; in rsa_lookup_keys()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1067 int * max_score, in update_max_score() argument
1076 if (!*max_inst_out || score > *max_score) { in update_max_score()
1077 *max_score = score; in update_max_score()
1088 int max_score = -1; in emit_instruction() local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction()
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction()
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction()
1117 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction()
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) { in emit_instruction()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_pair_schedule.c1067 int * max_score, in update_max_score() argument
1076 if (!*max_inst_out || score > *max_score) { in update_max_score()
1077 *max_score = score; in update_max_score()
1088 int max_score = -1; in emit_instruction() local
1113 update_max_score(s, &s->ReadyFullALU, &max_score, &max_inst, &max_list); in emit_instruction()
1114 update_max_score(s, &s->ReadyRGB, &max_score, &max_inst, &max_list); in emit_instruction()
1115 update_max_score(s, &s->ReadyAlpha, &max_score, &max_inst, &max_list); in emit_instruction()
1117 if (tex_count >= s->max_tex_group || max_score == -1 in emit_instruction()
1119 || (!s->C->is_r500 && tex_count > 0 && max_score == -1)) { in emit_instruction()
/external/chromium_org/chrome/browser/autocomplete/
Dsearch_provider.cc1053 int max_score = is_keyword ? 1599 : 1399; in CalculateRelevanceForHistory() local
1055 max_score = 1299; in CalculateRelevanceForHistory()
1056 return max_score - static_cast<int>(99 * in CalculateRelevanceForHistory()
/external/eigen/Eigen/src/OrderingMethods/
DEigen_Colamd.h976 Index max_score ; /* maximum possible score */ in find_ordering() local
1383 max_score = n_col - k - Col [col].shared1.thickness ; in find_ordering()
1389 cur_score = COLAMD_MIN (cur_score, max_score) ; in find_ordering()