Searched refs:iteration (Results 1 – 5 of 5) sorted by relevance
/u-boot/lib/ |
A D | gunzip.c | 93 void gzwrite_progress(int iteration, in gzwrite_progress() argument 97 if (0 == (iteration & 3)) in gzwrite_progress() 134 int iteration = 0; in gzwrite() local 244 gzwrite_progress(iteration++, in gzwrite()
|
/u-boot/include/ |
A D | gzip.h | 59 void gzwrite_progress(int iteration, u64 bytes_written, u64 total_bytes);
|
/u-boot/cmd/ |
A D | mem.c | 1002 vu_long pattern, int iteration) in mem_test_quick() argument 1012 if (iteration & 1) { in mem_test_quick() 1075 int iteration; in do_mem_mtest() local 1106 for (iteration = 0; in do_mem_mtest() 1107 !iteration_limit || iteration < iteration_limit; in do_mem_mtest() 1108 iteration++) { in do_mem_mtest() 1114 printf("Iteration: %6d\r", iteration + 1); in do_mem_mtest() 1126 iteration); in do_mem_mtest() 1139 printf("Tested %d iteration(s) with %lu errors.\n", iteration, count); in do_mem_mtest()
|
/u-boot/doc/ |
A D | README.POST | 352 will allow to detect system rebooting on the previous iteration. For 460 iteration r0/r1 will be used as operands and r2 for result. On 461 the second iteration, r1/r2 will be used as operands and r3 as 669 marked with the POST_REBOOT bit flag. On the first iteration, the 672 the test fails. If the system reboots, on the second iteration the
|
/u-boot/scripts/ |
A D | spelling.txt | 673 itertation||iteration
|
Completed in 8 milliseconds