Home
last modified time | relevance | path

Searched refs:firstNode (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/amdgpu/
Dutil_hash.c155 struct util_node *firstNode = oldBuckets[i]; in util_data_rehash() local
156 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()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c154 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
155 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()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedListMultimap.java143 KeyList(Node<K, V> firstNode) { in KeyList() argument
144 this.head = firstNode; in KeyList()
145 this.tail = firstNode; in KeyList()
146 firstNode.previousSibling = null; in KeyList()
147 firstNode.nextSibling = null; in KeyList()
DTreeMultiset.java352 @Nullable private AvlNode<E> firstNode() {
399 AvlNode<E> current = firstNode();
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java147 KeyList(Node<K, V> firstNode) { in KeyList() argument
148 this.head = firstNode; in KeyList()
149 this.tail = firstNode; in KeyList()
150 firstNode.previousSibling = null; in KeyList()
151 firstNode.nextSibling = null; in KeyList()
DTreeMultiset.java356 @Nullable private AvlNode<E> firstNode() {
403 AvlNode<E> current = firstNode();
/external/libxml2/include/libxml/
DparserInternals.h597 xmlNodePtr firstNode,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle539 * @firstNode: the fist node in the chunk
/external/libxml2/
Dparser.c288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
14657 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument
14661 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()