Home
last modified time | relevance | path

Searched refs:Bottom (Results 1 – 25 of 34) sorted by relevance

12

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.h61 MachineBasicBlock *Bottom = Unit->getHeader(); in getBottom() local
63 if (MBB->getNumber() > Bottom->getNumber()) in getBottom()
64 Bottom = MBB; in getBottom()
65 return Bottom; in getBottom()
H A DWebAssemblyCFGStackify.cpp360 MachineBasicBlock *Bottom = WebAssembly::getBottom(Loop); in placeLoopMarker() local
361 auto Iter = std::next(MachineFunction::iterator(Bottom)); in placeLoopMarker()
367 Iter = std::next(MachineFunction::iterator(Bottom)); in placeLoopMarker()
448 MachineBasicBlock *Bottom = WebAssembly::getBottom(WE); in placeTryMarker() local
450 auto Iter = std::next(MachineFunction::iterator(Bottom)); in placeTryMarker()
456 Iter = std::next(MachineFunction::iterator(Bottom)); in placeTryMarker()
490 if (MBB.getNumber() > Bottom->getNumber()) in placeTryMarker()
582 BuildMI(*AfterTry, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
/freebsd-12.1/contrib/less/
H A Dscreen.c744 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1; in scrsize()
1531 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term()
1665 rcClip.Bottom = csbi.srWindow.Bottom; in add_line()
1669 rcSrc.Bottom--; in add_line()
1719 rcSrc.Bottom = csbi.srWindow.Bottom;
1725 rcClip.Bottom = rcSrc.Bottom ;
1766 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1); in win32_clear()
1806 rcSrc.Bottom = csbi.srWindow.Bottom;
1812 rcClip.Bottom = rcSrc.Bottom ;
1828 topleft.Y = rcSrc.Bottom - n;
[all …]
/freebsd-12.1/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c203 rec.Bottom = rec.Top; in con_write16()
244 rec.Bottom = rec.Top; in con_write8()
567 p->SBI.srWindow.Bottom, in get_SBI()
645 *Lines = (int) (PropOf(TCB)->SBI.srWindow.Bottom + 1 - in drv_size()
871 readRegion.Bottom = (SHORT) (bufferSize.Y - 1); in save_original_screen()
878 readRegion.Bottom, in save_original_screen()
895 bufferSize.Y = (SHORT) (p->SBI.srWindow.Bottom in save_original_screen()
904 readRegion.Bottom = p->SBI.srWindow.Bottom; in save_original_screen()
911 readRegion.Bottom, in save_original_screen()
/freebsd-12.1/crypto/heimdal/lib/roken/
H A Dget_window_size.c111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top; in get_window_size()
/freebsd-12.1/contrib/amd/fsinfo/
H A Dnull_gram.c631 # define YY_STACK_PRINT(Bottom, Top) \ argument
634 yy_stack_print ((Bottom), (Top)); \
674 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h79 UInt32 Bottom; member
H A Darchive_ppmd7.c748 p->Low = p->Bottom = 0; in Ppmd_RangeDec_Init()
766 p->Bottom = 0x8000; in PpmdRAR_RangeDec_Init()
782 if(p->Range >= p->Bottom) in Range_Normalize()
785 p->Range = ((uint32_t)(-(int32_t)p->Low)) & (p->Bottom - 1); in Range_Normalize()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc345 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
432 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/freebsd-12.1/crypto/heimdal/lib/com_err/
H A Dparse.c769 # define YY_STACK_PRINT(Bottom, Top) \ argument
772 yy_stack_print ((Bottom), (Top)); \
819 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp108 enum { Normal, Top, Bottom }; enumerator
151 bool isBottom() const { return Kind == Bottom; } in isBottom()
154 bool Changed = (Kind != Bottom); in setBottom()
155 Kind = Bottom; in setBottom()
185 Bottom.setBottom(); in MachineConstPropagator()
202 Bottom.setBottom(); in CellMap()
217 return Bottom; in get()
238 LatticeCell Top, Bottom; member in __anonc5c9f0b90111::MachineConstPropagator::CellMap
269 LatticeCell Bottom; member in __anonc5c9f0b90111::MachineConstPropagator
633 Cells.update(DefR.Reg, Bottom); in visitPHI()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h277 unsigned getResourceDepth(bool Bottom) const;
/freebsd-12.1/stand/i386/kgzldr/
H A Dcrt.s80 movb $SCR_ROW-1,%dh # Bottom line
/freebsd-12.1/contrib/gdb/gdb/
H A Dm2-exp.c967 # define YY_STACK_PRINT(Bottom, Top) \ argument
970 yy_stack_print ((Bottom), (Top)); \
1010 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dada-exp.c1032 # define YY_STACK_PRINT(Bottom, Top) \ argument
1035 yy_stack_print ((Bottom), (Top)); \
1075 # define YY_STACK_PRINT(Bottom, Top) argument
H A Df-exp.c847 # define YY_STACK_PRINT(Bottom, Top) \ argument
850 yy_stack_print ((Bottom), (Top)); \
890 # define YY_STACK_PRINT(Bottom, Top) argument
H A Djv-exp.c906 # define YY_STACK_PRINT(Bottom, Top) \ argument
909 yy_stack_print ((Bottom), (Top)); \
949 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dp-exp.c821 # define YY_STACK_PRINT(Bottom, Top) \ argument
824 yy_stack_print ((Bottom), (Top)); \
864 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dobjc-exp.c1011 # define YY_STACK_PRINT(Bottom, Top) \ argument
1014 yy_stack_print ((Bottom), (Top)); \
1054 # define YY_STACK_PRINT(Bottom, Top) argument
H A Dc-exp.c1029 # define YY_STACK_PRINT(Bottom, Top) \ argument
1032 yy_stack_print ((Bottom), (Top)); \
1072 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd-12.1/crypto/heimdal/lib/sl/
H A Dslc-gram.c743 # define YY_STACK_PRINT(Bottom, Top) \ argument
746 yy_stack_print ((Bottom), (Top)); \
793 # define YY_STACK_PRINT(Bottom, Top) argument
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1197 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth()
1202 if (Bottom) { in getResourceDepth()
1216 if (Bottom) in getResourceDepth()
H A DMachineBlockPlacement.cpp1963 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); in rotateLoop() local
1966 if (Bottom == ExitingBB) in rotateLoop()
1983 for (MachineBasicBlock *Succ : Bottom->successors()) { in rotateLoop()
2019 if (!Bottom->isSuccessor(Top)) in rotateLoop()
/freebsd-12.1/sys/teken/
H A Dsequences57 DECDHL Double Height Double Width Line Bottom ^[ # 4
/freebsd-12.1/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1161 # define YY_STACK_PRINT(Bottom, Top) \ argument
1164 yy_stack_print ((Bottom), (Top)); \
1211 # define YY_STACK_PRINT(Bottom, Top) argument

12