OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer0last
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/shark/isa/
clock.c
239
unsigned
timer0last
;
variable in typeref:typename:unsigned
281
timer0last
= 0;
320
if (
timer0last
>= current)
321
ticks =
timer0last
- current;
323
ticks =
timer0last
+ (TIMER0_ROLLOVER - current);
325
timer0last
= current;
clock.c
239
unsigned
timer0last
;
variable in typeref:typename:unsigned
281
timer0last
= 0;
320
if (
timer0last
>= current)
321
ticks =
timer0last
- current;
323
ticks =
timer0last
+ (TIMER0_ROLLOVER - current);
325
timer0last
= current;
Completed in 23 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025