| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/ |
| H A D | phydm_acs.c | 417 u32 score[MAX_BSS_NUM], use_nhm = 0; 465 score[i] = score2G[i]; 468 score[i] = score5G[i - idx_5G_begin]; 489 score[y]); 496 memcpy(tmp_score, score, sizeof(score)); 514 score[y] += val32; 522 priv->nhm_cnt[y][0], score[y]); 527 memcpy(score, tmp_score, sizeof(score)); 537 score[y] += 8 * priv->chnl_ss_mac_rx_count[y]; 548 score[y - 4] += 2 * priv->chnl_ss_mac_rx_count[y]; [all …]
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/ |
| H A D | index.base | 16 # The shell1 test was added to the index in 5.0, and this baseline score 24 # George. (The HP has an index score of 666.6 single-process.) 25 2d-rects|3|score|15|15|1 26 #2d-lines|3|score|15|15|1 27 #2d-circle|3|score|15|15|1 28 2d-ellipse|3|score|15|15|1 29 #2d-shapes|3|score|15|15|1 30 2d-aashapes|3|score|15|15|1 31 #2d-polys|3|score|15|15|1 32 2d-text|3|score|15|15|1 [all …]
|
| H A D | gfx-x11 | 426 my $score = $average / $tdata->[0] * 1000.0; 427 printf "Test %s: %d --> %.1f\n", $test, $average, $score; 428 return $score; 468 my $score = runGroup($args[0], $reps, $time); 469 printf STDERR "COUNT|%.1f|0|score\n", $score;
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | smp-tbsync.c | 80 int i, score=0; in start_contest() local 107 score += tbsync->race_result; in start_contest() 110 return score; in start_contest() 115 int i, score, score2, old, min=0, max=5000, offset=1000; in smp_generic_give_timebase() local 131 score = start_contest(kSetAndTest, offset, NUM_ITER); in smp_generic_give_timebase() 133 pr_debug("score %d, offset %d\n", score, offset ); in smp_generic_give_timebase() 135 if( score > 0 ) in smp_generic_give_timebase() 141 score = start_contest(kSetAndTest, min, NUM_ITER); in smp_generic_give_timebase() 145 min, score, max, score2); in smp_generic_give_timebase() 146 score = abs(score); in smp_generic_give_timebase() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| H A D | shadow.c | 35 int score; member 56 int score = 1; in shadow_image() local 91 score += 1; in shadow_image() 92 score += 1; in shadow_image() 96 score += 3; in shadow_image() 100 score += 3; in shadow_image() 105 score += shadow_image(bios, idx + 1, offset + image.size, mthd); in shadow_image() 106 return score; in shadow_image() 123 mthd->score = shadow_image(bios, 0, 0, mthd); in shadow_method() 126 nvkm_debug(subdev, "scored %d\n", mthd->score); in shadow_method() [all …]
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | glxscreens.c | 259 int score = 0; in pickFBConfig() local 297 score += 32; in pickFBConfig() 299 score += 16; in pickFBConfig() 301 score += 8; in pickFBConfig() 303 score += 4; in pickFBConfig() 305 score += 2; in pickFBConfig() 307 score++; in pickFBConfig() 309 if (score > best_score) { in pickFBConfig() 311 best_score = score; in pickFBConfig()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_migration_classic.c | 100 return pExaPixmap->score >= 0; in exaPixmapShouldBeInFB() 466 if (pExaPixmap->score == EXA_PIXMAP_SCORE_PINNED) { in exaMigrateTowardFb() 473 (void *) pPixmap, pExaPixmap->score)); in exaMigrateTowardFb() 475 if (pExaPixmap->score == EXA_PIXMAP_SCORE_INIT) { in exaMigrateTowardFb() 477 pExaPixmap->score = 0; in exaMigrateTowardFb() 480 if (pExaPixmap->score < EXA_PIXMAP_SCORE_MAX) in exaMigrateTowardFb() 481 pExaPixmap->score++; in exaMigrateTowardFb() 483 if (pExaPixmap->score >= EXA_PIXMAP_SCORE_MOVE_IN && in exaMigrateTowardFb() 508 pExaPixmap->score)); in exaMigrateTowardSys() 510 if (pExaPixmap->score == EXA_PIXMAP_SCORE_PINNED) in exaMigrateTowardSys() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | spellingtrie.cpp | 327 dumb_node_->score = average_score_; in construct() 331 splitter_node_->score = average_score_; in construct() 338 root_->score = 0; in construct() 505 if (score_this < node_current->score) in construct_spellings_subset() 506 node_current->score = score_this; in construct_spellings_subset() 510 node_current->score = static_cast<unsigned char>( in construct_spellings_subset() 514 if (node_current->score < min_son_score) in construct_spellings_subset() 515 min_son_score = node_current->score; in construct_spellings_subset() 590 if (score_this < node_current->score) in construct_spellings_subset() 591 node_current->score = score_this; in construct_spellings_subset() [all …]
|
| H A D | spellingtable.cpp | 271 double score = log(raw_spellings_[pos].freq) * score_amplifier_; in arrange() local 272 assert(score >= 0); in arrange() 274 average_score += score; in arrange() 278 if (score > 255) in arrange() 279 score = 255; in arrange() 282 static_cast<char>((unsigned char)score); in arrange()
|
| H A D | userdict.cpp | 1864 int score = _get_lemma_score(wrd, spl, nchar); in _get_lpis() local 1913 uint32 intf = extract_score_freq(score); in _get_lpis() 1924 uint64 last_mod = extract_score_lmt(score); in _get_lpis() 2019 score_offset_pairs[i].score = s; in _get_lpis() 2028 if (s < score_offset_pairs[0].score) { in _get_lpis() 2029 score_offset_pairs[0].score = s; in _get_lpis() 2048 int s = sop[i].score; in _get_lpis() 2050 sop[i].score = sop[j].score; in _get_lpis() 2052 sop[j].score = s; in _get_lpis() 2064 if (sop[left].score > sop[par].score) { in _get_lpis() [all …]
|
| H A D | ngram.cpp | 235 float score = static_cast<float>( in convert_psb_to_score() local 237 if (score > static_cast<float>(kMaxScore)) { in convert_psb_to_score() 238 score = static_cast<float>(kMaxScore); in convert_psb_to_score() 240 return score; in convert_psb_to_score()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | inet6_hashtables.c | 99 int score = -1; in compute_score() local 109 score = sk->sk_bound_dev_if ? 2 : 1; in compute_score() 111 score++; in compute_score() 113 return score; in compute_score() 143 int score, hiscore = 0; in inet6_lhash2_lookup() local 147 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup() 148 if (score > hiscore) { in inet6_lhash2_lookup() 155 hiscore = score; in inet6_lhash2_lookup()
|
| H A D | ip6_gre.c | 129 int score, cand_score = 4; in ip6gre_tunnel_lookup() local 143 score = 0; in ip6gre_tunnel_lookup() 145 score |= 1; in ip6gre_tunnel_lookup() 147 score |= 2; in ip6gre_tunnel_lookup() 148 if (score == 0) in ip6gre_tunnel_lookup() 151 if (score < cand_score) { in ip6gre_tunnel_lookup() 153 cand_score = score; in ip6gre_tunnel_lookup() 167 score = 0; in ip6gre_tunnel_lookup() 169 score |= 1; in ip6gre_tunnel_lookup() 171 score |= 2; in ip6gre_tunnel_lookup() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/cpp/object_tracker/ |
| H A D | objects_tracker.h | 44 float score; member 51 …dNum(_detectedNum), noDetectedNum(_noDetectedNum), obj_class(_obj_class), score(_score), miss(_mis… in ExtObject() 86 float score; member 90 , preNumFramesNotDetected(0), score(0), miss(0) in TrackedObject()
|
| H A D | objects_update.cc | 27 object_score.push_back(object_input[i].score); in update() 54 object_output[i].score = extObjects[i].score; in update()
|
| H A D | track_link.cc | 30 object_input[i].score = c_track_input_score[i]; in track() 43 c_track_output_score[i] = object_output[i].score; in track()
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | fdt.c | 727 unsigned long l, score = 0; in of_fdt_is_compatible() local 733 score++; in of_fdt_is_compatible() 735 return score; in of_fdt_is_compatible() 759 unsigned int tmp, score = 0; in of_flat_dt_match() local 766 if (tmp && (score == 0 || (tmp < score))) in of_flat_dt_match() 767 score = tmp; in of_flat_dt_match() 771 return score; in of_flat_dt_match() 818 unsigned int best_score = ~1, score = 0; in of_flat_dt_match_machine() local 822 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine() 823 if (score > 0 && score < best_score) { in of_flat_dt_match_machine() [all …]
|
| H A D | base.c | 489 int index = 0, score = 0; in __of_device_is_compatible() local 497 score = INT_MAX/2 - (index << 2); in __of_device_is_compatible() 501 if (!score) in __of_device_is_compatible() 509 score += 2; in __of_device_is_compatible() 516 score++; in __of_device_is_compatible() 519 return score; in __of_device_is_compatible() 545 unsigned int tmp, score = 0; in of_device_compatible_match() local 552 if (tmp > score) in of_device_compatible_match() 553 score = tmp; in of_device_compatible_match() 557 return score; in of_device_compatible_match() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | tlv320aic23.c | 266 int score; in find_rate() local 271 score = get_score(adc, adc_l, adc_h, need_adc, in find_rate() 273 if (best_score > score) { in find_rate() 274 best_score = score; in find_rate() 279 score = get_score((adc >> 1), adc_l, adc_h, need_adc, in find_rate() 282 if ((score != UINT_MAX) && (best_score >= score)) { in find_rate() 283 best_score = score; in find_rate()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | glue.c | 126 int score; in acpi_find_child_device() local 153 score = find_child_checks(adev, check_children); in acpi_find_child_device() 154 if (score == FIND_CHILD_MAX_SCORE) { in acpi_find_child_device() 156 } else if (score > ret_score) { in acpi_find_child_device() 158 ret_score = score; in acpi_find_child_device()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | WRITING_TESTS | 49 COUNT|score|timebase|label 62 The COUNT line is the line used to report a test score. 64 * "score" is the result, typically the number of loops performed during 67 value of 1 reports the score as is; a value of 60, for example, divides 69 that the score is already a rate, ie. a count of things per second. 70 * "label" is the label to use for the score; like "lps" (loops per
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | core.c | 676 unsigned int score, max_score = 0; in kdamond_apply_schemes() local 705 score = c->primitive.get_scheme_score( in kdamond_apply_schemes() 707 quota->histogram[score] += in kdamond_apply_schemes() 709 if (score > max_score) in kdamond_apply_schemes() 710 max_score = score; in kdamond_apply_schemes() 715 for (cumulated_sz = 0, score = max_score; ; score--) { in kdamond_apply_schemes() 716 cumulated_sz += quota->histogram[score]; in kdamond_apply_schemes() 717 if (cumulated_sz >= quota->esz || !score) in kdamond_apply_schemes() 720 quota->min_score = score; in kdamond_apply_schemes()
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aorb/ |
| H A D | orb_algos.cpp | 72 void init_matchpoints(orb_matched_point_t* point, U32 row1, U32 col1, U32 row2, U32 col2, U32 score… in init_matchpoints() argument 81 point->score = score; in init_matchpoints() 118 keypoint.score = 0; in matching() 135 if (success_num > keypoint.score) { in matching() 148 if (keypoint.score > 0) { in matching() 535 keypoint->score, in elimate_affine_transform() 673 keypoint->score, in elimate_affine_transform()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_hashtables.c | 236 int score = -1; in compute_score() local 245 score = sk->sk_bound_dev_if ? 2 : 1; in compute_score() 248 score++; in compute_score() 250 score++; in compute_score() 252 return score; in compute_score() 287 int score, hiscore = 0; in inet_lhash2_lookup() local 291 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup() 292 if (score > hiscore) { in inet_lhash2_lookup() 299 hiscore = score; in inet_lhash2_lookup()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.c | 229 int index = 0, score = 0; in of_device_is_compatible() local 237 score = INT_MAX/2 - (index << 2); in of_device_is_compatible() 241 if (!score) in of_device_is_compatible() 249 score += 2; in of_device_is_compatible() 256 score++; in of_device_is_compatible() 259 return score; in of_device_is_compatible()
|