HomeSort by: relevance | last modified time | path
    Searched refs:stick (Results 1 - 8 of 8) sorted by relevancy

  /src/games/adventure/
hdr.h 149 extern int tk[21], stick, dtotal, attack;
subr.c 192 dtotal = attack = stick = 0; /* 6010 */
265 stick++;
283 l82: if (stick <= 1) { /* 82 */
284 rspeak(k + stick);
285 if (stick == 0)
288 printf("%d of them get you!\n", stick); /* 83 */
save.c 503 {&stick, sizeof(stick)},
616 &stick,
init.c 123 int tk[21], stick, dtotal, attack; variable
  /src/sys/arch/sparc64/include/
psl.h 275 #define STICK %asr24 /* STICK register */
276 #define STICK_CMPR %asr25 /* STICK Compare register */
392 SPARC64_RDASR64_DEF(stick, STICK) /* getstick() */
393 SPARC64_WRASR64_DEF(stick, STICK) /* setstick() */
  /src/sys/arch/sparc64/dev/
psycho.c 1550 /* US-IIe STICK support */
1555 uint64_t stick; local
1557 stick = bus_space_read_8(psycho0->sc_bustag, psycho0->sc_bh,
1561 return stick;
1577 * looks like we can't actually write the STICK counter, so instead we
  /src/sys/arch/amiga/amiga/
locore.s 888 movc %d0,%cacr | does it stick?
  /src/sys/arch/sparc64/sparc64/
locore.s 1944 * If the store that trapped was to a user address, stick it in the PCB.
4537 * If this is a %tick or %stick softint, clear it then call
7671 * cycles in the future. Also handles %stick wraparound. In 32-bit
7676 rd STICK, %o1
7682 cmp %o1, %o2 ! Did we wrap? (stick < stick_cmpr)
7687 * Handle the unlikely case of %stick wrapping.
7691 * We need to increment the time base by the size of %stick in
7693 * which can take time. So we re-read %stick.
7705 cmp %o2, %o1 ! Has this stick passed?
7713 * When we get here tick_cmpr has wrapped, but we don't know if %stick
    [all...]

Completed in 30 milliseconds