Home
last modified time | relevance | path

Searched refs:internal_remove (Results 1 – 25 of 27) sorted by relevance

12

/dports/games/simutrans/simutrans-121.0/dataobj/
H A Drect.cc32 rect_t internal_remove = remove; in fragment_difference() local
33 internal_remove.mask(*this); in fragment_difference()
37 if (internal_remove == *this) { in fragment_difference()
39 } else if(internal_remove.has_no_area()) { in fragment_difference()
46 koord const internal_remove_extent = internal_remove.origin + internal_remove.size; in fragment_difference()
49 if (origin.y < internal_remove.origin.y) { in fragment_difference()
57 if (origin.x < internal_remove.origin.x) { in fragment_difference()
60 fragment->origin.y = internal_remove.origin.y; in fragment_difference()
62 fragment->size.y = internal_remove.size.y; in fragment_difference()
69 fragment->origin.y = internal_remove.origin.y; in fragment_difference()
[all …]
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Dhash_map.hpp170 case 1: return internal_remove(key, (uint8_t*)_index_bytes); in maybe_remove()
171 case 2: return internal_remove(key, (uint16_t*)_index_bytes); in maybe_remove()
172 case 4: return internal_remove(key, (uint32_t*)_index_bytes); in maybe_remove()
173 default: return internal_remove(key, (size_t*)_index_bytes); in maybe_remove()
389 bool internal_remove(const K &key, I *indexes) { in internal_remove() function in HashMap
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Dhash_map.hpp170 case 1: return internal_remove(key, (uint8_t*)_index_bytes); in maybe_remove()
171 case 2: return internal_remove(key, (uint16_t*)_index_bytes); in maybe_remove()
172 case 4: return internal_remove(key, (uint32_t*)_index_bytes); in maybe_remove()
173 default: return internal_remove(key, (size_t*)_index_bytes); in maybe_remove()
389 bool internal_remove(const K &key, I *indexes) { in internal_remove() function in HashMap
/dports/games/lincity-ng/lincity-ng-2.0/src/gui/
H A DDesktop.cpp83 internal_remove(*i); in event()
205 Desktop::internal_remove(Component* component) in internal_remove() function in Desktop
H A DDesktop.hpp60 void internal_remove(Component* component);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp324 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
425 return internal_remove(thread, lookup_f, del_f); in remove()
431 return internal_remove(thread, lookup_f, noOp); in remove()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp318 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
419 return internal_remove(thread, lookup_f, del_f); in remove()
428 return internal_remove(thread, lookup_f, ignore_del_f); in remove()
H A DconcurrentHashTable.inline.hpp447 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp325 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
426 return internal_remove(thread, lookup_f, del_f); in remove()
432 return internal_remove(thread, lookup_f, noOp); in remove()
H A DconcurrentHashTable.inline.hpp447 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp325 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
426 return internal_remove(thread, lookup_f, del_f); in remove()
432 return internal_remove(thread, lookup_f, noOp); in remove()
H A DconcurrentHashTable.inline.hpp447 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp321 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
441 return internal_remove(thread, lookup_f, del_f); in remove()
450 return internal_remove(thread, lookup_f, ignore_del_f); in remove()
H A DconcurrentHashTable.inline.hpp448 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp317 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
452 return internal_remove(thread, lookup_f, del_f); in remove()
458 return internal_remove(thread, lookup_f, noOp); in remove()
H A DconcurrentHashTable.inline.hpp461 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp317 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
452 return internal_remove(thread, lookup_f, del_f); in remove()
458 return internal_remove(thread, lookup_f, noOp); in remove()
H A DconcurrentHashTable.inline.hpp461 internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f, DELETE_FUNC& delete_f) in internal_remove() function in ConcurrentHashTable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.hpp327 bool internal_remove(Thread* thread, LOOKUP_FUNC& lookup_f,
461 return internal_remove(thread, lookup_f, del_f); in remove()
467 return internal_remove(thread, lookup_f, noOp); in remove()
/dports/graphics/shotwell/shotwell-0.30.14/src/core/
H A DDataCollection.vala301 private void internal_remove(DataObject object) {
442 internal_remove(object);
467 // Don't use an iterator, as list is modified in internal_remove().
474 internal_remove(object);
/dports/textproc/go-yq/yq-4.7.0/vendor/github.com/timtadh/data-structures/tree/bptree/
H A Dbptree_node.go466 return self.internal_remove(key, nil, where)
472 func (self *BpNode) internal_remove(key types.Hashable, sibling *BpNode, where types.WhereFunc) (a … func
489 child, err = child.internal_remove(key, sibling, where)
/dports/graphics/elementary-photos/photos-2.7.1/src/core/
H A DDataCollection.vala314 private void internal_remove (DataObject object) {
455 internal_remove (object);
480 // Don't use an iterator, as list is modified in internal_remove ().
487 internal_remove (object);
/dports/cad/freehdl/freehdl-0.0.7/std/
H A Dvhdl_types.cc413 internal_remove(void *src) in internal_remove() function
1006 internal_remove(src); in remove()
1115 internal_remove(src); in remove()
1299 internal_remove(src); in remove()
1417 internal_remove(src); in remove()
1569 internal_remove(src); in remove()
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Devas_box_eo.hh260 …::efl::eolian::return_traits< ::efl::canvas::Object>::type internal_remove( ::efl::eolian::in_trai…
361 …::efl::eolian::return_traits< ::efl::canvas::Object>::type internal_remove( ::efl::eolian::in_trai…
H A Devas_box_eo.impl.hh64 inline ::efl::eolian::return_traits< ::efl::canvas::Object>::type Box::internal_remove( ::efl::eoli… in internal_remove() function in evas::Box
299 inline ::efl::eolian::return_traits< ::efl::canvas::Object>::type Box::internal_remove( ::efl::eoli… in internal_remove() function in eo_cxx::evas::Box

12