Lines Matching defs:watchdog
12466 int realvde, myypos, watchdog = 32;
12487 } while(watchdog--);
13928 int watchdog;
13937 watchdog = 65536;
13938 while((inSISREG(SISINPSTAT) & 0x08) && --watchdog);
13939 watchdog = 65536;
13940 while((!(inSISREG(SISINPSTAT) & 0x08)) && --watchdog);
13947 int watchdog;
13966 watchdog = 65536;
13970 } while(--watchdog);
13971 watchdog = 65536;
13975 } while(--watchdog);