Searched refs:score (Results 1 – 12 of 12) sorted by relevance
562 int nEq, m, score; in sqliteWhereBegin() local641 score = nEq*8; /* Base score is 8 times number of == constraints */ in sqliteWhereBegin()643 if( m & ltMask ) score++; /* Increase score for a < constraint */ in sqliteWhereBegin()644 if( m & gtMask ) score+=2; /* Increase score for a > constraint */ in sqliteWhereBegin()645 if( score==0 && inMask ) score = 4; /* Default score for IN constraint */ in sqliteWhereBegin()646 if( score>bestScore ){ in sqliteWhereBegin()648 bestScore = score; in sqliteWhereBegin()652 pWInfo->a[i].score = bestScore; in sqliteWhereBegin()672 if( pIdx && pWInfo->a[0].score==4 ){ in sqliteWhereBegin()684 int nEqCol = (pWInfo->a[0].score+4)/8; in sqliteWhereBegin()[all …]
804 int score; /* How well this indexed scored */ member
936 private final double score; field in SystemSolver.ScoreMove950 public ScoreMove(Move m, double score) in ScoreMove() argument953 this.score = score; in ScoreMove()960 return ((score < other.getScore()) ? -1 : in compareTo()961 (score > other.getScore()) ? 1 : 0); in compareTo()967 + scoreFormat.format(score)); in toString()975 return (score); in getScore()
201 Integer score = (Integer) grps.get(group); in getRepresentativeGroup() local202 if (score != null) { in getRepresentativeGroup()203 int iscore = score.intValue() + 1; in getRepresentativeGroup()
2569 pri_t score; in cpu_score() local2572 score = 2 * CPU_IDLE_PRI; in cpu_score()2574 score = SHRT_MAX; in cpu_score()2576 score = 2 * cp->cpu_dispatch_pri; in cpu_score()2578 if (2 * cp->cpu_disp->disp_maxrunpri > score) in cpu_score()2579 score = 2 * cp->cpu_disp->disp_maxrunpri; in cpu_score()2580 if (2 * cp->cpu_chosen_level > score) in cpu_score()2581 score = 2 * cp->cpu_chosen_level; in cpu_score()2583 return (smt_adjust_cpu_score(tp, cp, score)); in cpu_score()2645 pri_t score = cpu_score(cp, tp); in disp_lowpri_cpu() local[all …]
559 smt_adjust_cpu_score(kthread_t *t, struct cpu *cp, pri_t score) in smt_adjust_cpu_score() argument562 return (score); in smt_adjust_cpu_score()570 if ((t->t_schedflag & TS_VCPU) && cp == t->t_cpu && score < 0) in smt_adjust_cpu_score()573 return (score + 1); in smt_adjust_cpu_score()
788 int score; in path_mount_entry() local800 score = 0; in path_mount_entry()806 score++; in path_mount_entry()825 if (score > best_score) { in path_mount_entry()827 best_score = score; in path_mount_entry()
566 int score; in expr_to_chunk_helper() local587 score = get_complication_score(expr); in expr_to_chunk_helper()588 if (score <= 0 || score > 2) in expr_to_chunk_helper()
19952 score
19953 score
9666 # Note: For the same reason as above in rmso I changed exit under-score mode
10952 # Note: For the same reason as above in rmso I changed exit under-score mode