Home
last modified time | relevance | path

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

/external/libdrm/amdgpu/
Dutil_hash.c156 struct util_node **beforeFirstNode; in util_data_rehash() local
162 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in util_data_rehash()
163 while (*beforeFirstNode != e) in util_data_rehash()
164 beforeFirstNode = &(*beforeFirstNode)->next; in util_data_rehash()
165 lastNode->next = *beforeFirstNode; in util_data_rehash()
166 *beforeFirstNode = firstNode; in util_data_rehash()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c146 struct cso_node **beforeFirstNode; in cso_data_rehash() local
152 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()
153 while (*beforeFirstNode != e) in cso_data_rehash()
154 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
155 lastNode->next = *beforeFirstNode; in cso_data_rehash()
156 *beforeFirstNode = firstNode; in cso_data_rehash()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c157 struct cso_node **beforeFirstNode; in cso_data_rehash() local
163 beforeFirstNode = &hash->buckets[h % hash->numBuckets]; in cso_data_rehash()
164 while (*beforeFirstNode != e) in cso_data_rehash()
165 beforeFirstNode = &(*beforeFirstNode)->next; in cso_data_rehash()
166 lastNode->next = *beforeFirstNode; in cso_data_rehash()
167 *beforeFirstNode = firstNode; in cso_data_rehash()