Searched refs:percentage (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-power-throttle.h73 * Throttle power to percentage% of configured maximum (MAXPOW).
75 * @param percentage 0 to 100
78 extern int cvmx_power_throttle_self(uint8_t percentage);
81 * Throttle power to percentage% of configured maximum (MAXPOW)
84 * @param percentage 0 to 100
88 extern int cvmx_power_throttle(uint8_t percentage, uint64_t coremask);
94 extern int cvmx_power_throttle_bmp(uint8_t percentage,
H A Dcvmx-power-throttle.c165 * Set the POWLIM field as percentage% of the MAXPOW field in r.
168 uint8_t percentage)
174 assert(percentage < 101);
188 t = percentage * t / 100;
223 int cvmx_power_throttle_self(uint8_t percentage) argument
229 percentage) == 0)
235 int cvmx_power_throttle(uint8_t percentage, uint64_t coremask) argument
248 if (cvmx_power_throttle_set_powlim(ppid, percentage) == 0)
256 int cvmx_power_throttle_bmp(uint8_t percentage, struct cvmx_coremask *pcm) argument
267 if (cvmx_power_throttle_set_powlim(ppid, percentage)
167 cvmx_power_throttle_set_powlim(int ppid, uint8_t percentage) argument
[all...]
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dchecksum31 percentage=0
42 0 0 $percentage $items
62 percentage=$(echo $percentage + 100/`echo $DISTRIBUTIONS | wc -w` | bc)
/freebsd-11-stable/contrib/expat/tests/
H A Dminicheck.c192 double percentage = ((double)passed) / runner->nchecks; local
193 int display = (int)(percentage * 100);
/freebsd-11-stable/sys/i386/i386/
H A Dlongrun.c112 tmx86_get_longrun_status(u_int * frequency, u_int * voltage, u_int * percentage) argument
122 *percentage = regs[2];
292 OID_AUTO, "percentage", CTLTYPE_INT | CTLFLAG_RD,
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmessage.c64 /// Expected size of the input stream is needed to show completion percentage
289 /// Make the string indicating completion percentage.
296 // no idea of the completion percentage.
301 double percentage = (double)(in_pos) / (double)(expected_in_size) local
306 snprintf(buf, sizeof(buf), "%.1f %%", percentage);
677 // Don't print the percentage when it isn't known
679 const char *percentage = progress_percentage(in_pos); local
680 if (percentage[0] != '-')
681 fprintf(stderr, "%s, ", percentage);
/freebsd-11-stable/contrib/less/
H A Dprompt.c17 * name of the file being viewed, the percentage into the file, etc.
353 ap_int(percentage(pos,len));
364 ap_int(percentage(linenum, last_linenum));
H A Dos.c322 * Return the ratio of two POSITIONS, as a percentage.
326 percentage(num, den) function
334 * Return the specified percentage of a POSITION.
H A Dfuncs.h275 public int percentage LESSPARAMS ((POSITION num, POSITION den));
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_crtc.c466 if ((ss->percentage == 0) || (ss->type & ATOM_EXTERNAL_SS_MASK) || ASIC_IS_DCE61(rdev))
469 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage);
487 if ((ss->percentage == 0) || (ss->type & ATOM_EXTERNAL_SS_MASK) || ASIC_IS_DCE41(rdev))
490 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage);
498 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) ||
503 args.lvds_ss_2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage);
510 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) ||
515 args.lvds_ss.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage);
640 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage)
653 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage)
[all...]
H A Dradeon_atombios.c1385 ss->percentage =
1408 u16 percentage = 0, rate = 0; local
1419 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage);
1423 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage);
1427 percentage = le16_to_cpu(igp_info->info_6.usLvdsSSPercentage);
1435 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage);
1439 percentage = le16_to_cpu(igp_info->info_7.usHDMISSPercentage);
1443 percentage = le16_to_cpu(igp_info->info_7.usLvdsSSPercentage);
1452 if (percentage)
1453 ss->percentage
[all...]
H A Dradeon_mode.h287 uint16_t percentage; member in struct:radeon_atom_ss
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A Dlto.h859 * percentage of the available space on the disk. Set to 100 to indicate
871 thinlto_code_gen_t cg, unsigned percentage);
/freebsd-11-stable/sbin/camcontrol/
H A Dcamcontrol.c6384 u_int64_t percentage; local
6387 percentage = 10000ull * val;
6392 (uintmax_t)(percentage /
6394 (unsigned)((percentage /

Completed in 166 milliseconds