Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c151 struct util_node *firstNode = oldBuckets[i]; in util_data_rehash() local
152 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()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c141 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash() local
142 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()
/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/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/cldr/tools/java/org/unicode/cldr/util/
DRegexLookup.java268 RTNode firstNode = list.get(0); in getAll() local
269 if (firstNode._info != null) { in getAll()
270 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/hlsl/
DhlslGrammar.cpp2799 const bool firstNode = (node == nullptr); in acceptInitializer() local
2806 if (firstNode && expr->getQualifier().storage == EvqConst) in acceptInitializer()
/external/libxml2/
Dparser.c288 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode,
14662 xmlAddEntityReference(xmlEntityPtr ent, xmlNodePtr firstNode, in xmlAddEntityReference() argument
14666 (*xmlEntityRefFunc) (ent, firstNode, lastNode); in xmlAddEntityReference()