Home
last modified time | relevance | path

Searched refs:to_top (Results 1 – 25 of 40) sorted by relevance

12

/dports/german/BBBike/BBBike-3.18/
H A DBBBikePalm.pm73 BBBikePalm::to_top(\@prog_order,
146 sub BBBikePalm::to_top {
147 my($listref, @to_top) = @_;
148 my(%to_top) = map { ($_ => 1) } @to_top;
149 my @new_list = @to_top;
151 push @new_list, $_ if !exists $to_top{$_};
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dclick.c87 to_top = event->event_y, in floating_mod_on_tiled_client() local
91 to_right, to_left, to_top, to_bottom); in floating_mod_on_tiled_client()
94 to_right < to_top && in floating_mod_on_tiled_client()
99 to_left < to_top && in floating_mod_on_tiled_client()
103 if (to_top < to_right && in floating_mod_on_tiled_client()
104 to_top < to_left && in floating_mod_on_tiled_client()
105 to_top < to_bottom) in floating_mod_on_tiled_client()
110 to_bottom < to_top) in floating_mod_on_tiled_client()
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dclick.c87 to_top = event->event_y, in floating_mod_on_tiled_client() local
91 to_right, to_left, to_top, to_bottom); in floating_mod_on_tiled_client()
94 to_right < to_top && in floating_mod_on_tiled_client()
99 to_left < to_top && in floating_mod_on_tiled_client()
103 if (to_top < to_right && in floating_mod_on_tiled_client()
104 to_top < to_left && in floating_mod_on_tiled_client()
105 to_top < to_bottom) in floating_mod_on_tiled_client()
110 to_bottom < to_top) in floating_mod_on_tiled_client()
/dports/math/chaco/Chaco-2.2/code/klvspiff/
H A Dnway_klv.c71 int *to_top; /* ptr to top of set moving to */ local
265 to_top = &ltop;
275 to_top = &rtop;
429 if (dval > *to_top) {
430 *to_top = dval;
456 if (gain > *to_top)
457 *to_top = gain;
/dports/science/healpix/Healpix_3.50/src/idl/toolkit/
H A Din_ring.pro51 to_top = 0 ; false
127 if (ip_low gt ip_hi) then to_top = 1
131 if (to_top) then begin
150 ; help,take_all,to_top,nir1,nir2,nir,ipix1,ip_low
/dports/devel/py-cmd2/cmd2-2.3.2/cmd2/
H A Dtable_creator.py505 to_top = 0
508 to_top = line_diff // 2
509 to_bottom = line_diff - to_top
511 to_top = line_diff
514 for i in range(to_top):
/dports/x11/xterm/xterm-370/
H A Dscrollbar.c752 int to_top = (screen->topline - screen->savedlines); in HandleScrollTo() local
754 amount = to_top * FontHeight(screen); in HandleScrollTo()
756 amount = -to_top * FontHeight(screen); in HandleScrollTo()
758 amount = (value + to_top) * FontHeight(screen); in HandleScrollTo()
/dports/x11/terminology/terminology-1.9.0/src/bin/
H A Dtermptyesc.c2098 int to_top = _csi_arg_get(ty, b); in _handle_esc_csi_deccra() local
2106 top, left, bottom, right, to_top, to_left); in _handle_esc_csi_deccra()
2112 (to_top == -ESC_ARG_ERROR) || in _handle_esc_csi_deccra()
2120 TERMPTY_RESTRICT_FIELD(to_top, 1, ty->h); in _handle_esc_csi_deccra()
2123 to_top += ty->termstate.top_margin; in _handle_esc_csi_deccra()
2127 to_top = ty->termstate.bottom_margin; in _handle_esc_csi_deccra()
2131 to_top--; in _handle_esc_csi_deccra()
2132 if (to_bottom - to_top > bottom - top) in _handle_esc_csi_deccra()
2133 to_bottom = to_top + bottom - top; in _handle_esc_csi_deccra()
2149 if (to_top < top) in _handle_esc_csi_deccra()
[all …]
/dports/www/yabb/YaBB_2.6.11/cgi-bin/yabb2/Languages/English/
H A DMenu.lng98 'to_top' => 'To Top of Page',
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py1113 start = to_top = self.line_for_node(node.test)
1115 to_top = self.line_for_node(node.body[0])
1116 self.block_stack.append(LoopBlock(start=to_top))
1120 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dparser.py1113 start = to_top = self.line_for_node(node.test)
1115 to_top = self.line_for_node(node.body[0])
1116 self.block_stack.append(LoopBlock(start=to_top))
1120 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dparser.py1113 start = to_top = self.line_for_node(node.test)
1115 to_top = self.line_for_node(node.body[0])
1116 self.block_stack.append(LoopBlock(start=to_top))
1120 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dparser.py1113 start = to_top = self.line_for_node(node.test)
1115 to_top = self.line_for_node(node.body[0])
1116 self.block_stack.append(LoopBlock(start=to_top))
1120 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/devel/py-coverage/coverage-4.5.4/coverage/
H A Dparser.py1107 start = to_top = self.line_for_node(node.test)
1109 to_top = self.line_for_node(node.body[0])
1110 self.block_stack.append(LoopBlock(start=to_top))
1114 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp652 char* to_top = (char*)to()->top(); in space_invariants() local
655 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp652 char* to_top = (char*)to()->top(); in space_invariants() local
655 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/coveragepy/coverage/
H A Dparser.py896 start = to_top = self.line_for_node(node.test)
898 to_top = self.line_for_node(node.body[0])
903 self.add_arc(xit.lineno, to_top, xit.cause)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp240 char* to_top = (char*)to_space()->top(); in space_invariants() local
243 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp240 char* to_top = (char*)to_space()->top(); in space_invariants() local
243 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp239 char* to_top = (char*)to_space()->top(); in space_invariants() local
242 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp255 char* to_top = (char*)to_space()->top(); in space_invariants() local
258 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp259 char* to_top = (char*)to_space()->top(); in space_invariants() local
262 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp255 char* to_top = (char*)to_space()->top(); in space_invariants() local
258 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp255 char* to_top = (char*)to_space()->top(); in space_invariants() local
258 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsYoungGen.cpp259 char* to_top = (char*)to_space()->top(); in space_invariants() local
262 assert(to_top <= virtual_space()->high(), "to top"); in space_invariants()

12