OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:intvl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hp300/hp300/
clock.c
112
int
intvl
;
local
132
intvl
= (10000 / CLK_RESOLUTION) - 1;
133
__asm volatile(" movpw %0,%1@(5)" : : "d" (
intvl
), "a" (clk));
148
"a" (clk), "d" (
intvl
));
160
__asm volatile(" movpw %0@(5),%1" : : "a" (clk), "d" (
intvl
));
190
int
intvl
, statint, profint, minint;
local
224
intvl
= COUNTS_PER_SEC / hz;
231
tick =
intvl
* CLK_RESOLUTION;
234
intvl
--;
239
clkint =
intvl
;
[
all
...]
/src/sys/arch/evbarm/ifpga/
ifpga_clock.c
192
load_timer(int base, int
intvl
)
196
if (
intvl
& ~0x0000ffff)
208
base + TIMERx_LOAD,
intvl
);
213
return
intvl
;
242
int
intvl
;
local
268
intvl
= COUNTS_PER_SEC / hz;
276
intvl
--;
297
= load_timer(IFPGA_TIMER1_BASE,
intvl
);
/src/usr.sbin/timed/timed/
readmsg.c
72
* `
intvl
' seconds. If not, it returns NULL.
76
readmsg(int type, char *machfrom, struct timeval *
intvl
,
173
timeradd(&rtout,
intvl
, &rtout);
/src/bin/csh/
csh.c
1261
int cnt,
intvl
;
local
1270
intvl
= (cnt && number(*vp)) ? (--cnt, getn(*vp++)) : MAILINTVL;
1271
if (
intvl
< 1)
1272
intvl
= 1;
1273
if (chktim +
intvl
> t)
Completed in 55 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026