Home
last modified time | relevance | path

Searched refs:new_bottom (Results 1 – 25 of 95) sorted by last modified time

1234

/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dmark.c1037 mse * new_bottom = local_mark_stack in GC_do_local_mark() local
1039 GC_ASSERT((word)new_bottom > (word)local_mark_stack in GC_do_local_mark()
1040 && (word)new_bottom < (word)local_top); in GC_do_local_mark()
1041 GC_return_mark_stack(local_mark_stack, new_bottom - 1); in GC_do_local_mark()
1042 memmove(local_mark_stack, new_bottom, in GC_do_local_mark()
1043 (local_top - new_bottom + 1) * sizeof(mse)); in GC_do_local_mark()
1044 local_top -= (new_bottom - local_mark_stack); in GC_do_local_mark()
/dports/math/ump/ump-0.8.6/src/
H A Dreal.h97 Real(const Integer &new_top, const Integer &new_bottom) throw(error_obj);
H A Dreal.cpp324 Real::Real(const Integer &new_top, const Integer &new_bottom) throw(error_obj) in Real() argument
333 ptr[1] = new_bottom; in Real()
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/select_content/
H A DContentBoxFinder.cpp833 const int new_bottom = (bottom < last) ? bottom + 1 : bottom; in estimateTextMask() local
834 num_black += hist[new_top] + hist[new_bottom]; in estimateTextMask()
835 num_total += block_hist[new_top] + block_hist[new_bottom]; in estimateTextMask()
840 max_width = std::max(max_width, block_hist[new_bottom]); in estimateTextMask()
842 bottom = new_bottom; in estimateTextMask()
/dports/science/afni/afni-AFNI_21.3.16/src/gifsicledir/
H A Dxform.c344 int new_left, new_top, new_right, new_bottom, new_width, new_height; in scale_image() local
366 new_bottom = UNSCALE(scaled_ystep * (gfi->top + gfi->height)); in scale_image()
369 new_height = new_bottom - new_top; in scale_image()
372 if (new_height <= 0) new_height = 1, new_bottom = new_top + 1; in scale_image()
389 if (j == gfi->height - 1) scaled_new_y = SCALE(new_bottom); in scale_image()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/video/gl/
H A Dgl_painter.cpp141 const float new_bottom = bottom - center_y; in draw_texture() local
146 new_right*ca - new_bottom*sa + center_x, new_right*sa + new_bottom*ca + center_y, in draw_texture()
148 new_left*ca - new_bottom*sa + center_x, new_left*sa + new_bottom*ca + center_y, in draw_texture()
150 new_right*ca - new_bottom*sa + center_x, new_right*sa + new_bottom*ca + center_y, in draw_texture()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_rtl_ssapre.erl447 NewXsi = xsi_arg_update(Xsi,P,new_bottom()),
451 NewXsi = xsi_arg_update(Xsi,P,new_bottom()),
616 {def_found,new_bottom()};
669 {def_found,new_bottom()};
738 {def_found,new_bottom()};
743 {def_found,new_bottom()};
1643 new_bottom() -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_rtl_ssapre.erl447 NewXsi = xsi_arg_update(Xsi,P,new_bottom()),
451 NewXsi = xsi_arg_update(Xsi,P,new_bottom()),
616 {def_found,new_bottom()};
669 {def_found,new_bottom()};
738 {def_found,new_bottom()};
743 {def_found,new_bottom()};
1643 new_bottom() -> function
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Dgschem_page_view.c1436 int new_bottom; in vadjustment_value_changed() local
1441 new_bottom = geometry->world_bottom - (int) gtk_adjustment_get_value (vadjustment); in vadjustment_value_changed()
1443 geometry->viewport_bottom = new_bottom; in vadjustment_value_changed()
1444 geometry->viewport_top = geometry->viewport_top - (current_bottom - new_bottom); in vadjustment_value_changed()
/dports/www/ilias6/ILIAS-6.14/Services/Container/classes/
H A Dclass.ilContainerGUI.php3467 $new_bottom = new ilRadioOption(
3472 $position->addOption($new_bottom);
/dports/www/ilias/ILIAS-5.4.25/Services/Container/classes/
H A Dclass.ilContainerGUI.php3665 $new_bottom = new ilRadioOption(
3670 $position->addOption($new_bottom);
/dports/games/openttd/openttd-12.1/src/
H A Dwindow.cpp2076 int new_bottom = w->top + w->height + delta_y; in ResizeWindow() local
2078 …if (new_bottom >= (int)_screen.height) delta_y -= Ceil(new_bottom - _screen.height, std::max(1U, w… in ResizeWindow()
/dports/devel/py-game/pygame-2.1.0/test/
H A Drect_test.py289 new_bottom = r.bottom + 20
293 r.bottom = new_bottom
294 self.assertEqual(new_bottom, r.bottom)
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dedge-resistance.c555 int new_left, new_right, new_top, new_bottom; in apply_edge_resistance_to_each_side() local
594 new_bottom = apply_edge_snapping (BOX_BOTTOM (*old_outer), in apply_edge_resistance_to_each_side()
620 new_bottom = new_outer->y + new_outer->height; in apply_edge_resistance_to_each_side()
698 new_bottom = apply_edge_resistance (window, in apply_edge_resistance_to_each_side()
713 new_bottom = new_outer->y + new_outer->height; in apply_edge_resistance_to_each_side()
721 new_bottom - new_top); in apply_edge_resistance_to_each_side()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A Dspace.cpp301 void OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { in set_bottom() argument
302 Space::set_bottom(new_bottom); in set_bottom()
303 _offsets.set_bottom(new_bottom); in set_bottom()
H A DblockOffsetTable.hpp101 virtual void set_bottom(HeapWord* new_bottom) { in set_bottom() argument
102 assert(new_bottom <= _end, "new_bottom > _end"); in set_bottom()
103 _bottom = new_bottom; in set_bottom()
242 void set_bottom(HeapWord* new_bottom);
H A Dtaskqueue.hpp152 void set_bottom_relaxed(uint new_bottom) { in set_bottom_relaxed() argument
153 Atomic::store(&_bottom, new_bottom); in set_bottom_relaxed()
156 void release_set_bottom(uint new_bottom) { in release_set_bottom() argument
157 Atomic::release_store(&_bottom, new_bottom); in release_set_bottom()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A DblockOffsetTable.hpp102 virtual void set_bottom(HeapWord* new_bottom) { in set_bottom() argument
103 assert(new_bottom <= _end, "new_bottom > _end"); in set_bottom()
104 _bottom = new_bottom; in set_bottom()
249 void set_bottom(HeapWord* new_bottom);
H A Dspace.cpp314 void OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { in set_bottom() argument
315 Space::set_bottom(new_bottom); in set_bottom()
316 _offsets.set_bottom(new_bottom); in set_bottom()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dspace.cpp319 void OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { in set_bottom() argument
320 Space::set_bottom(new_bottom); in set_bottom()
321 _offsets.set_bottom(new_bottom); in set_bottom()
H A DblockOffsetTable.hpp70 virtual void set_bottom(HeapWord* new_bottom) { in set_bottom() argument
71 assert(new_bottom <= _end, "new_bottom > _end"); in set_bottom()
72 _bottom = new_bottom; in set_bottom()
237 void set_bottom(HeapWord* new_bottom);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.hpp81 virtual void set_bottom(HeapWord* new_bottom) { in set_bottom() argument
82 assert(new_bottom <= _end, in set_bottom()
84 p2i(new_bottom), p2i(_end))); in set_bottom()
85 _bottom = new_bottom; in set_bottom()
H A DheapRegion.cpp1099 void G1OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { in set_bottom() argument
1100 Space::set_bottom(new_bottom); in set_bottom()
1101 _offsets.set_bottom(new_bottom); in set_bottom()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1BlockOffsetTable.hpp81 virtual void set_bottom(HeapWord* new_bottom) { in set_bottom() argument
82 assert(new_bottom <= _end, in set_bottom()
84 p2i(new_bottom), p2i(_end))); in set_bottom()
85 _bottom = new_bottom; in set_bottom()
H A DheapRegion.cpp1099 void G1OffsetTableContigSpace::set_bottom(HeapWord* new_bottom) { in set_bottom() argument
1100 Space::set_bottom(new_bottom); in set_bottom()
1101 _offsets.set_bottom(new_bottom); in set_bottom()

1234