OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:guess
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c
1724
* Otherwise, don't second-
guess
the driver.
1766
/* If we still don't have a sync range,
guess
wildly */
2395
DisplayModePtr
guess
= NULL, aspect_guess = NULL, base_guess = NULL;
local
2426
guess
= biggestMode(base_guess, aspect_guess);
2428
if (!
guess
)
2433
modes[o] = xf86OutputFindClosestMode(config->output[o],
guess
);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
xf86Crtc.c
1618
* Otherwise, don't second-
guess
the driver.
1653
/* If we still don't have a sync range,
guess
wildly */
2140
DisplayModePtr
guess
= NULL, aspect_guess = NULL, base_guess = NULL;
local
2170
guess
= biggestMode(base_guess, aspect_guess);
2172
if (!
guess
)
2177
modes[o] = xf86OutputFindClosestMode(config->output[o],
guess
);
Completed in 9 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026