Home
last modified time | relevance | path

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

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DCharsToNameCanonicalizer.java601 final Bucket[] oldBuckets = _buckets; in copyArrays() local
602 _buckets = Arrays.copyOf(oldBuckets, oldBuckets.length); in copyArrays()
634 final Bucket[] oldBuckets = _buckets; in rehash() local
664 Bucket b = oldBuckets[i]; in rehash()
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c110 struct cso_node **oldBuckets = hash->buckets; in cso_data_rehash() local
121 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash()
140 FREE(oldBuckets); in cso_data_rehash()
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_hash.c141 struct cso_node **oldBuckets = hash->buckets; in cso_data_rehash() local
152 struct cso_node *firstNode = oldBuckets[i]; in cso_data_rehash()
171 FREE(oldBuckets); in cso_data_rehash()