Searched refs:Reset (Results 76 - 100 of 177) sorted by relevance

12345678

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.h70 void Reset(Processor *proc);
H A Dtsan_rtl_thread.cpp213 sync.Reset(&thr->proc()->clock_cache);
300 sync.Reset(&caller_thr->proc()->clock_cache);
313 sync.Reset(&thr1->proc()->clock_cache);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc139 void Reset() { function in class:__sancov::__anon7705::TracePcGuardController
193 __sancov::pc_guard_controller.Reset();
H A Dsanitizer_thread_registry.h63 void Reset();
H A Dsanitizer_thread_registry.cc94 void ThreadContextBase::Reset() { function in class:__sanitizer::ThreadContextBase
326 tctx->Reset();
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Deficon.h140 EFI_TEXT_RESET Reset; member in struct:_SIMPLE_TEXT_OUTPUT_INTERFACE
302 EFI_INPUT_RESET Reset; member in struct:_SIMPLE_INPUT_INTERFACE
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cc137 void Reset() { function in class:__sancov::__anon1306::TracePcGuardController
191 __sancov::pc_guard_controller.Reset();
H A Dsanitizer_thread_registry.cc92 void ThreadContextBase::Reset() { function in class:__sanitizer::ThreadContextBase
324 tctx->Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMHazardRecognizer.cpp82 void ARMHazardRecognizerFPMLx::Reset() { function in class:ARMHazardRecognizerFPMLx
252 void ARMBankConflictHazardRecognizer::Reset() { Accesses.clear(); } function in class:ARMBankConflictHazardRecognizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_libcdep_new.cpp138 void Reset() { function in class:__sancov::__anon23::TracePcGuardController
241 __sancov::pc_guard_controller.Reset();
H A Dsanitizer_thread_registry.h66 void Reset();
H A Dsanitizer_stacktrace.h137 void Reset() { function in struct:__sanitizer::BufferedStackTrace
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSHA1.cpp68 Reset();
73 Reset();
76 void CSHA1::Reset() function in class:CSHA1
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc45 sync.Reset(&caller_thr->proc()->clock_cache);
78 sync.Reset(&thr1->proc()->clock_cache);
120 sync.Reset(&thr->proc()->clock_cache);
H A Dtsan_clock.h37 void Reset(ClockCache *c);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl_thread.cc43 sync.Reset(&caller_thr->proc()->clock_cache);
76 sync.Reset(&thr1->proc()->clock_cache);
118 sync.Reset(&thr->proc()->clock_cache);
H A Dtsan_clock.h35 void Reset(ClockCache *c);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h312 STDMETHOD(Reset)(void) = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonHazardRecognizer.cpp27 void HexagonHazardRecognizer::Reset() { function in class:HexagonHazardRecognizer
28 LLVM_DEBUG(dbgs() << "Reset hazard recognizer\n");
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp80 void ScoreboardHazardRecognizer::Reset() { function in class:ScoreboardHazardRecognizer
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp194 // Reset the assembler state
195 Reset();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h242 void Reset() { function in struct:clang::VerifyDiagnosticConsumer::ExpectedData
/netbsd-current/sys/stand/efiboot/
H A Defiboot.c74 uefi_call_wrapper(ST->ConOut->Reset, 2, ST->ConOut, TRUE);
154 printf("WARNING: Reset failed\n");
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp67 hash.Reset();
109 hash.Reset();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp81 void SystemZHazardRecognizer::Reset() { function in class:SystemZHazardRecognizer
145 // Reset counter for next group.
290 Reset();

Completed in 418 milliseconds

12345678