| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_scariness_score.h | 39 score = 0; in Clear() 45 score += add_to_score; in Scare() 47 int GetScore() const { return score; } in GetScore() 50 if (score && flags()->print_scariness) in Print() 51 Printf("SCARINESS: %d (%s)\n", score, descr); in Print() 53 static void PrintSimple(int score, const char *descr) { in PrintSimple() 56 SSB.Scare(score, descr); in PrintSimple() 61 int score;
|
| H A D | asan_flags.inc | 101 "Print the scariness score. Experimental.")
|
| /freebsd-14.2/sys/dev/sound/pcm/ |
| H A D | feeder.c | 300 u_int32_t best, score, score2, oldscore; in snd_fmtbestfunc() local 310 score = snd_fmtscore(fmt); in snd_fmtbestfunc() 314 if (cheq && !score_cheq(score, score2) && in snd_fmtbestfunc() 315 (score_chlt(score2, score) || in snd_fmtbestfunc() 330 !score_endianeq(score, oldscore) && in snd_fmtbestfunc() 331 (score_endianeq(score, score2) || in snd_fmtbestfunc() 332 (!score_signeq(score, oldscore) && in snd_fmtbestfunc() 333 score_signeq(score, score2)))))) { in snd_fmtbestfunc() 358 u_int32_t score, score1, score2; in snd_fmtbest() local 371 score = score_val(snd_fmtscore(fmt)); in snd_fmtbest() [all …]
|
| /freebsd-14.2/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | fastcover.c | 174 activeSegment.score = 0; in FASTCOVER_selectSegment() 185 activeSegment.score += freqs[idx]; in FASTCOVER_selectSegment() 197 activeSegment.score -= freqs[delIndex]; in FASTCOVER_selectSegment() 204 if (activeSegment.score > bestSegment.score) { in FASTCOVER_selectSegment() 430 if (segment.score == 0) { in FASTCOVER_buildDictionary()
|
| H A D | cover.c | 429 activeSegment.score = 0; in COVER_selectSegment() 443 activeSegment.score += freqs[newDmer]; in COVER_selectSegment() 458 activeSegment.score -= freqs[delDmer]; in COVER_selectSegment() 463 if (activeSegment.score > bestSegment.score) { in COVER_selectSegment() 710 if (segment.score == 0) { in COVER_buildDictionary()
|
| H A D | cover.h | 49 U32 score; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CodeLayout.cpp | 186 double score() const { return Score; } in score() function 429 double gain() const { return CachedGain.score(); } in gain() 779 if (CurGain.score() <= EPS) in mergeChainPairs() 783 (std::abs(CurGain.score() - BestGain.score()) < EPS && in mergeChainPairs() 794 if (BestGain.score() <= EPS) in mergeChainPairs() 1230 if (std::abs(Gain.score() - NewGain.score()) < EPS) { in getBestMergeGain() 1235 } else if (NewGain.score() > Gain.score() + EPS) { in getBestMergeGain()
|
| /freebsd-14.2/crypto/openssl/crypto/property/ |
| H A D | property.c | 525 int j, best = -1, score, optional; in ossl_method_store_fetch() local 575 score = ossl_property_match_count(pq, impl->properties); in ossl_method_store_fetch() 576 if (score > best) { in ossl_method_store_fetch() 578 best = score; in ossl_method_store_fetch()
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | ntp_peer.c | 123 static int score(struct peer *); 424 tamp = score(peer); in score_all() 428 x = score(speer); in score_all() 446 score( in score() function
|
| /freebsd-14.2/sys/dev/drm2/ |
| H A D | drm_edid.c | 143 int i, score = 0; in drm_edid_header_is_valid() local 147 score++; in drm_edid_header_is_valid() 149 return score; in drm_edid_header_is_valid() 172 int score = drm_edid_header_is_valid(raw_edid); in drm_edid_block_valid() local 173 if (score == 8) ; in drm_edid_block_valid() 174 else if (score >= edid_fixup) { in drm_edid_block_valid()
|
| H A D | drm_fb_helper.c | 1253 int my_score, best_score, score; in drm_pick_crtcs() local 1309 score = my_score + drm_pick_crtcs(fb_helper, crtcs, modes, n + 1, in drm_pick_crtcs() 1311 if (score > best_score) { in drm_pick_crtcs() 1312 best_score = score; in drm_pick_crtcs()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/cpu/ |
| H A D | cpu-capacity.txt | 37 max frequency (with caches enabled). The obtained DMIPS score is then divided 40 score obtained in the system.
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/arm/ |
| H A D | cpu-capacity.txt | 37 max frequency (with caches enabled). The obtained DMIPS score is then divided 40 score obtained in the system.
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/ |
| H A D | config.sub | 307 | score \ 1547 score-*)
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/build-aux/ |
| H A D | config.sub | 307 | score \ 1550 score-*)
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | config.sub | 1262 | score \ 1532 score-*)
|
| /freebsd-14.2/contrib/file/ |
| H A D | config.sub | 1258 | score \ 1528 score-*)
|
| /freebsd-14.2/contrib/byacc/ |
| H A D | config.sub | 1262 | score \ 1532 score-*)
|
| /freebsd-14.2/contrib/dialog/ |
| H A D | config.sub | 1235 | score \ 1504 score-*)
|
| /freebsd-14.2/contrib/ldns/ |
| H A D | config.sub | 1262 | score \ 1532 score-*)
|
| /freebsd-14.2/contrib/libevent/build-aux/ |
| H A D | config.sub | 1232 | score \ 1532 score-*)
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | config.sub | 1262 | score \ 1536 score-*)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 662 Score += OverlapStats::score(I->Count, J->Count, in overlap() 665 FuncLevelScore += OverlapStats::score( in overlap() 730 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap() 740 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
|
| /freebsd-14.2/sys/kern/ |
| H A D | sched_ule.c | 1656 u_int pri, score; in sched_priority() local 1673 score = imax(0, sched_interact_score(td) + td->td_proc->p_nice); in sched_priority() 1674 if (score < sched_interact) { in sched_priority() 1676 pri += (PRI_MAX_INTERACT - PRI_MIN_INTERACT + 1) * score / in sched_priority() 1680 pri, score)); in sched_priority()
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | config.sub | 291 | score \ 1460 score-*)
|