HomeSort by: relevance | last modified time | path
    Searched refs:stick (Results 1 - 9 of 9) 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 502 {&stick, sizeof(stick)},
615 &stick,
init.c 123 int tk[21], stick, dtotal, attack; variable in typeref:typename:int[21]
  /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 in function:psycho_getstick
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/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
sdm630-sony-xperia-nile.dtsi 152 * have to stick with this. But it works.
  /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.
4525 * If this is a %tick or %stick softint, clear it then call
7659 * cycles in the future. Also handles %stick wraparound. In 32-bit
7664 rd STICK, %o1
7670 cmp %o1, %o2 ! Did we wrap? (stick < stick_cmpr)
7675 * Handle the unlikely case of %stick wrapping.
7679 * We need to increment the time base by the size of %stick in
7681 * which can take time. So we re-read %stick.
7693 cmp %o2, %o1 ! Has this stick passed?
7701 * When we get here tick_cmpr has wrapped, but we don't know if %stick
    [all...]

Completed in 50 milliseconds