/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/ |
H A D | zpool_scrub_003_pos.ksh | 59 typeset -i percent 60 percent=$($ZPOOL status $TESTPOOL | $GREP "^ scrub" | \ 63 percent=100 65 $ECHO $percent 72 typeset -i PERCENT=30 percent=0 73 while ((percent < PERCENT)) ; do 74 percent=$(get_scrub_percent) 78 percent=$(get_scrub_percent) 79 if ((percent > PERCENT)); then
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_07.X.out | 1 …percent-time>90</percent-time><columns>23</columns><benefits full-time="honest & for true">ful…
|
H A D | test_07.XP.out | 18 <percent-time>90</percent-time> 27 <percent-time>90</percent-time> 36 <percent-time>60</percent-time> 45 <percent-time>40</percent-time> 53 <percent-time>40</percent-time> 61 <percent-time>90</percent-time>
|
H A D | test_05.XP.out | 37 <percent-time>90</percent-time> 45 <percent-time>90</percent-time> 53 <percent-time>60</percent-time> 61 <percent-time>40</percent-time> 68 <percent-time>40</percent-time> 75 <percent-time>90</percent-time> 83 <percent-time>20</percent-time>
|
H A D | test_05.X.out | 1 …percent-time>90</percent-time><benefits full-time="honest & for true">full</benefits></employe…
|
H A D | test_07.J.out | 1 …percent-time":90,"columns":23,"benefits":"full"}, {"first-name":"Terry","nic-name":"\"<one\"","las…
|
H A D | test_07.JP.out | 22 "percent-time": 90, 31 "percent-time": 90, 40 "percent-time": 60, 49 "percent-time": 40, 57 "percent-time": 40, 65 "percent-time": 90,
|
H A D | test_05.J.out | 1 …percent-time":90,"benefits":"full"}, {"first-name":"Terry","nic-name":"\"<one\"","last-name":"Οὐχὶ…
|
H A D | test_05.JP.out | 41 "percent-time": 90, 49 "percent-time": 90, 57 "percent-time": 60, 65 "percent-time": 40 72 "percent-time": 40 79 "percent-time": 90, 87 "percent-time": 20
|
H A D | test_07.E.out | 22 op content: [percent-time] [90] [0] 32 op content: [percent-time] [90] [0] 42 op content: [percent-time] [60] [0] 52 op content: [percent-time] [40] [0] 60 op content: [percent-time] [40] [0] 68 op content: [percent-time] [90] [0]
|
H A D | test_07.HIPx.out | 39 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=… 52 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=… 65 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=… 78 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=… 90 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=… 103 …<div class="data" data-tag="percent-time" data-xpath="/employees/employee/percent-time" data-type=…
|
H A D | test_05.E.out | 41 op content: [percent-time] [90] [0] 50 op content: [percent-time] [90] [0] 59 op content: [percent-time] [60] [0] 68 op content: [percent-time] [40] [0] 75 op content: [percent-time] [40] [0] 82 op content: [percent-time] [90] [0] 91 op content: [percent-time] [20] [0]
|
H A D | test_07.H.out | 1 …percent-time"> 90</div></div><div class="line"><div class="data" data-tag="columns">55</div><…
|
H A D | test_07.HP.out | 39 <div class="data" data-tag="percent-time"> 90</div> 52 <div class="data" data-tag="percent-time"> 90</div> 65 <div class="data" data-tag="percent-time"> 60</div> 78 <div class="data" data-tag="percent-time"> 40</div> 90 <div class="data" data-tag="percent-time"> 40</div> 103 <div class="data" data-tag="percent-time"> 90</div>
|
/freebsd/usr.bin/backlight/ |
H A D | backlight.c | 99 long percent = -1; in main() local 146 percent = strtonum(argv[0], 0, 100, &percent_error); in main() 186 if (percent == -1) in main() 188 props.brightness = percent; in main() 194 if (percent == 0) in main() 199 percent = percent == -1 ? 10 : percent; in main() 200 percent = action == BACKLIGHT_INCR ? percent : -percent; in main() 201 props.brightness += percent; in main()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | HeatUtils.cpp | 66 double percent = (freq > 0) ? log2(double(freq)) / log2(maxFreq) : 0; in getHeatColor() local 67 return getHeatColor(percent); in getHeatColor() 70 std::string getHeatColor(double percent) { in getHeatColor() argument 71 if (percent > 1.0) in getHeatColor() 72 percent = 1.0; in getHeatColor() 73 if (percent < 0.0) in getHeatColor() 74 percent = 0.0; in getHeatColor() 75 unsigned colorId = unsigned(round(percent * (heatSize - 1.0))); in getHeatColor()
|
/freebsd/usr.bin/fortune/fortune/ |
H A D | fortune.c | 71 int percent; member 350 int i, percent; in form_file_list() local 384 percent = NO_PROB; in form_file_list() 388 percent = 0; in form_file_list() 390 percent = percent * 10 + *sp - '0'; in form_file_list() 391 if (percent > 100) { in form_file_list() 406 percent = NO_PROB; in form_file_list() 429 } else if (!add_file(percent, sp, NULL, &File_list, in form_file_list() 443 add_file(int percent, const char *file, const char *dir, FILEDESC **head, in add_file() argument 510 i += add_file(percent, file, *pstr++, in add_file() [all …]
|
/freebsd/contrib/dialog/ |
H A D | guage.c | 45 int percent; member 155 (void) wprintw(dialog, "%3d%%", obj->percent); in repaint_text() 162 x = (obj->percent * (obj->width - 2 * (3 + MARGIN))) / 100; in repaint_text() 205 obj->percent = atoi(buf); in handle_input() 223 obj->percent = atoi(buf); in handle_input() 281 dlg_update_gauge(void *objptr, int percent) in dlg_update_gauge() argument 288 obj->percent = percent; in dlg_update_gauge() 302 int percent) in dlg_reallocate_gauge() argument 351 obj->percent = percent; in dlg_reallocate_gauge() 370 int percent) in dlg_allocate_gauge() argument [all …]
|
H A D | mixedgauge.c | 119 float percent; in myprint_status() local 161 if (sscanf(status, "%f%%", &percent) != 1) in myprint_status() 162 percent = 0.0; in myprint_status() 163 xxx = (int) ((cells * (percent + 0.5)) / 100.0); in myprint_status() 216 dlg_update_mixedgauge(DIALOG_MIXEDGAUGE * dlg, int percent) in dlg_update_mixedgauge() argument 232 (void) wprintw(dlg->dialog, "%3d%%", percent); in dlg_update_mixedgauge() 239 x = (percent * (dlg->width - 2 * (3 + MARGIN))) / 100; in dlg_update_mixedgauge() 386 int percent, in dialog_mixedgauge() argument 398 DLG_TRACE2N("percent", percent); in dialog_mixedgauge() 405 dlg_update_mixedgauge(&dlg, percent); in dialog_mixedgauge()
|
H A D | arrows.c | 180 int percent; in dlg_draw_scrollbar() local 183 percent = (!total_data in dlg_draw_scrollbar() 188 if (percent < 0) in dlg_draw_scrollbar() 189 percent = 0; in dlg_draw_scrollbar() 190 else if (percent > 100) in dlg_draw_scrollbar() 191 percent = 100; in dlg_draw_scrollbar() 194 (void) sprintf(buffer, "%d%%", percent); in dlg_draw_scrollbar()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 172 size_t percent = format.find('%'); in logf() local 173 if (percent == StringRef::npos) { in logf() 177 assert(format[percent] == '%'); in logf() 179 if (percent > 0) out << format.substr(0, percent); in logf() 181 switch (format[percent+1]) { in logf() 188 format = format.substr(percent+2); in logf()
|
/freebsd/sys/dev/pwm/ |
H A D | pwm_backlight.c | 75 static int pwm_backlight_find_level_per_percent(struct pwm_backlight_softc *sc, int percent); 185 pwm_backlight_find_level_per_percent(struct pwm_backlight_softc *sc, int percent) in pwm_backlight_find_level_per_percent() argument 190 if (percent < 0 || percent > 100) in pwm_backlight_find_level_per_percent() 194 if (sc->levels[i] == percent) in pwm_backlight_find_level_per_percent() 196 else if (sc->levels[i] < percent) in pwm_backlight_find_level_per_percent() 197 diff = percent - sc->levels[i]; in pwm_backlight_find_level_per_percent() 199 if (diff < abs((percent - sc->levels[i]))) in pwm_backlight_find_level_per_percent()
|
/freebsd/usr.sbin/pwm/ |
H A D | pwm.c | 81 char *percent; in main() local 121 duty = strtoul(optarg, &percent, 10); in main() 122 if (*percent == '%') { in main() 128 } else if (*percent != '\0') in main() 196 if (*percent != '\0') in main()
|
/freebsd/contrib/bc/src/ |
H A D | file.c | 319 char* percent; in bc_file_vprintf() 328 // Find each percent sign. in bc_file_vprintf() 329 while ((percent = strchr(ptr, '%')) != NULL) in bc_file_vprintf() 333 // If the percent sign is not where we are, write what's inbetween in bc_file_vprintf() 335 if (percent != ptr) in bc_file_vprintf() 337 size_t len = (size_t) (percent - ptr); in bc_file_vprintf() 341 c = percent[1]; in bc_file_vprintf() 386 assert((c == 'l' || c == 'z') && percent[2] == 'u'); in bc_file_vprintf() 401 ptr = percent + 2 + (c == 'l' || c == 'z'); in bc_file_puts() 404 // If we get here, there are no more percent sign in bc_file_puts() 301 char* percent; bc_file_vprintf() local [all...] |
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | vctrl.txt | 17 - ovp-threshold-percent : overvoltage protection (OVP) threshold of the 18 regulator in percent. Some regulators have an OVP 31 This value is required when ovp-threshold-percent is 48 ovp-threshold-percent = <16>;
|