Home
last modified time | relevance | path

Searched refs:active_flag (Results 1 – 25 of 108) sorted by relevance

12345

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOINGMENU.cpp67 active_flag = 0; in InGameMenu()
73 if( active_flag ) in enter()
77 active_flag = 1; in enter()
124 if( !active_flag ) in disp()
166 if( !active_flag ) in detect()
291 active_flag = 0; in exit()
298 active_flag = 0; in abort()
H A DOOPTMENU.cpp89 active_flag = 0; in OptionMenu()
101 active_flag = 1; in enter()
209 if( !active_flag ) in disp()
286 if( !active_flag ) in detect()
429 active_flag = 0; in exit()
431 active_flag = 1; in exit()
434 active_flag = 0; in exit()
444 active_flag = 0; in abort()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dconditional_ostream.cc23 , active_flag(active) in ConditionalOStream()
30 active_flag = flag; in set_condition()
37 return active_flag; in is_active()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/small_SUITE_data/src/
H A Dnot_guard_crash.erl25 -record(ticket, {passive_flag, active_flag, write_flag, read_flag}).
30 active_flag = PA,
34 active_flag = TA,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/include/deal.II/base/
H A Dconditional_ostream.h140 bool active_flag; variable
150 if (active_flag == true)
160 if (active_flag == true)
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBSKernelLib/
H A Ddrawsystem.cpp123 if(active_flag & 1) in DrawSystem()
130 if(active_flag & 2) in DrawSystem()
137 if(active_flag & 4) in DrawSystem()
159 if (active_flag & 1) in DrawSystem()
162 if (active_flag & 2) in DrawSystem()
169 if (active_flag & 1) in DrawSystem()
172 if (active_flag & 4) in DrawSystem()
179 if (active_flag & 2) in DrawSystem()
195 if (active_flag & 1) in DrawSystem()
206 if (active_flag & 2) in DrawSystem()
[all …]
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOINGMENU.h33 int active_flag; variable
42 int is_active() { return active_flag; } in is_active()
H A DOOPTMENU.h37 int active_flag;
58 int is_active() { return active_flag; } in is_active()
/dports/net/mpich2/mpich2-1.5/src/mpi/pt2pt/
H A Dwaitany.c75 int active_flag; in MPI_Waitany() local
167 &active_flag); in MPI_Waitany()
168 if (active_flag) in MPI_Waitany()
H A Dtestany.c72 int active_flag; in MPI_Testany() local
172 status, &active_flag); in MPI_Testany()
173 if (active_flag) in MPI_Testany()
H A Dtestsome.c76 int active_flag; in MPI_Testsome() local
173 status_ptr, &active_flag); in MPI_Testsome()
174 if (active_flag) in MPI_Testsome()
H A Dtestall.c85 int active_flag; in MPI_Testall() local
186 rc = MPIR_Request_complete(&array_of_requests[i], request_ptrs[i], status_ptr, &active_flag); in MPI_Testall()
189 if (active_flag) in MPI_Testall()
H A Dwaitsome.c94 int active_flag; in MPI_Waitsome() local
197 rc = MPIR_Request_complete(&array_of_requests[i], request_ptrs[i], status_ptr, &active_flag); in MPI_Waitsome()
198 if (active_flag) in MPI_Waitsome()
H A Dtest.c33 int active_flag; in MPIR_Test_impl() local
63 &active_flag); in MPIR_Test_impl()
H A Dwait.c32 int active_flag; in MPIR_Wait_impl() local
76 mpi_errno = MPIR_Request_complete(request, request_ptr, status, &active_flag); in MPIR_Wait_impl()
/dports/net/mpich2/mpich2-1.5/src/mpid/pamid/src/
H A Dmpid_mrecv.c18 int active_flag; /* dummy for MPIR_Request_complete */ in MPID_Mrecv() local
50 mpi_errno = MPIR_Request_complete(&req_handle, rreq, status, &active_flag); in MPID_Mrecv()
/dports/net/mpich2/mpich2-1.5/src/mpid/ch3/src/
H A Dmpid_mrecv.c18 int active_flag; /* dummy for MPIR_Request_complete */ in MPID_Mrecv() local
50 mpi_errno = MPIR_Request_complete(&req_handle, rreq, status, &active_flag); in MPID_Mrecv()
/dports/math/ntl/ntl-11.5.1/include/NTL/
H A DBasicThreadPool.h345 bool active_flag; variable
370 active_flag = true; in begin()
378 active_flag = false; in end()
417 bool active() const { return active_flag; } in active()
421 nthreads(_nthreads), active_flag(false), counter(0) in BasicThreadPool()
581 base_pool->active_flag = true; in RecursiveThreadPool()
587 base_pool->active_flag = false; in ~RecursiveThreadPool()
/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dsound.c333 gs->active_flag = 0; \
454 if(gs->active_flag) in update_gbc_sound()
463 if(gs->active_flag) in update_gbc_sound()
487 if((gs->active_flag) && (gs->master_enable)) in update_gbc_sound()
505 if(gs->active_flag) in update_gbc_sound()
596 gs->active_flag = 0; in reset_sound()

12345