Home
last modified time | relevance | path

Searched refs:HashElement (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/ogdf/OGDF/include/ogdf/basic/
H A DHashing.h180 class HashElement : public HashElementBase
191 HashElement<K,I> *next() const { in next()
297 HashElement<K,I> *pElement = in lookup()
350 HashElement<K,I> *pElement = new HashElement<K,I>(m_hashFunc.hash(key),key,info); in fastInsert()
376 HashElement<K,I> *firstElement(HashElement<K,I> ***pList) const { in firstElement()
389 HashElement<K,I> *nextElement(HashElement<K,I> ***pList, in nextElement()
390 HashElement<K,I> *pElement) const in nextElement()
399 delete (HashElement<K,I> *)(pElement); in destroy() local
404 HashElement<K,I> *pX = (HashElement<K,I> *)(pElement); in copy()
444 HashConstIterator(HashElement<K,I> *pElement, HashElement<K,I> **pList, in HashConstIterator()
[all …]
H A DHashArray.h124 HashElement<I,E> *pElement = Hashing<I,E,H>::lookup(i);
131 HashElement<I,E> *pElement = Hashing<I,E,H>::lookup(i);
H A DHashArray2D.h98 HashElement<Tuple2<I1,I2>,E> *pElement = in operator()
106 HashElement<Tuple2<I1,I2>,E> *pElement = in operator()
/dports/x11-toolkits/movingmotif/movingmotif-2.3.0/demo/mindsrc/
H A Dhash.c47 } HashElement; typedef
52 HashElement **table;
70 New->table = (HashElement **)malloc(nelem * sizeof(HashElement*)); in HashCreate()
122 HashElement *cur; in HashFind()
148 HashElement *New = (HashElement*)malloc(sizeof(HashElement)); in HashAdd()
149 HashElement *cur = tbl->table[value]; in HashAdd()
150 HashElement **prev; in HashAdd()
184 static HashElement *find(HashElement *pos, void *elem) in find()
186 HashElement *v; in find()
207 HashElement *v; in HAshRemove()
[all …]
/dports/graphics/xpaint/xpaint-2.9.10.3/
H A Dhash.c42 } HashElement; typedef
47 HashElement **table;
66 new->table = (HashElement **) xmalloc(nelem * sizeof(HashElement *)); in HashCreate()
125 HashElement *cur; in HashFind()
153 HashElement *new; in HashAdd()
155 HashElement **prev; in HashAdd()
161 new = (HashElement *) xmalloc(sizeof(HashElement)); in HashAdd()
191 static HashElement *
192 find(HashElement * pos, void *elem) in find()
194 HashElement *v; in find()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2HashTable.cpp65 ReducedHashTable::ReducedHashTable(const HashElement * aIElements, in ReducedHashTable()
83 const HashElement & oElement = aElements[iPos]; in Get()
112 aElements = new HashElement[iNewElements]; in HashTable()
119 HashElement & oNewElement = aElements[iPos]; in HashTable()
137 const HashElement & oElement = aElements[iPos]; in Get()
165 HashElement & oElement = aElements[iPos]; in Put()
196 HashElement * aTMP = new HashElement[iNewElements]; in Resize()
202 HashElement & oNewElement = aTMP[iPos]; in Resize()
211 const HashElement & oOldElement = aElements[iPos]; in Resize()
217 HashElement & oNewElement = aTMP[iNewPos]; in Resize()
H A DCTPP2VMExecutable.cpp82 const HashElement * VMExecutable::GetCallsTable(const VMExecutable * oVMExecutable) { return (HashE… in GetCallsTable()
H A DCTPP2VMDumper.cpp82 const INT_32 iCallsHashTableSize = sizeof(HashElement) * (1 << oMemoryCore.calls_table.iPower); in VMDumper()
240 const INT_32 iCallsHashTableSize = sizeof(HashElement) * (1 << oHashTable.iPower); in VMDumper()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2HashTable.cpp65 ReducedHashTable::ReducedHashTable(const HashElement * aIElements, in ReducedHashTable()
83 const HashElement & oElement = aElements[iPos]; in Get()
112 aElements = new HashElement[iNewElements]; in HashTable()
119 HashElement & oNewElement = aElements[iPos]; in HashTable()
137 const HashElement & oElement = aElements[iPos]; in Get()
165 HashElement & oElement = aElements[iPos]; in Put()
196 HashElement * aTMP = new HashElement[iNewElements]; in Resize()
202 HashElement & oNewElement = aTMP[iPos]; in Resize()
211 const HashElement & oOldElement = aElements[iPos]; in Resize()
217 HashElement & oNewElement = aTMP[iNewPos]; in Resize()
H A DCTPP2VMExecutable.cpp82 const HashElement * VMExecutable::GetCallsTable(const VMExecutable * oVMExecutable) { return (HashE… in GetCallsTable()
H A DCTPP2VMDumper.cpp82 const INT_32 iCallsHashTableSize = sizeof(HashElement) * (1 << oMemoryCore.calls_table.iPower); in VMDumper()
240 const INT_32 iCallsHashTableSize = sizeof(HashElement) * (1 << oHashTable.iPower); in VMDumper()
/dports/net/easysoap/EasySoap++-0.8.0/include/easysoap/
H A DSOAPHashMap.h91 struct HashElement { struct
92 HashElement(): m_next(0), m_hash(0) in HashElement() argument
96 HashElement *m_next; argument
108 SOAPPool<HashElement> m_pool;
121 HashElement *m_he;
510 HashElement *he = *i; in Clear()
513 HashElement *next = he->m_next; in Clear()
532 HashElement *he = *i; in Empty()
535 HashElement *next = he->m_next; in Empty()
627 HashElement *he = *i; in Resize()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dhash.c46 HashElement next;
241 HashElement elt; in DXQueryHashElement()
260 HashElement elt; in DXDeleteHashElement()
316 HashElement element, nextelt; in DXGetNextHashElement()
317 HashElement *pages; in DXGetNextHashElement()
369 static HashElement
376 HashElement element; in _QueryHashElement()
448 static HashElement
451 HashElement element; in _getFreeElement()
654 HashElement element; in _InsertHashLeaf()
[all …]
H A Drwobject.c101 typedef struct hashElement *HashElement; typedef
119 HashElement eltPtr; in FindOffset()
121 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&object); in FindOffset()
135 HashElement eltPtr; in AddOffset()
140 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&object); in AddOffset()
153 HashElement eltPtr; in ReplaceOffset()
155 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&object); in ReplaceOffset()
173 HashElement eltPtr; in FindObject()
175 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&offset); in FindObject()
188 HashElement eltPtr; in AddObject()
[all …]
/dports/devel/jrtplib/JRTPLIB-3.11.2/src/
H A Drtphashtable.h78 class HashElement
91 HashElement *hashprev,*hashnext;
92 HashElement *listprev,*listnext;
95 HashElement *table[hashsize];
96 HashElement *firsthashelem,*lasthashelem;
97 HashElement *curhashelem;
122 HashElement *tmp1,*tmp2; in DeleteCurrentElement()
202 HashElement *tmp; in HasElement()
237 HashElement *tmp1,*tmp2; in Clear()
258 HashElement *e,*newelem; in AddElement()
[all …]
H A Drtpkeyhashtable.h79 class HashElement
94 HashElement *hashprev,*hashnext;
95 HashElement *listprev,*listnext;
98 HashElement *table[hashsize];
99 HashElement *firsthashelem,*lasthashelem;
100 HashElement *curhashelem;
125 HashElement *tmp1,*tmp2; in DeleteCurrentElement()
205 HashElement *tmp; in HasElement()
240 HashElement *tmp1,*tmp2; in Clear()
261 HashElement *e,*newelem; in AddElement()
[all …]
/dports/cad/alliance/alliance/src/bdd/src/
H A Dbdddump.c312 authelem *HashElement; local
351 HashElement = &HashTable[ HashIndex ];
353 if ( checkauthkey( HashElement->KEY, 0 ) )
355 BddIndex = ((bddnode *) HashElement->VALUE )->INDEX;
357 ValueArray[ Index ].KEY = HashElement->KEY;
387 HashElement = &HashTable[ HashIndex ];
389 if ( checkauthkey( HashElement->KEY, 0 ) )
399 HashElement = &HashTable[ HashIndex ];
401 if ( checkauthkey( HashElement->KEY, 0 ) )
404 (long)HashElement->VALUE, HashElement->KEY );
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2HashTable.hpp49 struct HashElement struct
69 ReducedHashTable(const HashElement * aIElements,
101 const HashElement * aElements;
159 HashElement * aElements;
H A DCTPP2VMExecutable.hpp49 struct HashElement;
174 static const HashElement * GetCallsTable(const VMExecutable * oVMExecutable);
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2HashTable.hpp49 struct HashElement struct
69 ReducedHashTable(const HashElement * aIElements,
101 const HashElement * aElements;
159 HashElement * aElements;
H A DCTPP2VMExecutable.hpp49 struct HashElement;
174 static const HashElement * GetCallsTable(const VMExecutable * oVMExecutable);
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dvisualobject.c223 typedef struct hashElement *HashElement; typedef
232 HashElement eltPtr; in FindIDbyObject()
234 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&object); in FindIDbyObject()
244 HashElement eltPtr; in AddIDbyObject()
249 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&object); in AddIDbyObject()
267 HashElement eltPtr;
269 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&id);
278 HashElement eltPtr;
283 eltPtr = (HashElement)DXQueryHashElement(ht, (Key)&id);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h836 const size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, v);
1392 struct HashElement {
1520 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1564 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1617 size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, elem);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h858 const size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, v);
1413 struct HashElement {
1541 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1585 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1638 size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, elem);
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h836 const size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, v);
1392 struct HashElement {
1520 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1564 size_t hash = PolicyTraits::apply(HashElement{hash_ref()},
1617 size_t hash = PolicyTraits::apply(HashElement{hash_ref()}, elem);

12