| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | SIInsertWaitcnts.cpp | 165 void addWait(AMDGPU::Waitcnt &Wait, InstCounterType T, unsigned Count) { in addWait() argument 168 Wait.VmCnt = std::min(Wait.VmCnt, Count); in addWait() 171 Wait.ExpCnt = std::min(Wait.ExpCnt, Count); in addWait() 174 Wait.LgkmCnt = std::min(Wait.LgkmCnt, Count); in addWait() 177 Wait.VsCnt = std::min(Wait.VsCnt, Count); in addWait() 249 void simplifyWaitcnt(AMDGPU::Waitcnt &Wait) const; 252 AMDGPU::Waitcnt &Wait) const; 253 void applyWaitcnt(const AMDGPU::Waitcnt &Wait); 448 AMDGPU::Waitcnt &Wait, const MachineInstr *MI); 715 void WaitcntBrackets::simplifyWaitcnt(AMDGPU::Waitcnt &Wait) const { in simplifyWaitcnt() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/interrupts/ |
| H A D | reset.cgs | 19 ; dcf @(gr10,gr0) ; Wait for store to happen 26 ; dcf @(gr10,gr0) ; Wait for store to happen 33 dcf @(gr10,gr0) ; Wait for store to happen 52 ; dcf @(gr10,gr0) ; Wait for store to happen 60 ; dcf @(gr10,gr0) ; Wait for store to happen 67 dcf @(gr10,gr0) ; Wait for store to happen
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerShmem.h | 30 void WaitServer() {Wait(0);} in WaitServer() 32 void WaitClient() {Wait(1);} in WaitClient() 58 void Wait(int Idx);
|
| H A D | FuzzerShmemFuchsia.cpp | 34 void SharedMemoryRegion::Wait(int Idx) {} in Wait() function in fuzzer::SharedMemoryRegion
|
| H A D | FuzzerShmemWindows.cpp | 57 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
|
| H A D | FuzzerShmemPosix.cpp | 94 void SharedMemoryRegion::Wait(int Idx) { in Wait() function in fuzzer::SharedMemoryRegion
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Threading.h | 93 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator 126 sys::cas_flag old_val = sys::CompareAndSwap(&flag.status, Wait, Uninitialized); in call_once()
|
| H A D | Program.h | 207 ProcessInfo Wait(
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.h | 70 void Wait(); 194 writers_.Wait(); in Lock() 264 readers_.Wait(); in ReadLock()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 214 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 245 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 283 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 314 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 341 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 369 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear
|
| H A D | divmodsi.S | 359 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 394 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 436 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 471 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 511 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 544 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear
|
| /netbsd-src/external/gpl3/gcc/dist/libgcc/config/rl78/ |
| H A D | divmodhi.S | 214 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 245 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 283 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 314 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 341 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 369 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear
|
| H A D | divmodsi.S | 359 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 394 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 436 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 471 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 511 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear 544 1: mov a, !MDUC ; Wait 16 clocks or until DIVST is clear
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-death-test-internal.h | 116 virtual int Wait() = 0; 228 if (!gtest_dt->Passed(predicate(gtest_dt->Wait()))) { \
|
| /netbsd-src/external/bsd/unbound/dist/testdata/ |
| H A D | serve_original_ttl.rpl | 82 ; Wait a couple of seconds (< 10) 109 ; Wait for the TTL to expire
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
| H A D | MPITypes.h | 29 enum State : unsigned char { Nonblocking, Wait }; enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 658 virtual int Wait(); 680 int WindowsDeathTest::Wait() { in Wait() function in testing::internal::WindowsDeathTest 822 int Wait() override; 877 int FuchsiaDeathTest::Wait() { in Wait() function in testing::internal::FuchsiaDeathTest 1078 int Wait() override; 1096 int ForkingDeathTest::Wait() { in Wait() function in testing::internal::ForkingDeathTest
|
| /netbsd-src/sys/dev/ppbus/ |
| H A D | ppbus_1284.h | 66 #define Wait nBUSY macro
|
| /netbsd-src/external/bsd/libfido2/dist/windows/ |
| H A D | cygwin.ps1 | 63 Start-Process "${Cygwin}\${Setup}" -Wait -NoNewWindow `
|
| /netbsd-src/external/bsd/ntp/dist/scripts/ntpsweep/ |
| H A D | ntpsweep.texi | 18 * ntpsweep: (ntpsweep). Wait for ntpd to synchronize and stabilize the system clock.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | Program.cpp | 46 Wait(PI, SecondsToWait, /*WaitUntilTerminates=*/SecondsToWait == 0, in ExecuteAndWait()
|
| /netbsd-src/sys/arch/sandpoint/stand/altboot/ |
| H A D | version | 14 1.9: Support PATA drive configuration option. Wait until drives are
|
| /netbsd-src/external/bsd/ntp/dist/scripts/ntp-wait/ |
| H A D | ntp-wait.texi | 18 * ntp-wait: (ntp-wait). Wait for ntpd to synchronize and stabilize the system clock.
|
| H A D | ntp-wait-opts.def | 7 prog-title = "Wait for ntpd to stabilize the system clock";
|
| /netbsd-src/external/bsd/libbind/dist/isc/ |
| H A D | eventlib.c | 257 new->type = Wait; in evGetNext() 547 case Wait: { in evDispatch() 641 case Wait: { in evDrop()
|