| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblySortRegion.cpp | 53 MachineBasicBlock *Bottom = ML->getHeader(); in getBottom() local 55 if (MBB->getNumber() > Bottom->getNumber()) in getBottom() 56 Bottom = MBB; in getBottom() 65 if (ExBottom->getNumber() > Bottom->getNumber()) in getBottom() 66 Bottom = ExBottom; in getBottom() 69 return Bottom; in getBottom() 73 MachineBasicBlock *Bottom = WE->getHeader(); in getBottom() local 75 if (MBB->getNumber() > Bottom->getNumber()) in getBottom() 76 Bottom = MBB; in getBottom() 77 return Bottom; in getBottom()
|
| H A D | WebAssemblyCFGStackify.cpp | 411 MachineBasicBlock *Bottom = SRI.getBottom(Loop); in placeLoopMarker() local 412 auto Iter = std::next(Bottom->getIterator()); in placeLoopMarker() 415 Iter = std::next(Bottom->getIterator()); in placeLoopMarker() 492 MachineBasicBlock *Bottom = SRI.getBottom(WE); in placeTryMarker() local 494 auto Iter = std::next(Bottom->getIterator()); in placeTryMarker() 497 Iter = std::next(Bottom->getIterator()); in placeTryMarker() 646 BuildMI(*Cont, InsertPos, Bottom->findBranchDebugLoc(), in placeTryMarker()
|
| /freebsd-13.1/contrib/ncurses/ncurses/win32con/ |
| H A D | win_driver.c | 216 save_region.Bottom = CON.SBI.srWindow.Bottom; 244 save_region.Bottom, 305 rec.Bottom = rec.Top; in con_write16() 344 rec.Bottom = rec.Top; in con_write8() 463 save_region.Bottom, in restore_original_screen() 688 this_region.Bottom = CON.SBI.srWindow.Bottom; in wcon_dobeepflash() 766 CON.SBI.srWindow.Bottom, in get_SBI() 944 info->srWindow.Bottom, in set_scrollback() 993 rect.Bottom, rect.Right)); in set_scrollback() 1173 CON.save_region.Bottom, in read_screen_data() [all …]
|
| /freebsd-13.1/contrib/less/ |
| H A D | screen.c | 783 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1; in scrsize() 1585 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term() 1857 rcClip.Bottom = csbi.srWindow.Bottom; in add_line() 1861 rcSrc.Bottom--; in add_line() 1911 rcSrc.Bottom = csbi.srWindow.Bottom; 1917 rcClip.Bottom = rcSrc.Bottom ; 1958 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1); in win32_clear() 1998 rcSrc.Bottom = csbi.srWindow.Bottom; 2004 rcClip.Bottom = rcSrc.Bottom ; 2020 topleft.Y = rcSrc.Bottom - n; [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | State.cpp | 129 const Frame *Bottom = getBottomFrame(); in addCallStack() local 130 for (Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86PreTileConfig.cpp | 127 bool isLoopBackEdge(MachineBasicBlock *Header, MachineBasicBlock *Bottom) { in isLoopBackEdge() argument 131 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stoptheworld_netbsd_libcdep.cpp | 246 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard 287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
| H A D | sanitizer_stoptheworld_linux_libcdep.cpp | 345 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard 432 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMParallelDSP.cpp | 779 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); in CreateWideLoad() local 780 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); in CreateWideLoad() 794 << *Bottom << "\n" in CreateWideLoad()
|
| /freebsd-13.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-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachineTraceMetrics.h | 276 unsigned getResourceDepth(bool Bottom) const;
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstPropagation.cpp | 111 enum { Normal, Top, Bottom }; enumerator 164 bool isBottom() const { return Kind == Bottom; } in isBottom() 167 bool Changed = (Kind != Bottom); in setBottom() 168 Kind = Bottom; in setBottom() 198 Bottom.setBottom(); in MachineConstPropagator() 215 Bottom.setBottom(); in CellMap() 230 return Bottom; in get() 249 LatticeCell Top, Bottom; member in __anon01729d880111::MachineConstPropagator::CellMap 280 LatticeCell Bottom; member in __anon01729d880111::MachineConstPropagator 644 Cells.update(DefR.Reg, Bottom); in visitPHI() [all …]
|
| /freebsd-13.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-13.1/sys/teken/ |
| H A D | sequences | 57 DECDHL Double Height Double Width Line Bottom ^[ # 4
|
| /freebsd-13.1/contrib/llvm-project/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 | 2305 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); in rotateLoop() local 2308 if (Bottom == ExitingBB) in rotateLoop() 2321 for (MachineBasicBlock *Succ : Bottom->successors()) { in rotateLoop() 2363 if (!Bottom->isSuccessor(Top)) in rotateLoop()
|
| /freebsd-13.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
|
| /freebsd-13.1/crypto/heimdal/appl/ftp/ftpd/ |
| H A D | ftpcmd.c | 1154 # define YY_STACK_PRINT(Bottom, Top) \ argument 1157 yy_stack_print ((Bottom), (Top)); \ 1204 # define YY_STACK_PRINT(Bottom, Top) argument
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_parser.c | 1624 # define YY_STACK_PRINT(Bottom, Top) \ argument 1627 yy_stack_print ((Bottom), (Top)); \ 1667 # define YY_STACK_PRINT(Bottom, Top) argument
|
| /freebsd-13.1/share/misc/ |
| H A D | usb_hid_usages | 903 0x254 AC Justify Bottom 1281 0x4A Bottom Corner Distortion Control 1282 0x4C Bottom Corner Distortion Balance
|
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | FAQ | 336 Bottom line: use the gzip format for HTTP 1.1 encoding.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrInfo.td | 596 class ConstantUImmRangeAsmOperandClass<int Bottom, int Top, 599 let Name = "ConstantUImmRange" # Bottom # "_" # Top; 601 let PredicateMethod = "isConstantUImmRange<" # Bottom # ", " # Top # ">"; 603 let DiagnosticType = "UImmRange" # Bottom # "_" # Top;
|