Searched refs:reset (Results 526 - 550 of 1202) sorted by relevance

<<21222324252627282930>>

/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h606 Doc->reset(nullptr);
609 Doc->reset(new Document(S));
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp339 P.reset(new AAEvaluator());
348 P.reset();
H A DCallGraph.cpp360 G.reset(new CallGraph(M));
369 void CallGraphWrapperPass::releaseMemory() { G.reset(); }
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DDataLayout.h202 /// Constructs a DataLayout from a specification string. See reset().
204 reset(LayoutDescription);
238 void reset(StringRef LayoutDescription);
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp76 StmtMap.reset(new ParentMap(body));
323 Removables.reset(new ExprSet);
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp161 MFO.reset(O);
195 IRFO.reset(O);
/openbsd-current/gnu/llvm/llvm/tools/dsymutil/
H A DDebugMap.cpp199 seq[index].reset(new dsymutil::DebugMapObject);
216 DM.reset(new DebugMap());
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_packet_manager_v9.c326 uint32_t filter_param, bool reset)
344 if (reset)
324 pm_unmap_queues_v9(struct packet_manager *pm, uint32_t *buffer, enum kfd_unmap_queues_filter filter, uint32_t filter_param, bool reset) argument
H A Dkfd_packet_manager.c407 uint32_t filter_param, bool reset)
422 retval = pm->pmf->unmap_queues(pm, buffer, filter, filter_param, reset);
405 pm_send_unmap_queue(struct packet_manager *pm, enum kfd_unmap_queues_filter filter, uint32_t filter_param, bool reset) argument
/openbsd-current/sys/dev/pci/drm/i915/gt/
H A Dselftest_hangcheck.c358 /* Check that we can reset during non-user portions of requests */
431 /* Check that we can engine-reset during non-user portions */
445 * more. Thus a nop batch cannot be used as a reset test
462 &gt->reset.flags));
467 pr_err("%s failed to idle before reset\n",
506 pr_err("Full GPU reset recorded! (engine reset expected)\n");
513 pr_err("%s engine reset not recorded!\n",
519 clear_and_wake_up_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
551 /* Check that we can recover from engine-reset failue
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_profiling.cpp50 // time, and gets reset when profiling is "done".
261 profileCollectorService::reset();
387 // We need to reset the profile data collection implementation now.
388 profileCollectorService::reset();
390 // Then also reset the buffer queue implementation.
/openbsd-current/sys/arch/sparc64/dev/
H A Dzs.c102 0, /* 0: CMD (reset, etc.) */
380 /* No sub-driver. Just reset it. */
381 u_char reset = (channel == 0) ? local
384 zs_write_reg(cs, 9, reset);
/openbsd-current/sys/dev/ic/
H A Dncr53c9x.c275 * This is the generic ncr53c9x reset function. It does not reset the SCSI bus,
279 * After reset, registers are loaded with the defaults from the attach
286 /* reset DMA first */
289 /* reset SCSI chip */
427 * reset the chip to a known state
454 * On some systems, commands issued too close to a reset
609 * The docs say the target register is never reset, and I
1107 * Set current throttle -- we should reset
1338 goto reset;
[all...]
H A Dac97.h49 void (*reset)(void *arg); member in struct:ac97_host_if
/openbsd-current/gnu/gcc/libstdc++-v3/include/std/
H A Dstd_bitset.h852 * These versions of single-bit set, reset, flip, and test are
893 // Set, reset, and flip.
923 reset() function in class:bitset
937 reset(size_t __position) function in class:bitset
940 __throw_out_of_range(__N("bitset::reset"));
1152 reset();
1310 reset(size_t) function in class:bitset
1312 __throw_out_of_range(__N("bitset::reset"));
/openbsd-current/gnu/gcc/libstdc++-v3/include/tr1/
H A Dboost_shared_ptr.h500 * it is destroyed or reset.
637 reset() // never throws function in class:std::__shared_ptr
642 reset(_Tp1* __p) // _Tp1 must be complete. function in class:std::__shared_ptr
644 // Catch self-reset errors.
651 reset(_Tp1* __p, _Deleter __d) function in class:std::__shared_ptr
880 reset() // never throws function in class:std::__weak_ptr
/openbsd-current/sys/arch/hppa/stand/boot/
H A Dsrt0.S156 forever ; Loop until bus reset takes effect.
/openbsd-current/usr.bin/ftp/
H A Dcmdtab.c189 { "reset", H(resethelp), 0, 1, 1, CMPL0 reset },
/openbsd-current/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDeserializer.h80 Mapping.reset();
/openbsd-current/gnu/llvm/llvm/lib/XRay/
H A DBlockVerifier.cpp201 void BlockVerifier::reset() { CurrentRecord = State::Unknown; } function in class:llvm::xray::BlockVerifier
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_diag.h33 void reset(SymbolizedStack *S) { function in class:__ubsan::SymbolizedStackHolder
/openbsd-current/bin/csh/
H A Dcsh.h91 extern bool doneinp; /* EOF indicator after reset from readc */
156 * at the end and complete. Other errors always cause a reset.
165 #define reset() longjmp(reslab, 1) macro
/openbsd-current/sys/dev/
H A Dipmivar.h81 int (*reset)(struct ipmi_softc *); member in struct:ipmi_if
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypeChecker.cpp36 BT.reset(
H A DObjCSuperDeallocChecker.cpp219 DoubleSuperDeallocBugType.reset(

Completed in 389 milliseconds

<<21222324252627282930>>