Searched refs:score (Results 1 - 25 of 41) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_scariness_score.h18 // redzone), etc. Every such feature has an int score and a string description.
19 // The overall score is the sum of all feature scores and the description
39 score = 0;
45 score += add_to_score;
47 int GetScore() const { return score; }
50 if (score && flags()->print_scariness)
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) { argument
56 SSB.Scare(score, descr);
61 int score; member in struct:__asan::ScarinessScoreBase
[all...]
/freebsd-12-stable/contrib/subversion/subversion/svn/
H A Dsimilarity.c56 const apr_size_t score = svn_string__similarity(key, ctx, buffer, &lcs);
61 return score;
73 if (keya->score == -1)
74 keya->score = simcheck_key_diff(&keya->token, &context->key,
76 if (keyb->score == -1)
77 keyb->score = simcheck_key_diff(&keyb->token, &context->key,
80 return (keya->score < keyb->score ? 1
81 : (keya->score > keyb->score
54 const apr_size_t score = svn_string__similarity(key, ctx, buffer, &lcs); local
[all...]
H A Dcl.h1033 /* Similarity score [0..SVN_STRING__SIM_RANGE_MAX] */
1034 apr_size_t score;
1024 apr_size_t score; member in struct:svn_cl__simcheck_t
/freebsd-12-stable/contrib/binutils/ld/emulparams/
H A Dscoreelf.sh27 ARCH=score
/freebsd-12-stable/sys/dev/sound/pcm/
H A Dfeeder.c353 u_int32_t best, score, score2, oldscore; local
363 score = snd_fmtscore(fmt);
367 if (cheq && !score_cheq(score, score2) &&
368 (score_chlt(score2, score) ||
372 (score_val(score2) == score_val(score)) ||
375 score_val(score2) < score_val(score)) ||
377 score_val(score2) > score_val(score)) ||
378 (score_val(oldscore) < score_val(score) &&
381 score_cse(score) == score_cse(score2) ||
382 ((score_cse(oldscore) != score_cse(score)
411 u_int32_t score, score1, score2; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/dictBuilder/
H A Dcover.c381 * A segment is a range in the source as well as the score of the segment.
386 U32 score; member in struct:__anon11664
416 activeSegment.score = 0;
425 /* If the dmer isn't already present in the segment add its score. */
430 activeSegment.score += freqs[newDmer];
442 /* If this is the last occurence of the dmer, subtract its score */
445 activeSegment.score -= freqs[delDmer];
450 if (activeSegment.score > bestSegment.score) {
632 if (segment.score
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_peer.c123 static int score(struct peer *);
418 * This routine finds the minimum score for all preemptible
422 tamp = score(peer);
426 x = score(speer);
430 DPRINTF(1, ("score_all: at %lu score %d min %d\n",
441 * score() - calculate preemption score
444 score( function
451 * This routine calculates the premption score from the peer
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c859 apr_size_t score; local
862 score = svn_string__similarity(needle_str, hay, &membuf, NULL);
866 if (score >= (2 * SVN_STRING__SIM_RANGE_MAX + 1) / 3
867 && score > max_score)
869 max_score = score;
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_edid.c145 int i, score = 0; local
149 score++;
151 return score;
174 int score = drm_edid_header_is_valid(raw_edid); local
175 if (score == 8) ;
176 else if (score >= edid_fixup) {
H A Ddrm_fb_helper.c1256 int my_score, best_score, score; local
1313 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1,
1315 if (score > best_score) {
1317 best_score = score;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp514 Score += OverlapStats::score(I->Count, J->Count,
517 FuncLevelScore += OverlapStats::score(
582 Score += OverlapStats::score(Counts[I], Other.Counts[I],
592 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I],
/freebsd-12-stable/contrib/file/
H A Dconfig.sub1233 | score \
1534 score-*)
/freebsd-12-stable/contrib/unbound/
H A Dconfig.sub1236 | score \
1504 score-*)
/freebsd-12-stable/sys/kern/
H A Dsched_ule.c1513 * This is the core of the interactivity algorithm. Determines a score based
1523 * interactivity score = ---------------------
1531 * interactivity score = --------------------- + scaling factor
1542 * The score is only needed if this is likely to be an interactive
1577 int score; local
1583 * If the score is interactive we place the thread in the realtime
1592 * score. Negative nice values make it easier for a thread to be
1595 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice);
1596 if (score < sched_interact) {
1599 sched_interact) * score;
[all...]
/freebsd-12-stable/contrib/binutils/
H A Dconfig.sub279 | score \
1381 score-*)
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.sub291 | score \
1460 score-*)
/freebsd-12-stable/contrib/binutils/opcodes/
H A DMakefile.am48 score-opc.h \
179 score-dis.c \
321 score-dis.lo \
1125 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1127 score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1129 $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
H A DMakefile.in271 score-opc.h \
403 score-dis.c \
545 score-dis.lo \
1672 score-dis.lo: score-dis.c sysdep.h config.h $(INCDIR)/ansidecl.h \
1674 score-opc.h opintl.h $(BFD_H) $(BFDDIR)/elf-bfd.h $(INCDIR)/elf/common.h \
1676 $(INCDIR)/elf/internal.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h
/freebsd-12-stable/contrib/tcpdump/
H A Dconfig.sub630 | score \
1545 score-*)
/freebsd-12-stable/contrib/libpcap/
H A Dconfig.sub630 | score \
1545 score-*)
/freebsd-12-stable/contrib/binutils/gas/
H A DMakefile.am87 score \
278 config/tc-score.c \
333 config/tc-score.h \
1338 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
1340 $(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h \
1341 struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1723 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
2052 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
H A DMakefile.in332 score \
521 config/tc-score.c \
576 config/tc-score.h \
1158 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
1160 $(INCDIR)/opcode/score-inst.h $(INCDIR)/opcode/score-datadep.h \
1161 struc-symbol.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
1622 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
2031 $(INCDIR)/bfdlink.h $(srcdir)/config/tc-score.h dwarf2dbg.h \
/freebsd-12-stable/contrib/binutils/bfd/
H A DMakefile.am109 cpu-score.lo \
175 cpu-score.c \
285 elf32-score.lo \
466 elf32-score.c \
1112 cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
1504 elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
1507 $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
H A DMakefile.in357 cpu-score.lo \
423 cpu-score.c \
534 elf32-score.lo \
715 elf32-score.c \
1691 cpu-score.lo: cpu-score.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h
2083 elf32-score.lo: elf32-score.c $(INCDIR)/filenames.h \
2086 $(INCDIR)/bfdlink.h $(INCDIR)/elf/score.h $(INCDIR)/elf/reloc-macros.h \
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h611 // Overlap lap score. Should be in range of [0.0f to 1.0f].
638 static inline double score(uint64_t Val1, uint64_t Val2, double Sum1, function in struct:llvm::OverlapStats

Completed in 319 milliseconds

12