Home
last modified time | relevance | path

Searched refs:score (Results 1 – 4 of 4) sorted by relevance

/u-boot/doc/develop/
A Dpython_cq.rst20 build system tracks the current 'score' of the source code and detects
52 `pylint.cur` which shows the pylint score for each module::
65 This file is in alphabetical order. The build system compares the score of each
67 same modules in it) and reports any files where the score has dropped. Use
/u-boot/cmd/
A D2048.c13 static uint score; variable
44 printf("2048.c %17d pts\n\n", score); in drawBoard()
125 score += array[t] + array[x]; in slideArray()
338 score = 0; in do_2048()
/u-boot/drivers/core/
A Dof_access.c232 int index = 0, score = 0; in of_device_is_compatible() local
240 score = INT_MAX/2 - (index << 2); in of_device_is_compatible()
244 if (!score) in of_device_is_compatible()
252 score += 2; in of_device_is_compatible()
259 score++; in of_device_is_compatible()
262 return score; in of_device_is_compatible()
/u-boot/drivers/ram/octeon/
A Docteon3_lmc.c2175 int rank, int flags, int score) in do_display_rl() argument
2217 int rank, int score) in display_rl_with_score() argument
2231 lmc_rlevel_rank, int rank, int score) in display_rl_with_computed() argument
2250 int rank, int score, in display_rl_with_rodt() argument
6406 int score; member
6831 rl_score[rtt_nom][rodt_ctl][rankx].score, in rodt_loop()
7056 rl_score[rtt_nom][rodt_ctl][orankx].score; in rank_major_loop()
7153 rl_score[rtt_nom][rodt_ctl][orankx].score; in rank_major_loop()
7225 rl_score[rtt_nom][rodt_ctl][orankx].score; in rank_major_loop()
8300 rl_score[rtt_nom][rodt_ctl][rankx].score); in lmc_read_leveling()
[all …]

Completed in 30 milliseconds