Searched refs:firstNode (Results 1 – 12 of 12) sorted by relevance
151 struct util_node *firstNode = oldBuckets[i]; in util_data_rehash() local152 while (firstNode != e) { in util_data_rehash()153 unsigned h = firstNode->key; in util_data_rehash()154 struct util_node *lastNode = firstNode; in util_data_rehash()166 *beforeFirstNode = firstNode; in util_data_rehash()167 firstNode = afterLastNode; in util_data_rehash()
141 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local142 while (firstNode != e) { in cso_data_rehash()143 unsigned h = firstNode->key; in cso_data_rehash()144 struct cso_node *lastNode = firstNode; in cso_data_rehash()156 *beforeFirstNode = firstNode; in cso_data_rehash()157 firstNode = afterLastNode; in cso_data_rehash()
152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local153 while (firstNode != e) { in cso_data_rehash()154 unsigned h = firstNode->key; in cso_data_rehash()155 struct cso_node *lastNode = firstNode; in cso_data_rehash()167 *beforeFirstNode = firstNode; in cso_data_rehash()168 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();
268 RTNode firstNode = list.get(0); in getAll() local269 if (firstNode._info != null) { in getAll()270 firstInfo.value = firstNode._info.value; in getAll()
597 xmlNodePtr firstNode,
539 * @firstNode: the fist node in the chunk
2799 const bool firstNode = (node == nullptr); in acceptInitializer() local2806 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,14662 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument14666 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()