Searched refs:reset (Results 626 - 650 of 1041) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp285 m_execution_engine_up.reset(builder.create(target_machine));
484 m_module_up.reset();
485 m_execution_engine_up.reset();
486 m_context_up.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp403 ScopedBFI.reset(new BlockFrequencyInfo(*F, BPI, LI));
940 TempBFI.reset(new BlockFrequencyInfo(*Caller, BPI, LI));
1124 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI));
1199 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI));
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp252 Result.reset(new WasmDumper(WasmObj, Writer));
/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp317 void reset(void); // set `num_stored' to 0
573 StringBuf::reset(void) function in class:StringBuf
835 buf.reset();
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_crtc.h305 * @reset: reset CRTC after state has been invalidate (e.g. resume)
329 void (*reset)(struct drm_crtc *crtc); member in struct:drm_crtc_funcs
429 * @reset: reset connector after state has been invalidate (e.g. resume)
444 void (*reset)(struct drm_connector *connector); member in struct:drm_connector_funcs
463 * @reset: reset state (e.g. at init or resume time)
469 void (*reset)(struct drm_encoder *encoder); member in struct:drm_encoder_funcs
/freebsd-11-stable/sys/dev/e1000/
H A De1000_82543.c113 phy->ops.reset = (hw->mac.type == e1000_82543)
127 ret_val = phy->ops.reset(hw);
221 /* reset */
853 * e1000_phy_hw_reset_82543 - PHY hardware reset
857 * to put the PHY into a reset and waits for completion. Once the reset
859 * of reset.
870 * bit to put the PHY into reset...
880 /* ...then take it out of reset. */
925 DEBUGOUT("Issuing a global reset t
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DDataExtractor.cpp200 m_data_sp.reset();
229 m_data_sp.reset();
310 m_data_sp.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp605 m_prev_frames_sp.reset();
698 // thought taking that into account, then reset the current inlined depth
821 // The thread has been run, reset the number stack frames to zero so we can
867 prev_sp.reset(curr_up.release());
880 prev_sp.reset(curr_up.release());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.cpp98 native_process_sp.reset();
341 watchdog.reset(::SBSWatchdogAssertionCreateForPID(nullptr, pid, 60));
377 watchdog.reset(::BKSWatchdogAssertionCreateForPID(alloc, pid));
835 // Wait for the eEventProcessRunningStateChanged event to be reset
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp756 MissingReleaseBugType.reset(
760 ExtraReleaseBugType.reset(
764 MistakenDeallocBugType.reset(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1354 State.reset();
1390 State.reset();
1423 State.reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectStreamer.cpp163 void MCObjectStreamer::reset() { function in class:MCObjectStreamer
165 Assembler->reset();
171 MCStreamer::reset();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp174 void DataLayout::reset(StringRef Desc) { function in class:DataLayout
180 StackNaturalAlign.reset();
182 FunctionPtrAlign.reset();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp37 m_opaque_up.reset(new CommandInterpreterRunOptions());
489 sb_debugger.reset(m_opaque_ptr->GetDebugger().shared_from_this());
554 void SBCommandInterpreter::reset( function in class:SBCommandInterpreter
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A Dopt.cpp643 Out.reset(new ToolOutputFile(OutputFilename, EC, Flags));
650 ThinLinkOut.reset(
752 FPasses.reset(new legacy::FunctionPassManager(M.get()));
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c253 sm->m->reset(sm, sm->eap_method_priv);
282 sm->m->reset(sm, sm->eap_method_priv);
556 sm->m->reset(sm, sm->eap_method_priv);
599 sm->m->reset(sm, sm->eap_method_priv);
1916 sm->m->reset(sm, sm->eap_method_priv);
H A Deap_server_fast.c512 data->phase2_method->reset(sm, data->phase2_priv);
949 data->phase2_method->reset(sm, data->phase2_priv);
1628 eap->reset = eap_fast_reset;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp399 void reset() { function in class:__anon1972::CommandLineParser
410 TopLevelSubCommand->reset();
411 AllSubCommands->reset();
471 void Option::reset() { function in class:Option
503 void SubCommand::reset() { function in class:SubCommand
1301 // we reset all option values to look like they have never been seen before.
1304 O.second->reset();
2581 void cl::ResetCommandLineParser() { GlobalParser->reset(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.cpp671 BV.reset(CSRegs[i]);
1774 SavedRegs.reset(LR);
1813 SavedRegs.reset(isPPC64 ? PPC::X31 : PPC::R31);
1815 SavedRegs.reset(RegInfo->getBaseRegister(MF));
1817 SavedRegs.reset(PPC::R30);
2157 BVAllocatable.reset(Reg);
2174 BVAllocatable.reset(VolatileVFReg);
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h1815 generated by hardware upon a chip warm or soft reset
1841 uint64_t reset : 1; /**< Reset oneshot pulse for refresh counter, member in struct:cvmx_lmcx_config::cvmx_lmcx_config_s
1844 it to a zero to cause the reset. */
1930 uint64_t reset : 1;
2072 generated by hardware upon a chip warm or soft reset
2098 uint64_t reset : 1; /**< Reset oneshot pulse for refresh counter, member in struct:cvmx_lmcx_config::cvmx_lmcx_config_cn63xx
2101 it to a zero to cause the reset. */
2179 uint64_t reset : 1;
2278 generated by hardware upon a chip warm or soft reset
2304 uint64_t reset member in struct:cvmx_lmcx_config::cvmx_lmcx_config_cn63xxp1
2547 uint64_t reset : 1; /**< Reset oneshot pulse for refresh counter, member in struct:cvmx_lmcx_config::cvmx_lmcx_config_cn66xx
5281 uint64_t reset : 1; /**< Reset oneshot pulse for refresh counter, member in struct:cvmx_lmcx_mem_cfg0::cvmx_lmcx_mem_cfg0_s
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp1261 RPTracker.reset();
1851 void SchedBoundary::reset() { function in class:SchedBoundary
1886 reset();
1906 reset();
2350 // If the available queue is empty, it is safe to reset MinReadyCycle.
3157 BotCand.reset(CandPolicy());
3165 TCand.reset(CandPolicy());
3177 TopCand.reset(CandPolicy());
3185 TCand.reset(CandPolicy());
3222 TopCand.reset(NoPolic
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device.c119 * @op: 0 - bit reset, 1 - bit set
2104 * do a soft reset on the device.
2105 * Since the device soft reset clears the SPDM table, copy
2840 * in reset, then a 1-second delay */
2846 * release the XGXS from reset. Its reset value is 0xA5; write 0x00
2847 * to activate the XGXS. The core requires a minimum 500 us reset.*/
3075 xge_os_mdelay(20); /* Wait for 20 ms after reset */
3098 xge_debug_device(XGE_ERR, "device reset failed");
3150 xge_debug_device(XGE_ERR, "device has not been reset "
[all...]
/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c334 .reset = ael1002_reset,
416 .reset = ael1006_reset,
1307 /* reset wipes out interrupts, reenable them if they were on */
1374 .reset = ael2005_reset,
2003 * Common register settings for the AEL2020 when it comes out of reset.
2061 /* reset wipes out interrupts, reenable them if they were on */
2126 .reset = ael2020_reset,
2205 .reset = ael1006_reset,
2286 .reset = xaui_direct_reset,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTContext.cpp515 m_ast_up.reset(&existing_ctxt);
610 m_builtins_up.reset();
611 m_selector_table_up.reset();
612 m_identifier_table_up.reset();
613 m_target_info_up.reset();
614 m_target_options_rp.reset();
615 m_diagnostics_engine_up.reset();
616 m_source_manager_up.reset();
617 m_language_options_up.reset();
674 m_language_options_up.reset(ne
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp311 BPI.reset(new BranchProbabilityInfo(F, LI, TLI));
312 BFI.reset(new BlockFrequencyInfo(F, *BPI, LI));
338 BPI.reset(new BranchProbabilityInfo(F, LI, &TLI));
339 BFI.reset(new BlockFrequencyInfo(F, *BPI, LI));
364 BFI.reset();
365 BPI.reset();

Completed in 296 milliseconds

<<21222324252627282930>>