Searched refs:countdown (Results 1 – 11 of 11) sorted by relevance
43 countdown--; in operator +()44 if(countdown<=0) in operator +()69 static int countdown; member in ScalarWithExceptions77 int ScalarWithExceptions::countdown = 0; member in ScalarWithExceptions81 ScalarWithExceptions::countdown = 100; \
49 static volatile int countdown = BUF_NB; variable61 countdown--; in sig_handler()147 while (countdown) in main()
34 def countdown(self): member in DormancyTester100 self.countdown()
120 Packet4f countdown = vld1q_f32(f);121 return vaddq_f32(pset1<Packet4f>(a), countdown);126 Packet4i countdown = vld1q_s32(i);127 return vaddq_s32(pset1<Packet4i>(a), countdown);585 const Packet2d countdown = vld1q_f64(countdown_raw);586 return vaddq_f64(pset1<Packet2d>(a), countdown);
178 program's start time @code{t} and implement a response simulating a countdown that reaches 0 at179 @code{t+60}. Returning a message saying on which point the countdown is, the response should189 Maybe you want also to visualize the countdown as a status bar by creating a
588 for (int countdown = 10; countdown >= 0; --countdown) { in determineLMParameter()
589 for (int countdown = 10; countdown >= 0; --countdown) { in determineLMParameter()
295 pytest_name='countdown',
1308 countdown = 501309 while countdown and not all(w.is_alive() for w in p._pool):1310 countdown -= 1
2069 countdown = 502070 while countdown and not all(w.is_alive() for w in p._pool):2071 countdown -= 1
620 response simulating a countdown that reaches 0 at `t+60'.621 Returning a message saying on which point the countdown is, the634 Maybe you want also to visualize the countdown as a status bar by