OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atemp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/videomode/
pickmode.c
122
int aspect, refresh, hbest, vbest, abest,
atemp
, rbest, rtemp;
local
174
atemp
= (modes[i].hdisplay * 100 / modes[i].vdisplay);
181
if (abs(abest -
atemp
) > (abest / 8) &&
182
abs(aspect -
atemp
) < abs(aspect - abest)) {
183
abest =
atemp
;
186
if (
atemp
== abest ||
187
abs(abest -
atemp
) <= (abest / 8)) {
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
nouveau_nvkm_subdev_timer_base.c
77
struct nvkm_alarm *alarm, *
atemp
;
local
83
list_for_each_entry_safe(alarm,
atemp
, &tmr->alarms, head) {
105
list_for_each_entry_safe(alarm,
atemp
, &exec, exec) {
/src/sys/dev/ic/
arn9003.c
2639
int32_t scale,
atemp
, avolt, tempcal, voltcal, temp, volt;
local
2648
atemp
= MS(reg, AR_PHY_TPC_19_ALPHA_THERM);
2663
tempcorr = (
atemp
* (temp - tempcal) + 128) / 256;
Completed in 20 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026