Searched refs:firstNode (Results 1 – 12 of 12) sorted by relevance
121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local122 while (firstNode != e) { in cso_data_rehash()123 unsigned h = firstNode->key; in cso_data_rehash()124 struct cso_node *lastNode = firstNode; in cso_data_rehash()136 *beforeFirstNode = firstNode; in cso_data_rehash()137 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()
142 KeyList(Node<K, V> firstNode) { in KeyList() argument143 this.head = firstNode; in KeyList()144 this.tail = firstNode; in KeyList()145 firstNode.previousSibling = null; in KeyList()146 firstNode.nextSibling = null; in KeyList()
382 private AvlNode<E> firstNode() {435 AvlNode<E> current = firstNode();
144 KeyList(Node<K, V> firstNode) { in KeyList() argument145 this.head = firstNode; in KeyList()146 this.tail = firstNode; in KeyList()147 firstNode.previousSibling = null; in KeyList()148 firstNode.nextSibling = null; in KeyList()
383 private @Nullable AvlNode<E> firstNode() {435 AvlNode<E> current = firstNode();519 for (AvlNode<E> node = firstNode();
272 RTNode firstNode = list.get(0); in getAll() local273 if (firstNode._info != null) { in getAll()274 firstInfo.value = firstNode._info.value; in getAll()
597 xmlNodePtr firstNode,
539 * @firstNode: the fist node in the chunk
2814 const bool firstNode = (node == nullptr); in acceptInitializer() local2821 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
2816 const bool firstNode = (node == nullptr); in acceptInitializer() local2823 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
327 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,14626 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument14630 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()