Home
last modified time | relevance | path

Searched refs:Top (Results 1 – 25 of 171) sorted by relevance

1234567

/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonMachineScheduler.cpp202 Top.init(DAG, SchedModel); in initialize()
210 delete Top.HazardRec; in initialize()
212 Top.HazardRec = TII->CreateTargetMIHazardRecognizer(Itin, DAG); in initialize()
215 delete Top.ResourceModel; in initialize()
217 Top.ResourceModel = new VLIWResourceModel(STI, DAG->getSchedModel()); in initialize()
233 Top.MaxMinLatency = std::max(MinLatency, Top.MaxMinLatency); in releaseTopNode()
238 Top.releaseNode(SU, SU->TopReadyCycle); in releaseTopNode()
491 if (Top.ResourceModel->isResourceAvailable(SU)) in SchedulingCost()
588 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidrectional()
611 CandResult TopResult = pickNodeFromQueue(Top.Available, in pickNodeBidrectional()
[all …]
HDHexagonMachineScheduler.h195 VLIWSchedBoundary Top; variable
207 : DAG(nullptr), SchedModel(nullptr), Top(TopQID, "TopQ"), in ConvergingVLIWScheduler()
221 return Top.ResourceModel->getTotalPackets() + in ReportPackets()
HDBitTracker.h110 Top, // Bit not yet defined. enumerator
147 BitValue(ValueType T = Top) : Type(T) {} in Type()
186 if (V.Type == Top) // This.meet(Top) = This in meet()
194 if (Type == Top) { in meet()
333 RC.Bits[i] = BitValue(BitValue::Top); in top()
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDtcl_calltime_example.txt11 Top 10 counts,
24 Top 10 exclusive elapsed times (us),
37 Top 10 inclusive elapsed times (us),
53 The second (Top 10 exclusive elapsed times) shows us the top ten slowest
57 The third (Top 10 inclusive elapsed times) shows us the top ten slowest
HDj_calltime_example.txt13 Top 10 counts,
26 Top 10 elapsed times (us),
29 Top 10 exclusive method elapsed times (us),
42 Top 10 inclusive method elapsed times (us),
HDj_cputime_example.txt10 Top 10 counts,
23 Top 10 on-CPU times (us),
26 Top 10 exclusive method on-CPU times (us),
39 Top 10 inclusive method on-CPU times (us),
HDtcl_cputime_example.txt9 Top 10 counts,
22 Top 10 exclusive on-CPU times (us),
35 Top 10 inclusive on-CPU times (us),
HDj_calldist_example.txt20 Top 10 elapsed times (us),
22 Top 10 exclusive method elapsed times (us),
135 Top 10 inclusive method elapsed times (us),
HDj_cpudist_example.txt20 Top 10 on-CPU times (us),
22 Top 10 exclusive method on-CPU times (us),
128 Top 10 inclusive method on-CPU times (us),
HDtcl_cpudist_example.txt11 Top 10 exclusive on-CPU times (us),
95 Top 10 inclusive on-CPU times (us),
/NextBSD/contrib/ntp/ntpsnmpd/
HDntpsnmpd.texi29 @node Top, ntpsnmpd Description, (dir), (dir)
43 @node ntpsnmpd Description, Usage, Top, Top
49 @node Usage, , ntpsnmpd Description, Top
/NextBSD/contrib/less/
HDscreen.c733 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1; in scrsize()
1440 cpos.Y = csbi.srWindow.Top + (row - 1); in _settextposition()
1507 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term()
1637 rcClip.Top = csbi.srWindow.Top; in add_line()
1647 new_org.Y = rcSrc.Top + 1; in add_line()
1691 rcSrc.Top = csbi.srWindow.Top + n;
1697 rcClip.Top = csbi.srWindow.Top;
1703 new_org.Y = rcSrc.Top - n;
1740 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1); in win32_clear()
1742 topleft.Y = csbi.srWindow.Top; in win32_clear()
[all …]
/NextBSD/contrib/ntp/ntpd/
HDntp.conf.texi27 @node Top, ntp.conf Description, (dir), (dir)
42 @node ntp.conf Description, , Top, Top
HDntp.keys.texi27 @node Top, ntp.keys Description, (dir), (dir)
42 @node ntp.keys Description, , Top, Top
/NextBSD/contrib/top/
HDY2K1 Top and the Year 2000
12 Top and the Year 2038
16 way Unix represents time. Top will only work on systems whose kernel
HDREADME24 Top now includes a configuration script called "Configure". It helps
28 Top requires read access to the memory files "/dev/kmem" and "/dev/mem"
83 <A HREF="ftp://ftp.groupsys.com/pub/top">Top archive (groupsys.com)</A>
84 <A HREF="ftp://eecs.nwu.edu/pub/top">Top archive (eecs.nwu.edu)</A>
85 <A HREF="ftp://pharos.dgim.doc.ca/packages/top"> Top mirror (dgim.doc.ca)</A>
86 <A HREF="ftp://uiarchive.uiuc.edu/pub/packages/top/">Top mirror (uiuc.edu)</A>
112 files in "sys". Top is very sensitive to these changes. If you are
140 earlier versions). Top compiled using DEC's compiler with optimization
/NextBSD/contrib/llvm/include/llvm/ADT/
HDDepthFirstIterator.h104 std::pair<PointerIntTy, ChildItTy> &Top = VisitStack.back(); in toNext() local
105 NodeType *Node = Top.first.getPointer(); in toNext()
106 ChildItTy &It = Top.second; in toNext()
107 if (!Top.first.getInt()) { in toNext()
110 Top.first.setInt(1); in toNext()
/NextBSD/crypto/heimdal/doc/
HDintro.texi3 @node Introduction, What is Kerberos?, Top, Top
4 @c @node Introduction, What is Kerberos?, Top, Top
/NextBSD/contrib/llvm/lib/CodeGen/
HDMachineScheduler.cpp2373 Top.init(DAG, SchedModel, &Rem); in initialize()
2381 if (!Top.HazardRec) { in initialize()
2382 Top.HazardRec = in initialize()
2733 if (SUnit *SU = Top.pickOnlyChoice()) { in pickNodeBidirectional()
2743 setPolicy(BotCand.Policy, /*IsPostRA=*/false, Bot, &Top); in pickNodeBidirectional()
2746 setPolicy(TopCand.Policy, /*IsPostRA=*/false, Top, &Bot); in pickNodeBidirectional()
2768 pickNodeFromQueue(Top, DAG->getTopRPTracker(), TopCand); in pickNodeBidirectional()
2786 assert(Top.Available.empty() && Top.Pending.empty() && in pickNode()
2793 SU = Top.pickOnlyChoice(); in pickNode()
2797 pickNodeFromQueue(Top, DAG->getTopRPTracker(), TopCand); in pickNode()
[all …]
/NextBSD/contrib/ncurses/ncurses/win32con/
HDwin_driver.c55 #define AdjustY(p) ((p)->buffered ? 0 : (int) (p)->SBI.srWindow.Top)
201 rec.Top = (SHORT) (y + AdjustY(p)); in con_write16()
203 rec.Bottom = rec.Top; in con_write16()
242 rec.Top = (short) y; in con_write8()
244 rec.Bottom = rec.Top; in con_write8()
566 p->SBI.srWindow.Top, in get_SBI()
575 p->origin.Y = p->SBI.srWindow.Top; in get_SBI()
646 PropOf(TCB)->SBI.srWindow.Top); in drv_size()
869 readRegion.Top = 0; in save_original_screen()
876 readRegion.Top, in save_original_screen()
[all …]
/NextBSD/contrib/llvm/lib/Analysis/
HDCFG.cpp41 std::pair<const BasicBlock*, succ_const_iterator> &Top = VisitStack.back(); in FindFunctionBackedges() local
42 const BasicBlock *ParentBB = Top.first; in FindFunctionBackedges()
43 succ_const_iterator &I = Top.second; in FindFunctionBackedges()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineScheduler.h848 SchedBoundary Top; variable
854 GenericSchedulerBase(C), DAG(nullptr), Top(SchedBoundary::TopQID, "TopQ"), in GenericScheduler()
872 Top.releaseTopNode(SU); in releaseTopNode()
906 SchedBoundary Top; variable
910 GenericSchedulerBase(C), Top(SchedBoundary::TopQID, "TopQ") {} in PostGenericScheduler()
936 Top.releaseTopNode(SU); in releaseTopNode()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDebugger.cpp863 IOHandlerSP reader_sp (m_input_reader_stack.Top()); in DispatchInputInterrupt()
872 IOHandlerSP reader_sp (m_input_reader_stack.Top()); in DispatchInputEndOfFile()
884 IOHandlerSP reader_sp (m_input_reader_stack.Top()); in ClearIOHandlers()
895 IOHandlerSP reader_sp(m_input_reader_stack.Top()); in ExecuteIOHandlers()
904 IOHandlerSP top_reader_sp = m_input_reader_stack.Top(); in ExecuteIOHandlers()
963 top_reader_sp = m_input_reader_stack.Top(); in RunIOHandler()
982 IOHandlerSP top_reader_sp (m_input_reader_stack.Top()); in AdoptTopIOHandlerFilesIfInvalid()
1031 IOHandlerSP top_reader_sp (m_input_reader_stack.Top()); in PushIOHandler()
1063 IOHandlerSP reader_sp(m_input_reader_stack.Top()); in PopIOHandler()
1072 reader_sp = m_input_reader_stack.Top(); in PopIOHandler()
/NextBSD/contrib/binutils/bfd/doc/
HDbfd.texinfo81 @node Top, Overview, (dir), (dir)
94 @node Overview, BFD front end, Top, Top
198 @node BFD front end, BFD back ends, Overview, Top
286 @node BFD back ends, GNU Free Documentation License, BFD front end, Top
318 @node GNU Free Documentation License, BFD Index, BFD back ends, Top
321 @node BFD Index, , GNU Free Documentation License, Top
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDRegionStore.cpp816 const SubRegion *Top, BindingKey TopKey, in collectSubRegionBindings() argument
821 Top = cast<SubRegion>(TopKey.getConcreteOffsetRegion()); in collectSubRegionBindings()
822 TopKey = BindingKey::Make(Top, BindingKey::Default); in collectSubRegionBindings()
827 SVal Extent = Top->getExtent(SVB); in collectSubRegionBindings()
834 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) { in collectSubRegionBindings()
867 if (Top->isSubRegionOf(Base)) { in collectSubRegionBindings()
877 if (Top == Base || BaseSR->isSubRegionOf(Top)) in collectSubRegionBindings()
888 const SubRegion *Top, bool IncludeAllDefaultBindings) { in collectSubRegionBindings() argument
889 collectSubRegionBindings(Bindings, SVB, Cluster, Top, in collectSubRegionBindings()
890 BindingKey::Make(Top, BindingKey::Default), in collectSubRegionBindings()
[all …]

1234567