Home
last modified time | relevance | path

Searched defs:pElement (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A DListT.h88 ListElement* pElement = x._listBase; in ListT() local
101 ListElement* pElement = _listBase; in ~ListT() local
105 delete pElement; in ~ListT() local
124 ListElement* pElement = _listBase; in Empty() local
128 delete pElement; in Empty() local
155 ListElement* pElement = _listBase; in Remove() local
172 delete pElement; in Remove() local
179 delete pElement; in Remove() local
201 ListElement* pElement = _listBase; in Find() local
255 ListElement* pElement = _listBase; in Size() local
[all …]
H A DSetT.h81 SetElement* pElement = s._setBase; in SetT() local
95 SetElement* pElement = _setBase; in ~SetT() local
99 delete pElement; in ~SetT() local
118 SetElement* pElement = _setBase; in Empty() local
122 delete pElement; in Empty() local
137 SetElement* pElement = _setBase; in Insert() local
159 SetElement* pElement = _setBase; in Remove() local
174 delete pElement; in Remove() local
179 delete pElement; in Remove() local
205 SetElement* pElement = _setBase; in Find() local
[all …]
H A DStackT.h70 StackElement* pElement = x._stackBase; in StackT() local
86 StackElement* pElement = _stackBase; in ~StackT() local
90 delete pElement; in ~StackT() local
109 StackElement* pElement = _stackBase; in Empty() local
113 delete pElement; in Empty() local
163 StackElement* pElement = _stackBase; in Size() local
178 StackElement* pElement = x._stackBase; variable
H A DTreeT.h72 TreeElement* pElement = _rootElement; in getFirst() local
92 TreeElement* getNext(TreeElement* pElement) const in getNext()
270 TreeElement* pElement = _rootElement; in Insert() local
342 TreeElement* pElement = _rootElement; in Remove() local
373 delete pElement; in Remove() local
393 delete pElement; in Remove() local
405 delete pElement; in Remove() local
425 delete pElement; in Remove() local
468 TreeElement* pElement = _rootElement; in Find() local
/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DHashing.h297 HashElement<K,I> *pElement = in lookup() local
316 HashElement<K,I> *pElement = lookup(key); in insert() local
335 HashElement<K,I> *pElement = lookup(key); in insertByNeed() local
350 HashElement<K,I> *pElement = new HashElement<K,I>(m_hashFunc.hash(key),key,info); in fastInsert() local
357 HashElement<K,I> *pElement = lookup(key); in del() local
360 delete pElement; in del() local
390 HashElement<K,I> *pElement) const in nextElement()
398 virtual void destroy(HashElementBase *pElement) override { in destroy()
403 virtual HashElementBase *copy(HashElementBase *pElement) const override { in copy()
444 HashConstIterator(HashElement<K,I> *pElement, HashElement<K,I> **pList, in HashConstIterator() argument
[all …]
/dports/multimedia/kodi-addon-peripheral.joystick/peripheral.joystick-1.7.1-Matrix/src/storage/xml/
H A DDeviceXml.cpp24 bool CDeviceXml::Serialize(const CDevice& record, TiXmlElement* pElement) in Serialize()
51 bool CDeviceXml::Deserialize(const TiXmlElement* pElement, CDevice& record) in Deserialize()
104 bool CDeviceXml::SerializeConfig(const CDeviceConfiguration& config, TiXmlElement* pElement) in SerializeConfig()
133 bool CDeviceXml::DeserializeConfig(const TiXmlElement* pElement, CDeviceConfiguration& config) in DeserializeConfig()
167 …Xml::SerializeAxis(unsigned int index, const AxisConfiguration& axisConfig, TiXmlElement* pElement) in SerializeAxis()
197 …erializeButton(unsigned int index, const ButtonConfiguration& buttonConfig, TiXmlElement* pElement) in SerializeButton()
220 bool CDeviceXml::DeserializeAxis(const TiXmlElement* pElement, unsigned int& index, AxisConfigurati… in DeserializeAxis()
249 bool CDeviceXml::DeserializeButton(const TiXmlElement* pElement, unsigned int& index, ButtonConfigu… in DeserializeButton()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/v3p/netlib/sparse/
H A DspBuild.c96 register ElementPtr pElement; in spClear() local
177 register ElementPtr pElement; in spFindElement() local
284 ElementPtr pElement; in spGetElement() local
690 register ElementPtr pElement; in spcFindDiag() local
760 register ElementPtr pElement, pCreatedElement; in spcCreateElement() local
877 register ElementPtr pElement, *FirstInRowEntry; in spcLinkRows() local
1097 spInitialize( in spInitialize()
1108 register ElementPtr pElement; in spInitialize() local
1183 spElement *pElement, in spInstallInitInfo()
1209 spElement *pElement in spGetInitInfo()
/dports/devel/agar/agar-1.5.0/math/
H A Dm_sparse_build.c62 register ElementPtr pElement; in spClear() local
139 register ElementPtr pElement; in spFindElement() local
261 ElementPtr pElement; in spGetElement() local
667 register ElementPtr pElement; in spcFindDiag() local
737 register ElementPtr pElement, pCreatedElement; in spcCreateElement() local
850 register ElementPtr pElement, *FirstInRowEntry; in spcLinkRows() local
1060 spInitialize( in spInitialize()
1071 register ElementPtr pElement; in spInitialize() local
1137 spElement *pElement, in spInstallInitInfo()
1163 spElement *pElement in spGetInitInfo()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/contentassist/
H A DXMLInsertionComputer.java32 public static void computeInsertion(ISchemaElement sElement, IPluginParent pElement) { in computeInsertion()
49 …protected static void computeInsertionParent(ISchemaElement sElement, IPluginParent pElement, Hash… in computeInsertionParent()
75 …oid computeInsertionZeroElementEdgeCase(ISchemaElement sElement, IPluginParent pElement, HashSet<S… in computeInsertionZeroElementEdgeCase()
98 …ected static boolean isSingleZeroElementEdgeCase(ISchemaElement sElement, IPluginParent pElement) { in isSingleZeroElementEdgeCase()
127 …protected static void computeInsertionType(ISchemaElement sElement, IPluginParent pElement, HashSe… in computeInsertionType()
158 …protected static void computeInsertionObject(IPluginParent pElement, HashSet<String> visited, ISch… in computeInsertionObject()
192 …protected static void computeInsertionElement(IPluginParent pElement, HashSet<String> visited, ISc… in computeInsertionElement()
217 …protected static IPluginElement createElement(IPluginParent pElement, ISchemaElement schemaElement… in createElement()
224 …protected static void computeInsertionAllAttributes(IPluginParent pElement, ISchemaElement sElemen… in computeInsertionAllAttributes()
314 …atic void computeInsertionSequence(ISchemaCompositor compositor, IPluginParent pElement, HashSet<S… in computeInsertionSequence()
/dports/misc/vxl/vxl-3.3.2/v3p/netlib/sparse/
H A DspBuild.c96 register ElementPtr pElement; in spClear() local
177 register ElementPtr pElement; in spFindElement() local
284 ElementPtr pElement; in spGetElement() local
690 register ElementPtr pElement; in spcFindDiag() local
760 register ElementPtr pElement, pCreatedElement; in spcCreateElement() local
877 register ElementPtr pElement, *FirstInRowEntry; in spcLinkRows() local
1097 spInitialize( in spInitialize()
1108 register ElementPtr pElement; in spInitialize() local
1183 spElement *pElement, in spInstallInitInfo()
1209 spElement *pElement in spGetInitInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp38 CFX_XMLElement* pElement = ToXMLElement(pNode->GetXMLMappingNode()); in Export() local
53 CFX_XMLElement* pElement = ToXMLElement(pNode->GetXMLMappingNode()); in Export() local
73 CFX_XMLElement* pElement = ToXMLElement(pExportNode->GetXMLMappingNode()); in Export() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/parser/
H A Dcxfa_dataexporter.cpp40 CFX_XMLElement* pElement = ToXMLElement(pNode->GetXMLMappingNode()); in Export() local
55 CFX_XMLElement* pElement = ToXMLElement(pNode->GetXMLMappingNode()); in Export() local
75 CFX_XMLElement* pElement = ToXMLElement(pExportNode->GetXMLMappingNode()); in Export() local
/dports/cad/ngspice_rework/ngspice-35/src/maths/sparse/
H A Dspbuild.c99 ElementPtr pElement; in spClear() local
185 ElementPtr pElement; in spFindElement() local
267 ElementPtr pElement; in spGetElement() local
366 ElementPtr pElement; in spcFindElementInCol() local
771 ElementPtr pElement, pLastElement; in spcCreateElement() local
910 ElementPtr pElement, *FirstInRowEntry; in spcLinkRows() local
1126 spInstallInitInfo(RealNumber *pElement, void *pInitInfo) in spInstallInitInfo()
1136 spGetInitInfo(RealNumber *pElement) in spGetInitInfo()
1148 ElementPtr pElement; in spInitialize() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/sparse/src/c/
H A DspBuild.c94 register ElementPtr pElement; in spClear() local
183 RealNumber *pElement; in spGetElement() local
288 register ElementPtr pElement; in spcFindElementInCol() local
698 register ElementPtr pElement, pLastElement; in spcCreateElement() local
849 register ElementPtr pElement, *FirstInRowEntry; in spcLinkRows() local
1064 void spInstallInitInfo( RealNumber *pElement, char *pInitInfo ) in spInstallInitInfo()
1073 char *spGetInitInfo( RealNumber *pElement ) in spGetInitInfo()
1085 register ElementPtr pElement; in spInitialize() local
H A DspUtils.c386 register ElementPtr pElement; in spScale() local
512 register ElementPtr pElement; in ScaleComplexMatrix() local
596 register ElementPtr pElement; in spMultiply() local
688 register ElementPtr pElement; in ComplexMatrixMultiply() local
783 register ElementPtr pElement; in spMultTransposed() local
872 register ElementPtr pElement; in ComplexTransposedMatrixMultiply() local
1482 register ElementPtr pElement; in spCondition() local
1757 register ElementPtr pElement; in ComplexCondition() local
2010 register ElementPtr pElement; in spNorm() local
2138 register ElementPtr pElement, pDiag; in spLargestElement() local
[all …]
/dports/science/fasthenry/fasthenry-3.0wr/src/fasthenry/sparse/
H A DspBuild.c99 register ElementPtr pElement; local
194 RealNumber *pElement; local
302 register ElementPtr pElement; local
725 register ElementPtr pElement, pLastElement; local
867 register ElementPtr pElement, *FirstInRowEntry; local
1081 spInstallInitInfo( pElement, pInitInfo ) in spInstallInitInfo() argument
1094 spGetInitInfo( pElement ) in spGetInitInfo() argument
1112 register ElementPtr pElement; local
H A DspSolve.c136 register ElementPtr pElement; variable
282 register ElementPtr pElement; variable
454 register ElementPtr pElement; variable
602 register ElementPtr pElement; variable
H A DspUtils.c369 register ElementPtr pElement; local
496 register ElementPtr pElement; local
585 register ElementPtr pElement; variable
679 register ElementPtr pElement; variable
777 register ElementPtr pElement; variable
870 register ElementPtr pElement; variable
1449 register ElementPtr pElement; local
1659 register ElementPtr pElement; local
1852 register ElementPtr pElement; local
1973 register ElementPtr pElement, pDiag; local
[all …]
/dports/math/ogdf/OGDF/src/ogdf/basic/
H A DHashing.cpp74 HashElementBase *pElement = *pList, *pNext; in destroyAll() local
93 HashElementBase *pElement = *pList; in copyAll() local
129 HashElementBase *pElement = *pOldList, *pNext; in resize() local
144 void HashingBase::insert(HashElementBase *pElement) in insert()
155 void HashingBase::del(HashElementBase *pElement) in del()
/dports/cad/jspice3/jspice3-2.5/src/lib/sparse/
H A Dspbuild.c125 register ElementPtr pElement; local
181 register ElementPtr pElement; local
497 register ElementPtr pElement; local
592 RealNumber *pElement; local
700 register ElementPtr pElement; local
1123 register ElementPtr pElement, pLastElement; local
1266 register ElementPtr pElement, *FirstInRowEntry; local
1480 spInstallInitInfo( pElement, pInitInfo ) in spInstallInitInfo() argument
1493 spGetInitInfo( pElement ) in spGetInitInfo() argument
1511 register ElementPtr pElement; local
H A Dspsolve.c160 register ElementPtr pElement; variable
306 register ElementPtr pElement; variable
478 register ElementPtr pElement; variable
626 register ElementPtr pElement; variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/package/source/xstor/
H A Dxstorage.cxx322 for (auto pElement : pair.second) in ~OStorage_Impl() local
654 for (auto pElement : pair.second) in CopyToStorage() local
1026 auto & pElement = *it; in Commit() local
1051 for (auto pElement : pair.second) in Commit() local
1124 for (auto pElement : pair.second) in Commit() local
1298 for (auto pElement : mapIt->second) in FindElement() local
1418 for (auto pElement : it->second) in InsertElement() local
1500 for (auto pElement : pair.second) in GetElementNames() local
2676 SotElement_Impl* pElement = nullptr; in isStreamElement() local
2734 SotElement_Impl* pElement = nullptr; in isStorageElement() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/package/source/xstor/
H A Dxstorage.cxx326 for (auto pElement : pair.second) in ~OStorage_Impl() local
657 for (auto pElement : pair.second) in CopyToStorage() local
1032 auto & pElement = *it; in Commit() local
1057 for (auto pElement : pair.second) in Commit() local
1130 for (auto pElement : pair.second) in Commit() local
1304 for (auto pElement : mapIt->second) in FindElement() local
1424 for (auto pElement : it->second) in InsertElement() local
1506 for (auto pElement : pair.second) in GetElementNames() local
2682 SotElement_Impl* pElement = nullptr; in isStreamElement() local
2740 SotElement_Impl* pElement = nullptr; in isStorageElement() local
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/filesystem/
H A DDAVCommon.cpp23 const TiXmlElement *pElement; in ValueWithoutNamespace() local
58 std::string CDAVCommon::GetStatusTag(const TiXmlElement *pElement) in GetStatusTag()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Duiobject.cxx36 SmElement* pElement = get_element(); in get_state() local
48 SmElement* pElement = get_element(); in execute() local
64 SmElement* pElement = mpElementsSelector->current(); in get_state() local

12345678910>>...16