Searched refs:firstNode (Results 1 – 9 of 9) sorted by relevance
155 struct util_node *firstNode = oldBuckets[i]; in util_data_rehash() local156 while (firstNode != e) { in util_data_rehash()157 unsigned h = firstNode->key; in util_data_rehash()158 struct util_node *lastNode = firstNode; in util_data_rehash()170 *beforeFirstNode = firstNode; in util_data_rehash()171 firstNode = afterLastNode; in util_data_rehash()
154 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local155 while (firstNode != e) { in cso_data_rehash()156 unsigned h = firstNode->key; in cso_data_rehash()157 struct cso_node *lastNode = firstNode; in cso_data_rehash()169 *beforeFirstNode = firstNode; in cso_data_rehash()170 firstNode = afterLastNode; in cso_data_rehash()
143 KeyList(Node<K, V> firstNode) { in KeyList() argument144 this.head = firstNode; in KeyList()145 this.tail = firstNode; in KeyList()146 firstNode.previousSibling = null; in KeyList()147 firstNode.nextSibling = null; in KeyList()
352 @Nullable private AvlNode<E> firstNode() {399 AvlNode<E> current = firstNode();
147 KeyList(Node<K, V> firstNode) { in KeyList() argument148 this.head = firstNode; in KeyList()149 this.tail = firstNode; in KeyList()150 firstNode.previousSibling = null; in KeyList()151 firstNode.nextSibling = null; in KeyList()
356 @Nullable private AvlNode<E> firstNode() {403 AvlNode<E> current = firstNode();
597 xmlNodePtr firstNode,
539 * @firstNode: the fist node in the chunk
288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,14657 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument14661 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()