Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
122 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()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
153 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()
/external/guava/android/guava/src/com/google/common/collect/
DLinkedListMultimap.java142 KeyList(Node<K, V> firstNode) { in KeyList() argument
143 this.head = firstNode; in KeyList()
144 this.tail = firstNode; in KeyList()
145 firstNode.previousSibling = null; in KeyList()
146 firstNode.nextSibling = null; in KeyList()
DTreeMultiset.java382 private AvlNode<E> firstNode() {
435 AvlNode<E> current = firstNode();
/external/guava/guava/src/com/google/common/collect/
DLinkedListMultimap.java144 KeyList(Node<K, V> firstNode) { in KeyList() argument
145 this.head = firstNode; in KeyList()
146 this.tail = firstNode; in KeyList()
147 firstNode.previousSibling = null; in KeyList()
148 firstNode.nextSibling = null; in KeyList()
DTreeMultiset.java383 private @Nullable AvlNode<E> firstNode() {
435 AvlNode<E> current = firstNode();
519 for (AvlNode<E> node = firstNode();
/external/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java272 RTNode firstNode = list.get(0); in getAll() local
273 if (firstNode._info != null) { in getAll()
274 firstInfo.value = firstNode._info.value; in getAll()
/external/libxml2/include/libxml/
DparserInternals.h597 xmlNodePtr firstNode,
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle539 * @firstNode: the fist node in the chunk
/external/deqp-deps/glslang/glslang/HLSL/
DhlslGrammar.cpp2814 const bool firstNode = (node == nullptr); in acceptInitializer() local
2821 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/
DhlslGrammar.cpp2816 const bool firstNode = (node == nullptr); in acceptInitializer() local
2823 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
/external/libxml2/
Dparser.c327 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
14626 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument
14630 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()