| /freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyUtilities.h | 61 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 D | WebAssemblyCFGStackify.cpp | 360 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 D | screen.c | 744 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 D | win_driver.c | 203 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 D | get_window_size.c | 111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top; in get_window_size()
|
| /freebsd-12.1/contrib/amd/fsinfo/ |
| H A D | null_gram.c | 631 # 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 D | archive_ppmd7_private.h | 79 UInt32 Bottom; member
|
| H A D | archive_ppmd7.c | 748 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 D | sanitizer_stoptheworld_linux_libcdep.cc | 345 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 D | parse.c | 769 # 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 D | HexagonConstPropagation.cpp | 108 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 D | MachineTraceMetrics.h | 277 unsigned getResourceDepth(bool Bottom) const;
|
| /freebsd-12.1/stand/i386/kgzldr/ |
| H A D | crt.s | 80 movb $SCR_ROW-1,%dh # Bottom line
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | m2-exp.c | 967 # define YY_STACK_PRINT(Bottom, Top) \ argument 970 yy_stack_print ((Bottom), (Top)); \ 1010 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | ada-exp.c | 1032 # define YY_STACK_PRINT(Bottom, Top) \ argument 1035 yy_stack_print ((Bottom), (Top)); \ 1075 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | f-exp.c | 847 # define YY_STACK_PRINT(Bottom, Top) \ argument 850 yy_stack_print ((Bottom), (Top)); \ 890 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | jv-exp.c | 906 # define YY_STACK_PRINT(Bottom, Top) \ argument 909 yy_stack_print ((Bottom), (Top)); \ 949 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | p-exp.c | 821 # define YY_STACK_PRINT(Bottom, Top) \ argument 824 yy_stack_print ((Bottom), (Top)); \ 864 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | objc-exp.c | 1011 # define YY_STACK_PRINT(Bottom, Top) \ argument 1014 yy_stack_print ((Bottom), (Top)); \ 1054 # define YY_STACK_PRINT(Bottom, Top) argument
|
| H A D | c-exp.c | 1029 # 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 D | slc-gram.c | 743 # 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 D | MachineTraceMetrics.cpp | 1197 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth() 1202 if (Bottom) { in getResourceDepth() 1216 if (Bottom) in getResourceDepth()
|
| H A D | MachineBlockPlacement.cpp | 1963 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 D | sequences | 57 DECDHL Double Height Double Width Line Bottom ^[ # 4
|
| /freebsd-12.1/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.c | 1161 # define YY_STACK_PRINT(Bottom, Top) \ argument 1164 yy_stack_print ((Bottom), (Top)); \ 1211 # define YY_STACK_PRINT(Bottom, Top) argument
|