HomeSort by relevance Sort by last modified time
    Searched refs:oldBuckets (Results 1 - 3 of 3) sorted by null

  /external/libdrm/amdgpu/
util_hash.c 140 struct util_node **oldBuckets = hash->buckets;
151 struct util_node *firstNode = oldBuckets[i];
170 free(oldBuckets);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 130 struct cso_node **oldBuckets = hash->buckets;
141 struct cso_node *firstNode = oldBuckets[i];
160 FREE(oldBuckets);
  /external/virglrenderer/src/gallium/auxiliary/cso_cache/
cso_hash.c 141 struct cso_node **oldBuckets = hash->buckets;
152 struct cso_node *firstNode = oldBuckets[i];
171 FREE(oldBuckets);

Completed in 983 milliseconds