/src/sbin/fsck/ |
progress.c | 87 * percentage in the range [progress_lowlim .. progress_highlim]. 94 int len, percentage; local in function:progress_bar 115 percentage = progress_lowlim + 117 percentage = MAX(percentage, 0); 118 percentage = MIN(percentage, 100); 120 if (percentage == lastpercentage) 122 lastpercentage = percentage; 130 i = barlength * percentage / 100 [all...] |
/src/sys/net/npf/ |
npf_ext_rndblock.c | 62 unsigned int percentage; member in struct:__anon3216c4170108 80 meta->percentage = dnvlist_get_number(params, "percentage", 0); 114 * Drop the packets according to the given module or percentage. 127 if (rndblock->percentage) { 129 if (w <= rndblock->percentage) {
|
/src/games/rogue/ |
random.c | 137 rand_percent(int percentage) 139 return(get_rand(1, 100) <= percentage);
|
/src/sys/arch/powerpc/powerpc/ |
ofwmagic.S | 86 # minimum percentage size
|
/src/sys/arch/i386/i386/ |
longrun.c | 157 tmx86_get_longrun_status(u_int *frequency, u_int *voltage, u_int *percentage) 168 *percentage = descs[2];
|
/src/sys/arch/ofppc/stand/ofwboot/ |
ofwstart.S | 84 # minimum percentage size
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
clock_source.h | 38 uint32_t percentage; /*> In unit of 0.01% or 0.001%*/ member in struct:spread_spectrum_data 76 /* DP Reference clock SS percentage 79 /* DP Reference clock SS percentage divider */
|
/src/usr.sbin/envstat/ |
envstat.c | 86 bool percentage; member in struct:envsys_sensor 734 /* get percentage flag */ 735 obj1 = prop_dictionary_get(obj, "want-percentage"); 737 sensor->percentage = prop_bool_true(obj1); 1119 /* Print percentage of max_value */ 1138 if (sensor->percentage) { 1149 if (sensor->percentage) { 1298 /* Print percentage of max_value */ 1320 if (sensor->percentage) { 1331 if (sensor->percentage) { [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios.c | 792 u16 percentage = 0, rate = 0; local in function:amdgpu_atombios_get_igp_ss_overrides 803 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage); 807 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage); 811 percentage = le16_to_cpu(igp_info->info_6.usLvdsSSPercentage); 819 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); 823 percentage = le16_to_cpu(igp_info->info_7.usHDMISSPercentage); 827 percentage = le16_to_cpu(igp_info->info_7.usLvdsSSPercentage); 835 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); 839 percentage = le16_to_cpu(igp_info->info_8.usHDMISSPercentage); 843 percentage = le16_to_cpu(igp_info->info_8.usLvdsSSPercentage) [all...] |
amdgpu_atombios_crtc.c | 258 /* Don't mess with SS if percentage is 0 or external ss. 263 if (ss->percentage == 0) 400 if (amdgpu_crtc->ss_enabled && amdgpu_crtc->ss.percentage) 413 if (amdgpu_crtc->ss_enabled && amdgpu_crtc->ss.percentage) 875 (u32)amdgpu_crtc->ss.percentage) /
|
amdgpu_mode.h | 370 uint16_t percentage; member in struct:amdgpu_atom_ss
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/ |
bios_parser_types.h | 288 uint32_t percentage; member in struct:bp_spread_spectrum_parameters
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
amdgpu_dce_clock_source.c | 506 pll_settings->ss_percentage = ss_data->percentage; 667 if (ss_data->percentage == 0) 684 fb_div, dc_fixpt_from_fraction(ss_data->percentage, 743 bp_params.percentage = ss_data->percentage; 1161 /* for HDMI check SS percentage, 1167 "Invalid SS percentage "); 1179 * which assumes fixed SS percentage Divider = 100)*/ 1185 ss_data_cur->percentage =
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_rv740_dpm.c | 170 u32 clk_v = 4 * ss.percentage * fbdiv / (clk_s * 10000); 259 u32 clk_v = 0x40000 * ss.percentage *
|
radeon_atombios_crtc.c | 460 /* Don't mess with SS if percentage is 0 or external ss. 465 if (ss->percentage == 0) 506 args.v2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); 525 args.v1.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); 533 if ((enable == ATOM_DISABLE) || (ss->percentage == 0) || 538 args.lvds_ss_2.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); 549 args.lvds_ss.usSpreadSpectrumPercentage = cpu_to_le16(ss->percentage); 703 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) 716 if (radeon_crtc->ss_enabled && radeon_crtc->ss.percentage) 1130 (u32)radeon_crtc->ss.percentage) / [all...] |
radeon_atombios.c | 1409 ss->percentage = 1434 u16 percentage = 0, rate = 0; local in function:radeon_atombios_get_igp_ss_overrides 1445 percentage = le16_to_cpu(igp_info->info_6.usDVISSPercentage); 1449 percentage = le16_to_cpu(igp_info->info_6.usHDMISSPercentage); 1453 percentage = le16_to_cpu(igp_info->info_6.usLvdsSSPercentage); 1461 percentage = le16_to_cpu(igp_info->info_7.usDVISSPercentage); 1465 percentage = le16_to_cpu(igp_info->info_7.usHDMISSPercentage); 1469 percentage = le16_to_cpu(igp_info->info_7.usLvdsSSPercentage); 1477 percentage = le16_to_cpu(igp_info->info_8.usDVISSPercentage); 1481 percentage = le16_to_cpu(igp_info->info_8.usHDMISSPercentage) [all...] |
radeon_rv730_dpm.c | 102 u32 clk_v = ss.percentage * fbdiv / (clk_s * 10000); 178 u32 clk_v = ss.percentage * dividers.fb_div / (clk_s * 10000);
|
radeon_mode.h | 311 uint16_t percentage; member in struct:radeon_atom_ss
|
radeon_rv6xx_dpm.c | 574 ss.percentage, 692 ss.percentage,
|
/src/usr.sbin/cpuctl/arch/ |
i386.c | 1459 tmx86_get_longrun_status(u_int *frequency, u_int *voltage, u_int *percentage) 1466 *percentage = descs[2]; 1473 u_int frequency, voltage, percentage; local in function:transmeta_cpu_info 1510 &voltage, &percentage); 1512 frequency, voltage, percentage);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/ |
amdgpu_command_table.c | 1272 if ((enable == true) && (bp_params->percentage > 0)) 1278 cpu_to_le16((uint16_t)bp_params->percentage); 1323 if ((enable == true) && (bp_params->percentage > 0)) { 1327 cpu_to_le16((uint16_t)(bp_params->percentage));
|
/src/usr.bin/make/ |
dir.c | 1622 percentage(int num, int den) function in typeref:typename:int 1636 percentage(hits, hits + bigmisses + nearmisses));
|
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
amdgpu_smu8_hwmgr.c | 697 unsigned long percentage; local in function:smu8_update_sclk_limit 726 percentage = 75; 727 /*Sclk - calculate sclk value based on percentage and find FLOOR sclk from VddcDependencyOnSCLK table */ 729 percentage) / 100;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
am335x-shc.dts | 34 voltage-tolerance = <2>; /* 2 percentage */
|
/src/common/dist/zlib/contrib/delphi/ |
ZLib.pas | 72 CompressionRate returns the on-the-fly percentage by which the original
|