Lines Matching full:score
1828 int score = _get_lemma_score(wrd, spl, nchar);
1877 uint32 intf = extract_score_freq(score);
1888 uint64 last_mod = extract_score_lmt(score);
1983 score_offset_pairs[i].score = s;
1992 if (s < score_offset_pairs[0].score) {
1993 score_offset_pairs[0].score = s;
2012 int s = sop[i].score;
2014 sop[i].score = sop[j].score;
2016 sop[j].score = s;
2028 if (sop[left].score > sop[par].score) {
2033 } else if (sop[left].score > sop[right].score &&
2034 sop[left].score > sop[par].score) {
2038 } else if (sop[right].score > sop[left].score &&
2039 sop[right].score > sop[par].score) {
2140 int score = scores_[off];
2141 int count = extract_score_freq(score);
2142 uint64 lmt = extract_score_lmt(score);