Home
last modified time | relevance | path

Searched refs:_Link (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/kernel/util/
H A DMultiHashTable.h119 slot = HashTable::_Link(slot); in Lookup()
143 previous = HashTable::_Link(previous)); in _Insert()
146 HashTable::_Link(value) = HashTable::_Link(previous); in _Insert()
147 HashTable::_Link(previous) = value; in _Insert()
149 HashTable::_Link(value) = table[index]; in _Insert()
168 ValueType *next = HashTable::_Link(bucket); in _Resize()
H A DOpenHashTable.h164 slot = _Link(slot); in Lookup()
231 ValueType* next = _Link(slot); in RemoveUnchecked()
235 _Link(previous) = next; in RemoveUnchecked()
286 nextPointer = &_Link(element);
386 fNext = fTable->_Link(fNext); in _GetNext()
413 slot = _Link(slot); in GetIterator()
430 _Link(value) = table[index]; in _Insert()
454 ValueType* next = _Link(bucket);
471 ValueType*& _Link(ValueType* bucket) const in _Link() function
483 bucket = _Link(bucket); in _ExhaustiveSearch()
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h164 slot = _Link(slot); in Lookup()
231 ValueType* next = _Link(slot); in RemoveUnchecked()
235 _Link(previous) = next; in RemoveUnchecked()
286 nextPointer = &_Link(element);
386 fNext = fTable->_Link(fNext); in _GetNext()
413 slot = _Link(slot); in GetIterator()
430 _Link(value) = table[index]; in _Insert()
454 ValueType* next = _Link(bucket);
471 ValueType*& _Link(ValueType* bucket) const in _Link() function
483 bucket = _Link(bucket); in _ExhaustiveSearch()