| /openbsd-src/games/robots/ |
| H A D | move.c | 75 if (Running) in get_move() 165 Running = TRUE; in get_move() 189 Running = FALSE; in get_move() 274 if (Running) { in do_move() 275 Running = FALSE; in do_move() 325 Running = FALSE; in reset_count() 337 return (Jump && (Count || Running || Waiting)); in jumping()
|
| H A D | extern.c | 44 bool Running = FALSE; /* Currently in the middle of a run */ variable
|
| H A D | robots.h | 82 extern bool Dead, Full_clear, Jump, Newscore, Real_time, Running,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/xray/ |
| H A D | xray_recursion_guard.h | 34 atomic_uint8_t &Running; variable 39 : Running(R), Valid(!atomic_exchange(&R, 1, memory_order_acq_rel)) {} in RecursionGuard() 50 atomic_store(&Running, 0, memory_order_release); in ~RecursionGuard()
|
| H A D | xray_fdr_logging.cpp | 443 thread_local atomic_uint8_t Running{0}; variable 499 RecursionGuard Guard{Running}; in fdrLoggingHandleArg0() 529 RecursionGuard Guard{Running}; in fdrLoggingHandleArg1() 559 RecursionGuard Guard{Running}; in fdrLoggingHandleCustomEvent() 589 RecursionGuard Guard{Running}; in fdrLoggingHandleTypedEvent()
|
| /openbsd-src/gnu/llvm/lldb/examples/test/ |
| H A D | usage-pre-post-flight | 47 Running pre-flight function: 50 Running post-flight function: 55 Running pre-flight function: 58 Running post-flight function:
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | OptBisect.cpp | 36 StringRef TargetDesc, bool Running) { in printPassMessage() argument 37 StringRef Status = Running ? "" : "NOT "; in printPassMessage()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | Timer.cpp | 141 Running = Triggered = false; in init() 191 assert(!Running && "Cannot start a running timer"); in startTimer() 192 Running = Triggered = true; in startTimer() 198 assert(Running && "Cannot stop a paused timer"); in stopTimer() 199 Running = false; in stopTimer() 206 Running = Triggered = false; in clear()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/IPC-Cmd/t/ |
| H A D | 01_IPC-Cmd.t | 111 diag( "Running '$pp_cmd'") if $Verbose; 129 { diag( "Running list mode" ) if $Verbose; 200 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" ) 229 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" ) 244 diag( "Running config: IPC::Run: $pref->[0] IPC::Open3: $pref->[1]" )
|
| /openbsd-src/etc/ |
| H A D | daily | 44 start_part "Running daily.local:" 142 next_part "Running calendar in the background:" 155 next_part "Running rdist:" 175 start_part "Running security(8):"
|
| H A D | monthly | 43 start_part "Running monthly.local:"
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | 20_skip.t | |
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.cpp | 42 Running = false; in shutdown()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | Timer.h | 86 bool Running = false; ///< Is the timer currently running? variable 118 bool isRunning() const { return Running; } in isRunning()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-target-fuzzer/ |
| H A D | CMakeLists.txt | 23 COMMENT "Running the LLDB target fuzzer..."
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | llvm-ranlib.rst | 18 Running :program:`llvm-ranlib` is equivalent to running ``llvm-ar s``.
|
| /openbsd-src/gnu/llvm/clang/tools/clang-fuzzer/ |
| H A D | README.txt | 39 Running clang-fuzzer 64 Running clang-objc-fuzzer 106 Running clang-proto-fuzzer
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-commandinterpreter-fuzzer/ |
| H A D | CMakeLists.txt | 27 COMMENT "Running the LLDB command interpreter fuzzer..."
|
| /openbsd-src/gnu/llvm/lldb/docs/resources/ |
| H A D | fuzzing.rst | 39 Running the fuzzers 52 …e arguments that provide better fuzzing for the components being tested. Running the fuzzers this …
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 34 if (!Running) in dispatch() 49 Running = false; in shutdown()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/linux/ |
| H A D | Host.cpp | 47 Running, enumerator 100 .Case("R", ProcessState::Running) in GetStatusInfo()
|
| /openbsd-src/gnu/llvm/llvm/utils/lit/ |
| H A D | CMakeLists.txt | 23 add_lit_testsuite(check-lit "Running lit's tests"
|
| /openbsd-src/ |
| H A D | Makefile | 49 @echo Running regression tests...
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | TaskDispatch.h | 121 bool Running = true; variable
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-fuzzer/lldb-expression-fuzzer/ |
| H A D | CMakeLists.txt | 54 COMMENT "Running the LLDB expression evaluator fuzzer..."
|