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

  /src/games/battlestar/
command1.c 120 if (ourtime > (rythmn + CYCLE)) {
123 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
133 if (OUTSIDE && ourtime - rythmn - CYCLE < 10) {
143 rythmn = ourtime - ourtime % CYCLE;
183 if (meetgirl && CYCLE * 1.5 - ourtime < 10) {
188 if (position == DOCK && (beenthere[position] || ourtime > CYCLE)) {
192 if (meetgirl && ourtime - CYCLE * 1.5 > 10) {
275 ourtime += rnd(CYCLE / 4);
command5.c 191 zzztime = (3 * CYCLE) / 4;
249 if ((ourtime / CYCLE + 1) % 2 && OUTSIDE)
250 switch ((ourtime % CYCLE) / (CYCLE / 7)) {
274 switch ((ourtime % CYCLE) / (CYCLE / 7)) {
init.c 63 snooze = CYCLE * 1.5;
command4.c 441 ourtime > ate - CYCLE &&
446 ate = max(ourtime, ate) + CYCLE / 3;
447 snooze += CYCLE / 10;
command7.c 58 exhaustion = CYCLE / (snooze - ourtime);
extern.h 220 #define CYCLE 100
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6dl-prtvt7.dts 59 cycle {
60 label = "GPIO Key CYCLE";
imx6dl-prtmvt.dts 91 cycle {
92 label = "GPIO Key CYCLE";

Completed in 79 milliseconds