OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mtemp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/videomode/
pickmode.c
124
struct videomode *
mtemp
= NULL;
local
150
mtemp
= &modes[i];
154
mtemp
= &modes[i];
157
aspect =
mtemp
->hdisplay * 100 /
mtemp
->vdisplay;
158
refresh = DIVIDE(DIVIDE(
mtemp
->dot_clock * 1000,
159
mtemp
->htotal),
mtemp
->vtotal);
160
if (
mtemp
!= modes)
161
swap_modes(
mtemp
, modes)
[
all
...]
/src/sys/kern/
kern_ntptime.c
619
long
mtemp
;
local
655
mtemp
= time_second - time_reftime;
658
L_MPY(ftemp,
mtemp
);
661
if (
mtemp
>= MINSEC && (time_status & STA_FLL ||
mtemp
>
663
L_LINT(ftemp, (time_monitor << 4) /
mtemp
);
/src/sys/external/gpl2/dts/dist/include/dt-bindings/usb/
pd.h
406
#define VDO_ACABLE2(
mtemp
, stemp, u3p, trans, phy, ele, u4, hops, u2, u32, lane, iso, gen) \
407
(((
mtemp
) & 0xff) << 24 | ((stemp) & 0xff) << 16 | ((u3p) & 0x7) << 12 \
Completed in 15 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026