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

  /src/games/cribbage/
io.c 524 WINDOW *oscr; local in function:get_line
526 oscr = stdscr;
561 stdscr = oscr;
  /src/sys/arch/arm/sa11x0/
sa11x0_ost.c 148 uint32_t oscr, nextmatch, oldmatch; local in function:clockintr
158 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR);
161 (oscr > nextmatch || oscr < oldmatch)) ||
162 (nextmatch < oldmatch && oscr > nextmatch && oscr < oldmatch)) {
170 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR);
171 nextmatch = oscr + 10;
187 uint32_t oscr, nextmatch, oldmatch; local in function:statintr
197 oscr = bus_space_read_4(sc->sc_iot, sc->sc_ioh, SAOST_CR)
    [all...]

Completed in 11 milliseconds