Home
last modified time | relevance | path

Searched refs:SlotArray (Results 1 – 24 of 24) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/threading/
H A DThreadLocal.cs208 LinkedSlotVolatile[] slotArray = linkedSlot.SlotArray; in Dispose()
217 linkedSlot.SlotArray = null; in Dispose()
380 ts_finalizationHelper.SlotArray = slotArray; in SetValueSlow()
573 if (linkedSlot != null && linkedSlot.SlotArray != null) in GrowTable()
575 linkedSlot.SlotArray = newTable; in GrowTable()
653 SlotArray = slotArray; in LinkedSlot()
663 internal volatile LinkedSlotVolatile[] SlotArray; field in System.Threading.ThreadLocal.LinkedSlot
731 internal LinkedSlotVolatile[] SlotArray; field in System.Threading.ThreadLocal.FinalizationHelper
736 SlotArray = slotArray; in FinalizationHelper()
742 LinkedSlotVolatile[] slotArray = SlotArray; in ~FinalizationHelper()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DThreadLocal.cs202 LinkedSlotVolatile[] slotArray = linkedSlot.SlotArray; in Dispose()
211 linkedSlot.SlotArray = null; in Dispose()
374 ts_finalizationHelper.SlotArray = slotArray; in SetValueSlow()
567 if (linkedSlot != null && linkedSlot.SlotArray != null) in GrowTable()
569 linkedSlot.SlotArray = newTable; in GrowTable()
649 SlotArray = slotArray; in LinkedSlot()
659 internal volatile LinkedSlotVolatile[] SlotArray; field in System.Threading.ThreadLocal.LinkedSlot
729 internal LinkedSlotVolatile[] SlotArray; field in System.Threading.ThreadLocal.FinalizationHelper
734 SlotArray = slotArray; in FinalizationHelper()
740 LinkedSlotVolatile[] slotArray = SlotArray; in ~FinalizationHelper()
[all …]
/dports/lang/clips/clips_core_source_630/core/
H A Dtmpltbin.c106 if (space != 0) genfree(theEnv,(void *) DeftemplateBinaryData(theEnv)->SlotArray,space); in DeallocateDeftemplateBloadData()
370 DeftemplateBinaryData(theEnv)->SlotArray = NULL; in BloadStorage()
386 DeftemplateBinaryData(theEnv)->SlotArray = NULL; in BloadStorage()
400 DeftemplateBinaryData(theEnv)->SlotArray = NULL; in BloadStorage()
405 DeftemplateBinaryData(theEnv)->SlotArray = (struct templateSlot *) genalloc(theEnv,space); in BloadStorage()
487 …{ theDeftemplate->slotList = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[bdt… in UpdateDeftemplate()
519 theSlot = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[obji]; in UpdateDeftemplateSlot()
533 … { theSlot->next = (struct templateSlot *) &DeftemplateBinaryData(theEnv)->SlotArray[obji + 1]; } in UpdateDeftemplateSlot()
562 { DecrementSymbolCount(theEnv,DeftemplateBinaryData(theEnv)->SlotArray[i].slotName); } in ClearBload()
585 if (space != 0) genfree(theEnv,(void *) DeftemplateBinaryData(theEnv)->SlotArray,space); in ClearBload()
H A Dobjbin.c255 …if ((ObjectBinaryData(theEnv)->SlotArray[i].defaultValue != NULL) && (ObjectBinaryData(theEnv)->Sl… in DeallocateObjectBinaryData()
256 { rtn_struct(theEnv,dataObject,ObjectBinaryData(theEnv)->SlotArray[i].defaultValue); } in DeallocateObjectBinaryData()
269 { genfree(theEnv,(void *) ObjectBinaryData(theEnv)->SlotArray,space); } in DeallocateObjectBinaryData()
1079 ObjectBinaryData(theEnv)->SlotArray = (SLOT_DESC *) genalloc(theEnv,space); in BloadStorageObjects()
1254 sp = (SLOT_DESC *) &ObjectBinaryData(theEnv)->SlotArray[obji]; in UpdateSlot()
1392 DecrementSymbolCount(theEnv,ObjectBinaryData(theEnv)->SlotArray[i].overrideMessage); in ClearBloadObjects()
1393 …if ((ObjectBinaryData(theEnv)->SlotArray[i].defaultValue != NULL) && (ObjectBinaryData(theEnv)->Sl… in ClearBloadObjects()
1395 … ValueDeinstall(theEnv,(DATA_OBJECT *) ObjectBinaryData(theEnv)->SlotArray[i].defaultValue); in ClearBloadObjects()
1396 rtn_struct(theEnv,dataObject,ObjectBinaryData(theEnv)->SlotArray[i].defaultValue); in ClearBloadObjects()
1425 genfree(theEnv,(void *) ObjectBinaryData(theEnv)->SlotArray,space); in ClearBloadObjects()
[all …]
H A Dtmpltbin.h77 struct templateSlot *SlotArray; member
H A Dobjbin.h52 SLOT_DESC *SlotArray; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/
H A DBLI_set.hh151 using SlotArray = typedef in blender::Set
159 SlotArray slots_;
202 Set(Set &&other) noexcept(std::is_nothrow_move_constructible_v<SlotArray>) in Set()
206 if constexpr (std::is_nothrow_move_constructible_v<SlotArray>) { in Set()
580 SlotArray::inline_buffer_capacity(), min_usable_slots, &total_slots, &usable_slots); in realloc_and_reinsert()
603 SlotArray new_slots(total_slots); in realloc_and_reinsert()
625 void add_after_grow(Slot &old_slot, SlotArray &new_slots, const uint64_t new_slot_mask) in add_after_grow()
H A DBLI_vector_set.hh132 using SlotArray = Array<Slot, LoadFactor::compute_total_slots(4, LOAD_FACTOR), Allocator>; typedef in blender::VectorSet
139 SlotArray slots_;
226 other.slots_ = SlotArray(1); in VectorSet()
490 SlotArray::inline_buffer_capacity(), min_usable_slots, &total_slots, &usable_slots); in realloc_and_reinsert()
511 SlotArray new_slots(total_slots); in realloc_and_reinsert()
545 void add_after_grow(Slot &old_slot, SlotArray &new_slots, const uint64_t new_slot_mask) in add_after_grow()
H A DBLI_map.hh152 using SlotArray = typedef in blender::Map
160 SlotArray slots_;
193 Map(Map &&other) noexcept(std::is_nothrow_move_constructible_v<SlotArray>) in Map()
196 if constexpr (std::is_nothrow_move_constructible_v<SlotArray>) { in Map()
891 SlotArray::inline_buffer_capacity(), min_usable_slots, &total_slots, &usable_slots); in realloc_and_reinsert()
913 SlotArray new_slots(total_slots); in realloc_and_reinsert()
935 void add_after_grow(Slot &old_slot, SlotArray &new_slots, uint64_t new_slot_mask) in add_after_grow()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DShadowRoot.h157 SlotArray* list = mSlotMap.Get(u""_ns); in GetDefaultSlot()
267 using SlotArray = TreeOrderedArray<HTMLSlotElement>; variable
271 nsClassHashtable<nsStringHashKey, SlotArray> mSlotMap;
H A DShadowRoot.cpp198 SlotArray& currentSlots = *mSlotMap.GetOrInsertNew(name); in AddSlot()
258 SlotArray& currentSlots = *mSlotMap.Get(name); in RemoveSlot()
543 SlotArray* slots = mSlotMap.Get(slotName); in SlotAssignmentFor()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DShadowRoot.h155 SlotArray* list = mSlotMap.Get(NS_LITERAL_STRING("")); in GetDefaultSlot()
267 using SlotArray = TreeOrderedArray<HTMLSlotElement>; variable
271 nsClassHashtable<nsStringHashKey, SlotArray> mSlotMap;
H A DShadowRoot.cpp193 SlotArray& currentSlots = *mSlotMap.LookupOrAdd(name); in AddSlot()
254 SlotArray& currentSlots = *mSlotMap.Get(name); in RemoveSlot()
538 SlotArray* slots = mSlotMap.Get(slotName); in SlotAssignmentFor()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DShadowRoot.h157 SlotArray* list = mSlotMap.Get(u""_ns); in GetDefaultSlot()
267 using SlotArray = TreeOrderedArray<HTMLSlotElement>; variable
271 nsClassHashtable<nsStringHashKey, SlotArray> mSlotMap;
H A DShadowRoot.cpp198 SlotArray& currentSlots = *mSlotMap.GetOrInsertNew(name); in AddSlot()
258 SlotArray& currentSlots = *mSlotMap.Get(name); in RemoveSlot()
543 SlotArray* slots = mSlotMap.Get(slotName); in SlotAssignmentFor()
/dports/www/firefox/firefox-99.0/dom/base/
H A DShadowRoot.h167 SlotArray* list = mSlotMap.Get(u""_ns); in GetDefaultSlot()
291 using SlotArray = TreeOrderedArray<HTMLSlotElement>; variable
295 nsClassHashtable<nsStringHashKey, SlotArray> mSlotMap;
H A DShadowRoot.cpp203 SlotArray& currentSlots = *mSlotMap.GetOrInsertNew(name); in AddSlot()
287 SlotArray& currentSlots = *mSlotMap.Get(name); in RemoveSlot()
590 SlotArray* slots = mSlotMap.Get(slotName); in SlotInsertionPointFor()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DShadowRoot.h153 using SlotArray = AutoTArray<HTMLSlotElement*, 1>; variable
157 nsClassHashtable<nsStringHashKey, SlotArray> mSlotMap;
H A DShadowRoot.cpp171 SlotArray* currentSlots = mSlotMap.Get(name); in RemoveSlot()
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-FIREPOWER-EQUIPMENT-MIB21977 "Cisco Firepower equipment:SlotArray:descr managed
21986 "Cisco Firepower equipment:SlotArray:firstIndex
21995 "Cisco Firepower equipment:SlotArray:height managed
22031 "Cisco Firepower equipment:SlotArray:inlineOffset
22040 "Cisco Firepower equipment:SlotArray:intId managed
22066 "Cisco Firepower equipment:SlotArray:numberOfSlots
22075 "Cisco Firepower equipment:SlotArray:orientation
22084 "Cisco Firepower equipment:SlotArray:policyLevel
22093 "Cisco Firepower equipment:SlotArray:policyOwner
22111 "Cisco Firepower equipment:SlotArray:slotsPerLine
[all …]
H A DCISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB28056 "Cisco UCS equipment:SlotArray:inlineGroupSize
28065 "Cisco UCS equipment:SlotArray:inlineOffset managed
28107 "Cisco UCS equipment:SlotArray:orientation managed
28124 "Cisco UCS equipment:SlotArray:slotsPerLine managed
28142 "Cisco UCS equipment:SlotArray:transverseGroupSize
28151 "Cisco UCS equipment:SlotArray:transverseOffset
28160 "Cisco UCS equipment:SlotArray:verticalStartOffset
28177 "Cisco UCS equipment:SlotArray:policyLevel managed
28186 "Cisco UCS equipment:SlotArray:policyOwner managed
28195 "Cisco UCS equipment:SlotArray:deviceSlotOffset
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/cisco/
H A DCISCO-UNIFIED-COMPUTING-EQUIPMENT-MIB28056 "Cisco UCS equipment:SlotArray:inlineGroupSize
28065 "Cisco UCS equipment:SlotArray:inlineOffset managed
28107 "Cisco UCS equipment:SlotArray:orientation managed
28124 "Cisco UCS equipment:SlotArray:slotsPerLine managed
28142 "Cisco UCS equipment:SlotArray:transverseGroupSize
28151 "Cisco UCS equipment:SlotArray:transverseOffset
28160 "Cisco UCS equipment:SlotArray:verticalStartOffset
28177 "Cisco UCS equipment:SlotArray:policyLevel managed
28186 "Cisco UCS equipment:SlotArray:policyOwner managed
28195 "Cisco UCS equipment:SlotArray:deviceSlotOffset
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog2502649 #75875# SlotArray non static
2502917 #82951# remove SlotArray
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2764698 #75875# SlotArray non static
2764966 #82951# remove SlotArray