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

/freebsd-11.0-release/crypto/heimdal/lib/roken/
H A Dget_window_size.c111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp161 MachineBasicBlock *Bottom = Loop->getHeader(); local
163 if (MBB->getNumber() > Bottom->getNumber())
164 Bottom = MBB;
165 return Bottom;
365 MachineBasicBlock *Bottom = LoopBottom(Loop);
366 auto Iter = next(MachineFunction::iterator(Bottom));
372 Iter = next(MachineFunction::iterator(Bottom));
/freebsd-11.0-release/contrib/less/
H A Dscreen.c733 sys_height = scr.srWindow.Bottom - scr.srWindow.Top + 1;
1507 size.Y = scr.srWindow.Bottom - scr.srWindow.Top + 1;
1639 rcClip.Bottom = csbi.srWindow.Bottom;
1643 rcSrc.Bottom--;
1693 rcSrc.Bottom = csbi.srWindow.Bottom;
1699 rcClip.Bottom = rcSrc.Bottom ;
1740 winsz = csbi.dwSize.X * (csbi.srWindow.Bottom
[all...]
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h79 UInt32 Bottom; member in struct:__anon1839
H A Darchive_ppmd7.c748 p->Low = p->Bottom = 0;
766 p->Bottom = 0x8000;
782 if(p->Range >= p->Bottom)
785 p->Range = ((uint32_t)(-(int32_t)p->Low)) & (p->Bottom - 1);
/freebsd-11.0-release/crypto/heimdal/lib/com_err/
H A Dparse.c769 # define YY_STACK_PRINT(Bottom, Top) \
772 yy_stack_print ((Bottom), (Top)); \
819 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc318 void *Bottom() const { function in class:__sanitizer::ScopedStackSpaceWithGuard
405 TracerThread, tracer_stack.Bottom(),
/freebsd-11.0-release/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c203 rec.Bottom = rec.Top;
244 rec.Bottom = rec.Top;
565 T(("... display(Top:%d Bottom:%d Left:%d Right:%d)",
567 p->SBI.srWindow.Bottom,
645 *Lines = (int) (PropOf(TCB)->SBI.srWindow.Bottom + 1 -
871 readRegion.Bottom = (SHORT) (bufferSize.Y - 1);
878 readRegion.Bottom,
895 bufferSize.Y = (SHORT) (p->SBI.srWindow.Bottom
904 readRegion.Bottom = p->SBI.srWindow.Bottom;
[all...]
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1161 # define YY_STACK_PRINT(Bottom, Top) \
1164 yy_stack_print ((Bottom), (Top)); \
1211 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c929 # define YY_STACK_PRINT(Bottom, Top) \
932 yy_stack_print ((Bottom), (Top)); \
979 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineTraceMetrics.h255 /// When Bottom is set, instructions in the trace center block are included.
256 unsigned getResourceDepth(bool Bottom) const;
/freebsd-11.0-release/sys/boot/i386/kgzldr/
H A Dcrt.s80 movb $SCR_ROW-1,%dh # Bottom line
/freebsd-11.0-release/contrib/libreadline/
H A Dterminal.c214 *shp = scr.srWindow.Bottom - scr.srWindow.Top + 1;
/freebsd-11.0-release/crypto/heimdal/lib/sl/
H A Dslc-gram.c743 # define YY_STACK_PRINT(Bottom, Top) \
746 yy_stack_print ((Bottom), (Top)); \
793 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dada-exp.c1032 # define YY_STACK_PRINT(Bottom, Top) \
1035 yy_stack_print ((Bottom), (Top)); \
1075 # define YY_STACK_PRINT(Bottom, Top)
H A Dm2-exp.c967 # define YY_STACK_PRINT(Bottom, Top) \
970 yy_stack_print ((Bottom), (Top)); \
1010 # define YY_STACK_PRINT(Bottom, Top)
H A Df-exp.c847 # define YY_STACK_PRINT(Bottom, Top) \
850 yy_stack_print ((Bottom), (Top)); \
890 # define YY_STACK_PRINT(Bottom, Top)
H A Djv-exp.c906 # define YY_STACK_PRINT(Bottom, Top) \
909 yy_stack_print ((Bottom), (Top)); \
949 # define YY_STACK_PRINT(Bottom, Top)
H A Dc-exp.c1029 # define YY_STACK_PRINT(Bottom, Top) \
1032 yy_stack_print ((Bottom), (Top)); \
1072 # define YY_STACK_PRINT(Bottom, Top)
H A Dobjc-exp.c1011 # define YY_STACK_PRINT(Bottom, Top) \
1014 yy_stack_print ((Bottom), (Top)); \
1054 # define YY_STACK_PRINT(Bottom, Top)
H A Dp-exp.c821 # define YY_STACK_PRINT(Bottom, Top) \
824 yy_stack_print ((Bottom), (Top)); \
864 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_parser.c1556 # define YY_STACK_PRINT(Bottom, Top) \
1559 yy_stack_print ((Bottom), (Top)); \
1599 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1154 # define YY_STACK_PRINT(Bottom, Top) \
1157 yy_stack_print ((Bottom), (Top)); \
1204 # define YY_STACK_PRINT(Bottom, Top)
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1170 unsigned MachineTraceMetrics::Trace::getResourceDepth(bool Bottom) const {
1175 if (Bottom) {
1189 if (Bottom)
H A DMachineBlockPlacement.cpp829 MachineBasicBlock *Bottom = *std::prev(LoopChain.end()); local
830 for (MachineBasicBlock *Succ : Bottom->successors()) {

Completed in 251 milliseconds