Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.cpp53 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 DWebAssemblyCFGStackify.cpp411 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/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c214 save_region.Bottom = CON.SBI.srWindow.Bottom;
242 save_region.Bottom,
303 rec.Bottom = rec.Top; in con_write16()
342 rec.Bottom = rec.Top; in con_write8()
461 save_region.Bottom, in restore_original_screen()
686 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 …]
H A Dwin32_driver.c124 save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom;
128 save_size.Y = (SHORT) (save_region.Bottom - save_region.Top + 1);
141 for (i = save_region.Top; i <= save_region.Bottom; ++i) {
152 save_region.Bottom,
214 rec.Bottom = rec.Top; in con_write16()
253 rec.Bottom = rec.Top; in con_write8()
368 save_region.Bottom, in restore_original_screen()
585 int high = (WINCONSOLE.SBI.srWindow.Bottom - in wcon_dobeepflash()
602 this_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; in wcon_dobeepflash()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32con.c159 *Lines = (int) (WINCONSOLE.SBI.srWindow.Bottom + 1 - in _nc_console_size()
397 WINCONSOLE.save_region.Bottom = (SHORT) (WINCONSOLE.SBI.dwSize.Y - 1); in save_original_screen()
406 WINCONSOLE.save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; in save_original_screen()
447 save_region.Bottom, in restore_original_screen()
464 WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom in read_screen_data()
480 WINCONSOLE.save_region.Bottom, in read_screen_data()
517 WINCONSOLE.SBI.srWindow.Bottom, in _nc_console_get_SBI()
555 info->srWindow.Bottom, in _nc_console_set_scrollback()
569 int high = info->srWindow.Bottom - info->srWindow.Top + 1; in _nc_console_set_scrollback()
586 rect.Bottom = (SHORT) (high - 1); in _nc_console_set_scrollback()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-alcatel-idol347.dts119 sound-name-prefix = "Speaker Bottom";
277 "Speaker", "Speaker Bottom";
278 pin-switches = "Speaker Top", "Speaker Bottom";
281 "Speaker Bottom", "Speaker Bottom OUT",
/freebsd/contrib/less/
H A Dscreen.c828 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1; in scrsize()
1630 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1; in win32_init_term()
1910 rcClip.Bottom = csbi.srWindow.Bottom; in add_line()
1914 rcSrc.Bottom--; in add_line()
1962 rcSrc.Bottom = csbi.srWindow.Bottom;
1968 rcClip.Bottom = rcSrc.Bottom ;
2008 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom - csbi.srWindow.Top + 1); in win32_clear()
2046 rcSrc.Bottom = csbi.srWindow.Bottom; in win32_scroll_up()
2052 rcClip.Bottom = rcSrc.Bottom ; in win32_scroll_up()
2068 topleft.Y = rcSrc.Bottom - n; in win32_scroll_up()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp130 const Frame *Bottom = getBottomFrame(); in addCallStack() local
131 for (const Frame *F = Top; F != Bottom; F = F->getCaller(), ++CallIdx) { in addCallStack()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86PreTileConfig.cpp133 bool isLoopBackEdge(MachineBasicBlock *Header, MachineBasicBlock *Bottom) { in isLoopBackEdge() argument
137 if (ML->contains(Bottom) && ML->isLoopLatch(Bottom)) in isLoopBackEdge()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_netbsd_libcdep.cpp246 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
287 uptr tracer_pid = internal_clone(TracerThread, tracer_stack.Bottom(), in StopTheWorld()
H A Dsanitizer_stoptheworld_linux_libcdep.cpp346 void *Bottom() const { in Bottom() function in __sanitizer::ScopedStackSpaceWithGuard
433 TracerThread, tracer_stack.Bottom(), in StopTheWorld()
/freebsd/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/sys/contrib/device-tree/Bindings/regulator/
H A Dadi,max77857.yaml43 description: Bottom feedback resistor value in ohms for external feedback.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnxp,tfa989x.yaml96 sound-name-prefix = "Speaker Bottom";
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp776 Value *Bottom = IRB.CreateTrunc(WideLoad, Base->getType()); in CreateWideLoad() local
777 Value *NewBaseSExt = IRB.CreateSExt(Bottom, BaseSExt->getType()); in CreateWideLoad()
791 << *Bottom << "\n" in CreateWideLoad()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp111 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 __anondd467f9c0111::MachineConstPropagator::CellMap
280 LatticeCell Bottom; member in __anondd467f9c0111::MachineConstPropagator
643 Cells.update(DefR.Reg, Bottom); in visitPHI()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h285 unsigned getResourceDepth(bool Bottom) const;
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1201 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const { in getResourceDepth()
1206 if (Bottom) { in getResourceDepth()
1220 if (Bottom) in getResourceDepth()
/freebsd/sys/teken/
H A Dsequences56 DECDHL Double Height Double Width Line Bottom ^[ # 4
/freebsd/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
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1154 # define YY_STACK_PRINT(Bottom, Top) \ argument
1157 yy_stack_print ((Bottom), (Top)); \
1204 # define YY_STACK_PRINT(Bottom, Top) argument

12