Searched refs:bottom (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c719 int top, bottom; local
730 if (sscanf(args[1], "%d", &bottom) == 0) {
737 report_return(setscrreg(top, bottom));
5580 int top, bottom; local
5597 if (sscanf(args[2], "%d", &bottom) == 0) {
5604 report_return(wsetscrreg(win, top, bottom));
/freebsd-11-stable/contrib/ee/
H A Dee.c273 void bottom P_((void));
1196 bottom();
1314 bottom();
1332 bottom() /* go to bottom of file */ function
1613 bottom();
3567 | output top and bottom portions of menu box only if window
5123 help_text[2] = catgetlocal( 37, "^b bottom of text ^j newline ^t top of text ");
5145 control_keys[2] = catgetlocal( 59, "^b bottom of text ^g begin of line ^w delete word ^l left ");
5238 emacs_help_text[3] = catgetlocal( 148, "^c command ^k delete line ^u bottom o
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFGraph.cpp322 for (auto I = P.Obj.top(), E = P.Obj.bottom(); I != E; ) {
667 // Initialize to bottom.
680 for (auto I = top(), E = bottom(); I != E; I.down())
1578 for (auto I = DS.top(), E = DS.bottom(); I != E; I.down()) {
H A DMachineScheduler.cpp81 cl::desc("Force bottom-up list scheduling"));
349 /// and visit them bottom-up. Visiting regions bottom-up is not required, but is
351 /// scheduling regions bottom-up.
516 // TODO: Visit blocks in global postorder or postorder within the bottom-up
532 // points to the scheduling boundary at the bottom of the region. The DAG
535 // no terminator then RegionEnd == MBB->end() for the bottom region.
840 // A SUnit is ready to bottom schedule if it has no successors.
860 // Release bottom roots in reverse order so the higher priority nodes appear
993 // Setup the register pressure trackers for the top scheduled and bottom
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree.c6886 reconstruct_complex_type (tree type, tree bottom)
6892 inner = reconstruct_complex_type (TREE_TYPE (type), bottom);
6897 inner = reconstruct_complex_type (TREE_TYPE (type), bottom);
6902 inner = reconstruct_complex_type (TREE_TYPE (type), bottom);
6908 inner = reconstruct_complex_type (TREE_TYPE (type), bottom);
6918 return bottom;
6856 reconstruct_complex_type(tree type, tree bottom) argument
H A Dfold-const.c265 /* Sign extend bottom half? */
12338 multiple_of_p (tree type, tree top, tree bottom)
12340 if (operand_equal_p (top, bottom, 0))
12351 if (!integer_pow2p (bottom))
12356 return (multiple_of_p (type, TREE_OPERAND (top, 0), bottom)
12357 || multiple_of_p (type, TREE_OPERAND (top, 1), bottom));
12361 return (multiple_of_p (type, TREE_OPERAND (top, 0), bottom)
12362 && multiple_of_p (type, TREE_OPERAND (top, 1), bottom));
12380 return multiple_of_p (type, t1, bottom);
12394 return multiple_of_p (type, TREE_OPERAND (top, 0), bottom);
12303 multiple_of_p(tree type, tree top, tree bottom) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp395 // Calls are scheduled with their preceding instructions. For bottom-up
558 // The pressure differences are computed bottom-up, so the comparision for
559 // an increase is positive in the bottom direction, but negative in the
878 /// Pick the best candidate node from either the top or bottom queue.
893 // Prefer bottom scheduling when heuristics are silent.
938 // Otherwise prefer the bottom candidate in node order.
946 if (DAG->top() == DAG->bottom()) {
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c387 * world) blows such a big hole in the bottom of the fairly weak boat
6318 goto bottom;
6322 goto bottom;
6327 goto bottom;
6433 bottom:
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex273 % of a page, or that at the bottom of a page. The solution is
643 % explicit \vfill so that the extra space is at the bottom. The
3221 % No rule at page bottom unless we print one at the top with @title.
3295 % print a rule at the page bottom also.
3375 % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page
3393 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
3399 \everyheadingmarks bottom
3400 \everyfootingmarks bottom
6047 \raggedbottom % Worry more about breakpoints than the bottom
[all...]
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex697 % explicit \vfill so that the extra space is at the bottom. The
2170 % No rule at page bottom unless we print one at the top with @title.
2233 % print a rule at the page bottom also.
4650 \raggedbottom % Worry more about breakpoints than the bottom.
6577 % will somehow specify the positions allowed to float to (here, top, bottom).
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex674 % explicit \vfill so that the extra space is at the bottom. The
2069 % No rule at page bottom unless we print one at the top with @title.
2132 % print a rule at the page bottom also.
4527 \raggedbottom % Worry more about breakpoints than the bottom.
6448 % will somehow specify the positions allowed to float to (here, top, bottom).

Completed in 486 milliseconds

1234