OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_percent
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Modes.c
110
float a_active, a_total,
active_percent
, pixels_per_second;
local
118
active_percent
= a_active / a_total;
119
pixels_per_second =
active_percent
* mode->Clock * 1000.0;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Modes.c
113
float a_active, a_total,
active_percent
, pixels_per_second;
local
121
active_percent
= a_active / a_total;
122
pixels_per_second =
active_percent
* mode->Clock * 1000.0;
/xsrc/external/mit/xf86-video-mga/dist/src/
mga_driver.c
3859
float a_active, a_total,
active_percent
, pixels_per_second;
local
3867
active_percent
= a_active / a_total;
3868
pixels_per_second =
active_percent
* mode->Clock * 1000.0;
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_driver.c
6041
float a_active, a_total,
active_percent
, pixels_per_second;
local
6049
active_percent
= a_active / a_total;
6050
pixels_per_second =
active_percent
* mode->Clock * 1000.0;
Completed in 12 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026