Home
last modified time | relevance | path

Searched refs:stop_now (Results 1 – 25 of 71) sorted by relevance

123

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/wishbone/
H A Dsimple_uart_rx.v30 wire stop_now = (bit_ctr == 10) && shift_now; net
45 else if(stop_now)
58 else if(stop_now)
65 wire write = ~full & stop_now;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp2/control_lib/
H A Dsimple_uart_rx.v39 wire stop_now = (bit_ctr == 10) && shift_now; net
54 else if(stop_now)
67 else if(stop_now)
73 wire write = ~full & rx_d2 & stop_now;
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/common/
H A Dthread.h66 void stop_now();
109 stop_now(); in ~Thread()
113 stop_now(); in run()
135 inline void Thread::stop_now() { in stop_now() function
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/entities/
H A DArrow.cpp74 stop_now = false; in Arrow()
218 if (stop_now) { in update()
220 stop_now = false; in update()
309 stop_now = true; in stop()
340 stop_now = true; in attach_to()
/dports/devel/cssc/CSSC-1.4.1/src/
H A Dsf-prt.cc123 bool& stop_now) const in excludes_delta()
125 stop_now = false; in excludes_delta()
145 stop_now = stop_now || (date <= cutoff_delta->date()); in excludes_delta()
337 bool stop_now = false; in prt() local
340 while (!stop_now && iter.next(all_deltas)) in prt()
342 if (exclude.excludes_delta(iter->id(), iter->date(), stop_now)) in prt()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/
H A Dcascade_slave.cc62 stop_now(); in ~CascadeSlave()
94 CascadeSlave& CascadeSlave::stop_now() { in stop_now() function in cascade::CascadeSlave
95 remote_compiler_.stop_now(); in stop_now()
H A Dcascade.cc67 stop_now(); in ~Cascade()
183 Cascade& Cascade::stop_now() { in stop_now() function in cascade::Cascade
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/test/
H A Dharness.cc70 c.stop_now(); in run_typecheck()
86 c.stop_now(); in run_code()
114 c.stop_now(); in run_benchmark()
/dports/games/avp/avp-20170505/src/
H A Dshpanim.c86 && active_sequence->stop_at_end) || active_sequence->stop_now) in DoShapeAnimation()
214 sac->current.stop_now = 0; in SetShapeAnimationSequence()
279 sac->next.stop_now = 0; in SetNextShapeAnimationSequence()
326 void SetCurrentShapeAnimationToStop (DISPLAYBLOCK * dptr, unsigned long stop_now, signed long end_f… in SetCurrentShapeAnimationToStop() argument
332 if (stop_now) in SetCurrentShapeAnimationToStop()
334 sac->current.stop_now = 1; in SetCurrentShapeAnimationToStop()
453 sac->current.stop_now = 0; in SetOrphanedShapeAnimationSequence()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmthreadpool.h255 stop_now = 2 ///< stop right now enumerator
284 void stop() noexcept { set_stop_mode(stop_now); } in stop()
293 if (is_stop == stop_now) // immediate stop requested in start()
351 if (is_stop == stop_now) // immediate stop requested in worker_func()
382 if (is_stop == stop_now) // immediate stop requested in worker_func()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmthreadpool.h255 stop_now = 2 ///< stop right now enumerator
284 void stop() noexcept { set_stop_mode(stop_now); } in stop()
293 if (is_stop == stop_now) // immediate stop requested in start()
351 if (is_stop == stop_now) // immediate stop requested in worker_func()
382 if (is_stop == stop_now) // immediate stop requested in worker_func()
/dports/games/avp/avp-20170505/src/win95/
H A Dshpanim.h117 unsigned long stop_now : 1; member
171 void SetCurrentShapeAnimationToStop (struct displayblock *, unsigned long stop_now, signed long end…
/dports/games/doomsday/doomsday-2.3.1/doomsday/tools/wadtool/
H A Dwadtool.c166 goto stop_now; in main()
186 goto stop_now; in main()
220 stop_now: in main()
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/src/cascade/target/core/avmm/de10/
H A Dquartus_server.cc101 pool_.stop_now(); in run_logic()
184 pool_.stop_now(); in run_logic()
190 pool_.stop_now(); in init_pool()
/dports/www/libdom/libdom-0.4.1/src/events/
H A Devent.c49 evt->stop_now = false; in _dom_event_initialise()
74 evt->stop_now = false; in _dom_event_finalise()
301 evt->stop_now = true; in _dom_event_stop_immediate_propagation()
H A Devent.h40 bool stop_now; /**< Whether stopImmediatePropagation is called */ member
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Test/lib/Apache/
H A DTestSmoke.pm297 my $stop_now = 0;
314 return $stop_now;
332 $stop_now = 1;
337 return $stop_now;
400 return $stop_now;
/dports/cad/cascade-compiler/cascade-f4f7ae8bd1dd379790c0e58c286df90b8d1cdcde/include/
H A Dcascade_slave.h63 CascadeSlave& stop_now();
H A Dcascade.h85 Cascade& stop_now();
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/anim/
H A Dpackunpack.h88 int stop_now; // flag to indicate time to stop the animation member
H A Danimplay.cpp183 instance->stop_now = FALSE; in anim_play()
326 if ( instance->stop_now == TRUE ) { in anim_show_next_frame()
343 instance->stop_now = TRUE; in anim_show_next_frame()
357 instance->stop_now = TRUE; in anim_show_next_frame()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/entities/
H A DArrow.h80 bool stop_now; /**< true to make the arrow stop now */ variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/anim/
H A Dpackunpack.h88 int stop_now; // flag to indicate time to stop the animation member
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dhistory.py813 stop_now = False variable in HistorySavingThread
830 if self.stop_now:
845 self.stop_now = True
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dhistory.py819 stop_now = False variable in HistorySavingThread
836 if self.stop_now:
851 self.stop_now = True

123