/freebsd/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/sys/dev/sound/pcm/ |
H A D | feeder.c | 301 u_int32_t best, score, score2, oldscore; in snd_fmtbestfunc() local 311 score = snd_fmtscore(fmt); in snd_fmtbestfunc() 315 if (cheq && !score_cheq(score, score2) && in snd_fmtbestfunc() 316 (score_chlt(score2, score) || in snd_fmtbestfunc() 320 (score_val(score2) == score_val(score)) || in snd_fmtbestfunc() 323 score_val(score2) < score_val(score)) || in snd_fmtbestfunc() 325 score_val(score2) > score_val(score)) || in snd_fmtbestfunc() 326 (score_val(oldscore) < score_val(score) && in snd_fmtbestfunc() 329 score_cse(score) == score_cse(score2) || in snd_fmtbestfunc() 330 ((score_cse(oldscore) != score_cse(score) && in snd_fmtbestfunc() [all …]
|
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeLayout.cpp | 22 // in the ExtTSP score, which models how i-cache "friendly" a specific chain is. 32 // X2X1Y, X2YX1, YX1X2, YX2X1) and choose the one producing the largest score. 142 // Compute the Ext-TSP score for a given jump. in extTSPScore() 151 // Compute the Ext-TSP score for a jump between a given pair of blocks, in extTSPScore() 179 /// The gain of merging two chains, that is, the Ext-TSP score of the merge in updateIfLessThan() 186 double score() const { return Score; } 353 // Cached ext-tsp score for the chain. 429 double gain() const { return CachedGain.score(); } in outCount() 779 if (CurGain.score() <= EPS) in extTSPScore() 783 (std::abs(CurGain.score() in extTSPScore() 165 double score() const { return Score; } score() function [all...] |
/freebsd/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/contrib/ntp/ntpd/ |
H A D | ntp_peer.c | 123 static int score(struct peer *); 420 * This routine finds the minimum score for all preemptible in score_all() 424 tamp = score(peer); in score_all() 428 x = score(speer); in score_all() 432 DPRINTF(1, ("score_all: at %lu score %d min %d\n", in score_all() 443 * score() - calculate preemption score 446 score( in score() 453 * This routine calculates the premption score from the peer in score() 444 score( score() function
|
/freebsd/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/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/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/contrib/ntp/sntp/libevent/ |
H A D | config.sub | 307 | score \ 1547 score-*)
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.sub | 307 | score \ 1550 score-*)
|
/freebsd/contrib/dialog/ |
H A D | config.sub | 1235 | score \ 1504 score-*)
|
/freebsd/contrib/file/ |
H A D | config.sub | 1258 | score \ 1528 score-*)
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.sub | 1232 | score \ 1532 score-*)
|
/freebsd/crypto/openssh/ |
H A D | config.sub | 1262 | score \ 1536 score-*)
|
/freebsd/contrib/sqlite3/ |
H A D | config.sub | 1262 | score \ 1532 score-*)
|
/freebsd/contrib/ldns/ |
H A D | config.sub | 1262 | score \ 1532 score-*)
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProf.cpp | 758 Score += OverlapStats::score(I->Count, J->Count, in overlap() 761 FuncLevelScore += OverlapStats::score( in overlap() 826 Score += OverlapStats::score(Counts[I], Other.Counts[I], in overlap() 836 FuncScore += OverlapStats::score(Counts[I], Other.Counts[I], in overlap()
|
/freebsd/sys/kern/ |
H A D | sched_ule.c | 1592 * This is the core of the interactivity algorithm. Determines a score based 1602 * interactivity score = --------------------- 1610 * interactivity score = 2 * scaling factor - --------------------- 1621 * The score is only needed if this is likely to be an interactive in sched_interact_score() 1656 u_int pri, score; in sched_priority() local 1661 * If the score is interactive we place the thread in the realtime in sched_priority() 1670 * score. Negative nice values make it easier for a thread to be in sched_priority() 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() [all...] |
/freebsd/crypto/heimdal/ |
H A D | config.sub | 291 | score \ 1460 score-*)
|
/freebsd/contrib/unbound/ |
H A D | config.sub | 1407 | score \ 1750 score-*)
|