Searched defs:max_score (Results 1 - 5 of 5) 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/components/omnibox/
H A Dsearch_provider.cc1275 int max_score = is_keyword ? 1599 : 1399; local
1277 max_score = 1299;
1278 return max_score - static_cast<int>(99 *
/external/eigen/Eigen/src/OrderingMethods/
H A DEigen_Colamd.h976 Index max_score ; /* maximum possible score */ local
1383 max_score = n_col - k - Col [col].shared1.thickness ;
1389 cur_score = COLAMD_MIN (cur_score, max_score) ;
/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

Completed in 310 milliseconds