HomeSort by: relevance | last modified time | path
    Searched defs:prev_counter (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/amiga/dev/
clock.c 290 static u_int prev_counter; local in function:clk_getcounter
306 if (counter < prev_counter && cur_hardclock == prev_hardclock)
310 prev_counter = counter;
clock.c 290 static u_int prev_counter; local in function:clk_getcounter
306 if (counter < prev_counter && cur_hardclock == prev_hardclock)
310 prev_counter = counter;

Completed in 49 milliseconds