Home
last modified time | relevance | path

Searched refs:beforeFirstNode (Results 1 – 2 of 2) sorted by relevance

/external/libdrm/amdgpu/
Dutil_hash.c160 struct util_node **beforeFirstNode; in util_data_rehash() local
166 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in util_data_rehash()
167 while (*beforeFirstNode != e) in util_data_rehash()
168 beforeFirstNode = &(*beforeFirstNode)->next; in util_data_rehash()
169 lastNode->next = *beforeFirstNode; in util_data_rehash()
170 *beforeFirstNode = firstNode; in util_data_rehash()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c159 struct cso_node **beforeFirstNode; in cso_data_rehash() local
165 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()
166 while (*beforeFirstNode != e) in cso_data_rehash()
167 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
168 lastNode->next = *beforeFirstNode; in cso_data_rehash()
169 *beforeFirstNode = firstNode; in cso_data_rehash()